A option type that prevents using null or 'magic values' (NullObject, exit code -1, index out of range, etc.) in your code.
Info
Version: | 5.1.0 |
Author(s): | Stefan Reichel |
Last Update: | Saturday, December 1, 2018 |
.NET Fiddle: | Online Example |
NuGet Url: | https://www.nuget.org/packages/NeverNull |
Install
Install-Package NeverNull
dotnet add package NeverNull
paket add NeverNull
NeverNull Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.0
- JetBrains.Annotations(>= 2018.2.1)
- NETStandard.Library(>= 1.6.1)
- System.Diagnostics.Debug(>= 4.3.0)
- System.Linq(>= 4.3.0)
- JetBrains.Annotations(>= 2018.2.1)