Nullable

A source code only package which allows you to use .NET's nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework. (by manuelroemer)

Nullable Alternatives

Similar projects and alternatives to Nullable

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Nullable alternative or higher similarity.

Nullable reviews and mentions

Posts with mentions or reviews of Nullable. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-08.
  • Why would you use Windows containers ?
    3 projects | /r/programming | 8 May 2023
    https://github.com/manuelroemer/Nullable (backport nullable attributes so you can use things like [NotNullWhen]). Alternatively, https://github.com/tunnelvisionlabs/ReferenceAssemblyAnnotator/ is even niftier, as it gives you .NET 5's annotations as well. So the compiler tells you whether a Dictionary.TryGetValue result is nullable or not based on annotations that didn't exist in .NET Standard 2.0.
  • Introducing: EasyCsv Dotnet
    2 projects | /r/csharp | 30 Mar 2023
    If you need the attributes, reference https://github.com/manuelroemer/Nullable or https://github.com/tunnelvisionlabs/ReferenceAssemblyAnnotator. The latter is bigger, but retroactively adds nullability annotations to runtime references (such as Dictionary.TryGetValue).

Stats

Basic Nullable repo stats
2
179
4.2
3 months ago

manuelroemer/Nullable is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of Nullable is C#.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com