ReSharper.Annotations.WindowsCE
11.1.1
dotnet add package ReSharper.Annotations.WindowsCE --version 11.1.1
NuGet\Install-Package ReSharper.Annotations.WindowsCE -Version 11.1.1
<PackageReference Include="ReSharper.Annotations.WindowsCE" Version="11.1.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add ReSharper.Annotations.WindowsCE --version 11.1.1
#r "nuget: ReSharper.Annotations.WindowsCE, 11.1.1"
// Install ReSharper.Annotations.WindowsCE as a Cake Addin #addin nuget:?package=ReSharper.Annotations.WindowsCE&version=11.1.1 // Install ReSharper.Annotations.WindowsCE as a Cake Tool #tool nuget:?package=ReSharper.Annotations.WindowsCE&version=11.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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35-cf is compatible. |
-
.NETFramework 3.5 CompactFramework
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fix attributes visibility.