Nullable 0.0.1-preview
See the version list below for details.
dotnet add package Nullable --version 0.0.1-preview
NuGet\Install-Package Nullable -Version 0.0.1-preview
<PackageReference Include="Nullable" Version="0.0.1-preview"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="Nullable" Version="0.0.1-preview" />
<PackageReference Include="Nullable"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Nullable --version 0.0.1-preview
#r "nuget: Nullable, 0.0.1-preview"
#:package Nullable@0.0.1-preview
#addin nuget:?package=Nullable&version=0.0.1-preview&prerelease
#tool nuget:?package=Nullable&version=0.0.1-preview&prerelease
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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (32)
Showing the top 5 NuGet packages that depend on Nullable:
| Package | Downloads |
|---|---|
|
Parquet.Net
Fully managed Apache Parquet implementation. |
|
|
Mscc.GenerativeAI
Gemini AI Client for .NET |
|
|
Yoakke.Polyfill
A collection of .NET libraries to help compiler development. |
|
|
Relativity.Transfer.SDK
Relativity Transfer SDK allows performing high-throughput transfers of files from and to Relativity environment. |
|
|
Mscc.GenerativeAI.Microsoft
Gemini AI Client for .NET |
GitHub repositories (89)
Showing the top 20 popular GitHub repositories that depend on Nullable:
| Repository | Stars |
|---|---|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
|
restsharp/RestSharp
Simple REST and HTTP API Client for .NET
|
|
|
AngleSharp/AngleSharp
:angel: The ultimate angle brackets parser library parsing HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specifications.
|
|
|
Fody/Fody
Extensible tool for weaving .net assemblies
|
|
|
TelegramBots/Telegram.Bot
.NET Client for Telegram Bot API
|
|
|
benaadams/Ben.Demystifier
High performance understanding for stack traces (Make error logs more productive)
|
|
|
DotNetAnalyzers/StyleCopAnalyzers
An implementation of StyleCop rules using the .NET Compiler Platform
|
|
|
aaubry/YamlDotNet
YamlDotNet is a .NET library for YAML
|
|
|
IronLanguages/ironpython3
Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.
|
|
|
nunit/nunit
NUnit Framework
|
|
|
TASEmulators/BizHawk
BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
|
|
|
madelson/DistributedLock
A .NET library for distributed synchronization
|
|
|
KSP-CKAN/CKAN
The Comprehensive Kerbal Archive Network
|
|
|
rabbitmq/rabbitmq-dotnet-client
RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.2+
|
|
|
dotnet/pinvoke
A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
|
|
|
amantinband/error-or
A simple, fluent discriminated union of an error or a result.
|
|
|
wiremock/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on WireMock Java, but extended with more functionality.Full documentation can be found at https://wiremock.org/dotnet/.
|
|
|
TestableIO/System.IO.Abstractions
Just like System.Web.Abstractions, but for System.IO. Yay for testable IO access!
|
|
|
KirillOsenkov/MSBuildStructuredLog
A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
|
|
|
unosquare/embedio
A tiny, cross-platform, module based web server for .NET
|