Releases: Dotnet-Boxed/Framework
Releases · Dotnet-Boxed/Framework
Boxed Dotnet New Test 3.2.3
- Added
TempDirectory.NewShortTempDirectory()to work around MSBuild 256 character file path limit.
Boxed AspNetCore 5.1.1
- Add
AddServerTimingandAddHttpExceptionextensions toIServiceCollection.
Boxed Dotnet New Test 3.2.0
- Introduce readiness checks.
Boxed AspNetCore 5.1.0
- Added middleware that adds the
Server-TimingHTTP header.
Boxed Dotnet New Test 3.1.2
- Add more logging to
WaitForStartAsyncand check for success status code
Boxed Dotnet New Test 3.1.1
- Fixed waiting for apps to start in
DotnetRunAsync.
Boxed Dotnet New Test 3.1.0
- Add .NET Core 3.1 support.
- Add better error handling & logging when dotnet run times out.
- Add
showShellWindowparameter to show the shell window instead of logging to the output for debugging.
Boxed Mapping 3.0.0
- Upgrade to .NET Core 3 SDK and target
netstandard1.3,netstandard2.0andnetstandard2.1. - Switch from NuGet
PackageIconUrltoPackageIcon, so the icon is now embedded in the package. - Add extension methods adding support for
IAsyncEnumerable<T>.
Boxed Dotnet New Test 3.0.0
- Upgrade to .NET Core 3 SDK and target
netstandard2.1andnetcoreapp3.0. - Switch from NuGet
PackageIconUrltoPackageIcon, so the icon is now embedded in the package. - Use Ordinal file path string comparisons.
- Move experimental
DotnetRunInMemoryAsyncto benetcoreapp3.0only due to API limitations.
Boxed AspNetCore 5.0.0
- Upgrade to .NET Core 3 SDK and target
netcoreapp3.0. - Switch from NuGet
PackageIconUrltoPackageIcon, so the icon is now embedded in the package. - Upgrade
Micorosoft.Extensions.*NuGet packages to3.0.0. - Switch from
Newtonsoft.JsontoSystem.Text.Json. DistributedCacheExtensionsnow usesSystem.Text.Jsonand serializes directly to UTF8 for performance reasons.- Use Ordinal string comparisons.
- Switch from
IHostingEnvironmenttoIWebHostEnvironment. RedirectToCanonicalUrlRuleimplementsMicrosoft.AspNetCore.Rewrite.IRuleand can be used to redirect to a single canonical URL. This used to be an MVC filter.HttpExceptionMiddlewarenow implementsIMiddleware.- Remove site map code. Look at the source code for the The ASP.NET Core standup site for how to do this in a better way.
- Remove
UrlHelperExtensions. UseLinkGeneratorinstead. - Remove
ConfigurationExtensions.GetSection<T>. UseIConfiguration.Getinstead. - Remove
InternalServerErrorOnExceptionMiddlewaresince it was unused. - Remove
NoCacheAttribute.