Skip to content

david1995/NResult

Repository files navigation

NResult

A simple and extensible result pattern library for C#/.NET

Build Status Test Result CodeFactor NuGet stable version NuGet latest version Open issues License

How to get NResult

You can find the NResult NuGet package on NuGet and GitHub release page. On both sites, you can download the package manually.

Using dotnet command line interface

The following command installs the NResult NuGet package into the current project:

dotnet add package NResult

Using Visual Studio's NuGet Package Manager GUI

Search for NResult, select it and install it.

Using package manager console (Visual Studio)

The following command installs the NResult NuGet package into the current project:

Install-Package NResult

License

This package is licensed under the MIT license. You can find a summary about this license at https://choosealicense.com/licenses/mit/.

The full license text is available in the LICENSE file.

About

Simple and extensible result pattern library for C#/.NET

Resources

License

Stars

Watchers

Forks

Packages

No packages published