Skip to content

Releases: fvaloyd/ResultPattern

Support for minimal APIs

12 Nov 17:24
Compare
Choose a tag to compare
v4.0.0

add minimal APIs endpoints

v3.0.0

27 May 14:49
Compare
Choose a tag to compare

Move AspNetCore extensions method to a independent nuget package here.

v2.1.0

08 May 01:00
Compare
Choose a tag to compare

ResultLibrary-Benchmarks-with-v2 1 0

Breaking change

  • Import using Francisvc.Result.AspNetCore; in order to use the ToActionResult() extension method.

v2.0.0

07 May 03:49
Compare
Choose a tag to compare

Release notes

Re-write the entire library to use readonly record struct to improve performace and lose memory allocation.

Breaking changes

  • Remove Response type.
  • ResultStatus and the result Message live in the result root.
  • Change HttpHandler to HttpResponseStrategy.
  • The library is only available for applications with a target of net6.0 and up.