Table of Contents
This is a lightweight .NET library, that can be used for returning and validating Result without relaying on exceptions.
- Simple
Return
model. - Allows attributes and model validation.
- Allows easy mapping of models.
- Provides a fluent syntax.
- No external dependencies.
You can install ResultFluent with NuGet:
dotnet add package ResultFluent
Package | Link |
---|---|
ResultFluent Usage Guide | |
ResultFluent.Mvc Usage Guide |
If you find a bug or have a feature request, please report them at this repository's issues section.
Anyone can submit a pull request and it will be considered.
- Clone or download the repo
restore
to install dependenciesbuild
to build
FluentResult
- The core Result package source filesFluentResult.Mvc
- The Result.Mvc package source filesFluentResult.Tests
- The shared unit tests files
Distributed under MIT License. See LICENSE for more information.