v2.2.2
- docs: Indicate which properties of the Result object do not return null or vice versa. (#39, #40)
- chore: Add .NET 8 support for the SimpleResults.AspNetCore project. (#37, #41)
- feat: Add extension methods for the Fluent Validation library. (#38, #42)
- The package was published here: https://www.nuget.org/packages/SimpleResults.FluentValidation
- See the API documentation here.
- refactor: Add a default value to the
Id
property ofCreatedGuid
type. (01d0857) - docs: Indicate the default value of the
ResultBase.Status
property. (421643c)