Nullable 1.3.1

A source code only package which allows you to use .NET'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 the attribute classes as C# source code to your project. Because this code is 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# code 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 majority of the attributes are not included in the .NET Standard 2.1 version, because it already provides these by default. Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.

Showing the top 20 packages that depend on Nullable.

Packages Downloads
Serilog
Simple .NET logging with fully-structured events
84
Serilog
Simple .NET logging with fully-structured events
86
Serilog
Simple .NET logging with fully-structured events
89
Serilog
Simple .NET logging with fully-structured events
91
Serilog.Sinks.File
Write Serilog events to text files in plain or JSON format.
109
Serilog.Sinks.File
Write Serilog events to text files in plain or JSON format.
111
Serilog.Sinks.File
Write Serilog events to text files in plain or JSON format.
116
Serilog.Sinks.File
Write Serilog events to text files in plain or JSON format.
130

https://github.com/manuelroemer/Nullable/blob/master/CHANGELOG.md

This package has no dependencies.

Version Downloads Last updated
1.3.1 136 07/22/2024
1.3.0 119 07/22/2024
1.2.1 109 07/22/2024
1.2.0 122 07/22/2024
1.1.1 112 07/22/2024
1.1.0 125 07/22/2024
1.0.0 119 07/22/2024