(Changed name from ResultKit to ResultKits as another Nuget library with ResultKit name exists.)
Result Kit provides a minimal and efficient way to handle operation results in .NET applications. It helps you manage success and error outcomes with clear types and utilities.
- Simple result types for success and error handling.
- Built-in support for common result statuses (Success, Created, Accepted, NoContent).
- Extensible design for custom result scenarios.
- Typed data for success results (e.g., value creation, job acceptance).
- .NET 9 compatible.
(TODO)
(TODO)
(TODO)
(TODO)
See CHANGELOG.md for details.