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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ReSharper.Annotations.WindowsCE" Version="11.1.1">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ReSharper.Annotations.WindowsCE --version 11.1.1
#r "nuget: ReSharper.Annotations.WindowsCE, 11.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net35-cf is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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.

Version Downloads Last updated
11.1.1 1,410 3/28/2018
11.1.0 974 3/10/2018

Fix attributes visibility.