Nullable 1.2.0

A source code only package which allows you to use .NET Core 3.0's new nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework. This package does not contain any compiled binaries, but instead adds a single C# file with the attribute classes to your project. Because this C# file gets compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications. The C# file is only included if you are targeting a framework version which does not support the new nullable attributes. For example, if you create a library which multi-targets .NET Standard 2.0 and 2.1, the file is only included in the .NET Standard 2.0 version, because .NET Standard 2.1 already provides the nullable attributes by default. Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.

No packages depend on Nullable.

This package has no dependencies.

Version Downloads Last updated
1.3.1 0 07/09/2022
1.3.0 0 09/16/2020
1.2.1 0 02/24/2020
1.2.0 0 12/24/2019
1.1.1 0 10/15/2019
1.1.0 0 09/26/2019
1.0.0 0 09/25/2019