Skip to content

Releases: Dotnet-Boxed/Framework

Boxed Mapping 2.0.0

12 Sep 11:39

Choose a tag to compare

  • Added Async suffix to methods that return a Task.

Boxed Dotnet New Test 2.0.0

11 Sep 15:57

Choose a tag to compare

  • Added TestLogger.WriteMessage, to allow you to use xUnit's custom logging functionality.
  • Check for null arguments.
  • Added Async suffix to methods that return a Task.
  • Dispose of StringReaders properly.

Boxed AspNetCore 4.0.0

03 Sep 15:18

Choose a tag to compare

  • Added DateTimeOffset support to Cursor.

Boxed Dotnet New Test 1.0.0

08 Aug 15:58

Choose a tag to compare

  • Initial release.

Boxed Mapping 1.4.0

14 Jul 15:24

Choose a tag to compare

  • Add null reference checks.
  • FxCop fixes e.g. Added ConfigureAwait(false).

Boxed AspNetCore 3.3.0

14 Jul 15:26

Choose a tag to compare

  • Added FxCop fixes e.g. extra null reference checking and culture insensitive string comparison.

Boxed AspNetCore 3.2.0

13 Feb 10:33

Choose a tag to compare

  • Add HttpContext.GetUrlhelper() extension method.
  • Add Cursor helper methods.

Boxed AspNetCore 3.1.0

31 Dec 09:17

Choose a tag to compare

  • Add IWebHostBuilder UseIf and UseIfElse extension methods with condition as a Func<IWebHostBuilder, bool>.

Boxed Mapping 1.3.0

27 Dec 14:50

Choose a tag to compare

  • Add PackageLicenseExpression set to MIT.
  • Update SourceLink package.
  • Remove package license acceptance requirement.

Boxed AspNetCore 3.0.0

27 Dec 14:50

Choose a tag to compare

  • Add Microsoft.Extensions.Options.DataAnnotations package dependency.
  • Add IServiceCollection ConfigureAndValidateSingleton extension methods.
  • Add PackageLicenseExpression set to MIT.
  • Update to ASP.NET Core 2.2 packages.
  • Update Newtonsoft.Json to 12.0.1.
  • Update SourceLink package.
  • Remove reason phrase from HttpExceptionMiddleware.
  • Remove package license acceptance requirement.