JetBrains.Annotations
9.1.1
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.
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" />
paket add JetBrains.Annotations --version 9.1.1
#r "nuget: JetBrains.Annotations, 9.1.1"
// 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
Release Notes
• New [SourceTemplate] and [Macro] annotations for ReSharper 9.1 'Source Template' feature;
• Attribute [StringFormatMethod] is now allowed on indexer declarations.
Dependencies
This package has no dependencies.
Used By
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
|