JetBrains.Annotations 9.1.1

.NET Framework 2.0
There is a newer version of this package available.
See the version list below for details.
Install-Package JetBrains.Annotations -Version 9.1.1
dotnet add package JetBrains.Annotations --version 9.1.1
<PackageReference Include="JetBrains.Annotations" Version="9.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JetBrains.Annotations --version 9.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: JetBrains.Annotations, 9.1.1"
#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=9.1.1

// Install JetBrains.Annotations as a Cake Tool
#tool nuget:?package=JetBrains.Annotations&version=9.1.1
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 Framework net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has 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

• New [SourceTemplate] and [Macro] annotations for ReSharper 9.1 'Source Template' feature;
• Attribute [StringFormatMethod] is now allowed on indexer declarations.