Skip to main content
Nullable package icon

Nullable

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 this package for both libraries and applications. Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.

Total Downloads
7.1M
7,116,394
Published
Sep 25, 2019
Latest stable version

Install

.NET CLI
dotnet add package Nullable --version 1.0.0
Package Manager Console
Install-Package Nullable -Version 1.0.0
PackageReference
<PackageReference Include="Nullable" Version="1.0.0" />

Frameworks

No framework metadata available.

Dependencies

No declared dependencies.

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.