JetBrains.Annotations 2021.2.0

.NET Standard 1.0 .NET Framework 2.0
Install-Package JetBrains.Annotations -Version 2021.2.0
dotnet add package JetBrains.Annotations --version 2021.2.0
<PackageReference Include="JetBrains.Annotations" Version="2021.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JetBrains.Annotations --version 2021.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: JetBrains.Annotations, 2021.2.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install JetBrains.Annotations as a Cake Addin
#addin nuget:?package=JetBrains.Annotations&version=2021.2.0

// Install JetBrains.Annotations as a Cake Tool
#tool nuget:?package=JetBrains.Annotations&version=2021.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

ReSharper Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of ReSharper code inspections.

All usages of ReSharper Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Windows Phone wp8 wp81 wpa81
Windows Store netcore netcore45 netcore451
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 2.0

    • No dependencies.
  • .NETStandard 1.0

  • .NETStandard 2.0

    • No dependencies.
  • Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

    • No dependencies.

NuGet packages (172)

Showing the top 5 NuGet packages that depend on JetBrains.Annotations:

Package Downloads
JetBrains.Avalonia

Avalonia is a WPF/UWP-inspired cross-platform XAML-based UI framework providing a flexible styling system and supporting a wide range of Operating Systems such as Windows (.NET Framework, .NET Core), Linux (via Xorg), MacOS and with experimental support for Android and iOS.

ViCtor3.AddInView

Basis Interface für die AddIn Entwicklung

JetBrainsAnnotations.Fody

Converts all JetBrains ReSharper code annotations attributes to External Annotations, so you can provide R# annotations to 3rd parties but don't need to deploy JetBrainsAnnotations.dll.

Visitmedia.CsvHelper

CsvHelper erweiterungen

Visitmedia.LiquidEngine

Dot Liquid Core Componente

Version Downloads Last updated
2021.2.0 0 06.02.2022
2020.3.0 0 06.02.2022
2020.1.0 0 06.02.2022
11.1.0 0 06.02.2022
11.0.0 0 06.02.2022
10.4.0 0 06.02.2022
10.0.0 0 06.02.2022
9.2.0 0 06.02.2022
9.1.1 0 06.02.2022

• Added 'UriStringAttribute' to enable URL features on string literals
     • Added 'RequireStaticDelegateAttribute' to enforce the allocation-less usage patterns