JetBrains.Annotations
9.1.1
See the version list below for details.
dotnet add package JetBrains.Annotations --version 9.1.1
NuGet\Install-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
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 net481 |
This package has no dependencies.
NuGet packages (2.3K)
Showing the top 5 NuGet packages that depend on JetBrains.Annotations:
Package | Downloads |
---|---|
Volo.Abp.Core
Package Description |
|
Abp
Abp |
|
Ardalis.GuardClauses
A simple package by @ardalis and @nimblepros with guard clause helper methods. See docs for how to extend using your own extension methods defined in your project. |
|
Nuke.Common
Cross-platform build automation system Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '1b7919295cb9cac9eccc00871c6d1b8bc1bed375' (see contained AppVeyorSettings.json file for build settings). |
|
Aiwins.Rocket.Core
Package Description |
GitHub repositories (192)
Showing the top 5 popular GitHub repositories that depend on JetBrains.Annotations:
Repository | Stars |
---|---|
Wox-launcher/Wox
Launcher for Windows, an alternative to Alfred and Launchy.
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
abpframework/abp
Open Source Web Application Framework for ASP.NET Core
|
|
JustArchiNET/ArchiSteamFarm
C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
|
|
restsharp/RestSharp
Simple REST and HTTP API Client for .NET
|
Version | Downloads | Last updated |
---|---|---|
2023.2.0-eap1 | 3,062 | 3/8/2023 |
2022.3.1 | 2,122,493 | 11/7/2022 |
2022.1.0 | 12,501,576 | 4/18/2022 |
2022.1.0-eap3 | 167,262 | 2/1/2022 |
2022.1.0-eap2 | 4,097 | 1/18/2022 |
2021.3.0 | 12,984,445 | 10/28/2021 |
2021.3.0-eap5 | 657 | 10/26/2021 |
2021.3.0-eap4 | 13,321 | 10/2/2021 |
2021.3.0-eap3 | 7,287 | 8/2/2021 |
2021.2.0 | 11,133,311 | 7/21/2021 |
2021.2.0-eap3 | 32,310 | 6/28/2021 |
2021.2.0-eap2 | 9,686 | 5/26/2021 |
2021.1.0 | 6,245,295 | 4/6/2021 |
2021.1.0-eap01 | 27,359 | 2/9/2021 |
2020.3.0 | 10,160,289 | 11/27/2020 |
2020.1.0 | 16,784,310 | 4/7/2020 |
2019.1.3 | 22,926,254 | 7/3/2019 |
2019.1.2 | 975 | 7/3/2019 |
2019.1.1 | 4,631,106 | 3/26/2019 |
2018.3.0 | 3,371,981 | 1/14/2019 |
2018.2.1 | 6,121,112 | 7/25/2018 |
11.1.0 | 12,594,566 | 10/24/2017 |
11.0.0 | 2,678,815 | 7/20/2017 |
10.4.0 | 2,404,109 | 3/9/2017 |
10.3.0 | 1,970,317 | 2/28/2017 |
10.2.1 | 2,078,749 | 10/11/2016 |
10.2.0 | 38,108 | 10/8/2016 |
10.1.5 | 510,134 | 6/30/2016 |
10.1.4 | 276,559 | 4/10/2016 |
10.0.0 | 724,227 | 10/30/2015 |
9.2.0 | 391,647 | 8/11/2015 |
9.1.2 | 3,042 | 8/11/2015 |
9.1.1 | 322,662 | 3/20/2015 |
8.0.5 | 267,835 | 12/17/2014 |
8.0.4 | 13,407 | 11/30/2014 |
8.0.3 | 12,368 | 11/30/2014 |
7.0.0 | 241,042 | 9/12/2012 |
6.1.0 | 73,633 | 11/23/2011 |
• New [SourceTemplate] and [Macro] annotations for ReSharper 9.1 'Source Template' feature;
• Attribute [StringFormatMethod] is now allowed on indexer declarations.