Skip to content

v2.3.0

Compare
Choose a tag to compare
@MrDave1999 MrDave1999 released this 10 Dec 23:58
· 59 commits to master since this release
  • feat: Translate from Result object to an implementation of Microsoft.AspNetCore.Http.IResult. (#43, #44)
  • feat: Add implicit conversion from value to Result<T>. (#45, #47)
  • feat: Add implicit conversion from Result<T> to value. (#46, #48)
  • feat: Add an endpoint filter to translate the Result object to Microsoft.AspNetCore.Http.IResult. (#49, #50)