ExternalAnnotationsGenerator 1.0.0
See the version list below for details.
dotnet add package ExternalAnnotationsGenerator --version 1.0.0
NuGet\Install-Package ExternalAnnotationsGenerator -Version 1.0.0
<PackageReference Include="ExternalAnnotationsGenerator" Version="1.0.0" />
paket add ExternalAnnotationsGenerator --version 1.0.0
#r "nuget: ExternalAnnotationsGenerator, 1.0.0"
// Install ExternalAnnotationsGenerator as a Cake Addin #addin nuget:?package=ExternalAnnotationsGenerator&version=1.0.0 // Install ExternalAnnotationsGenerator as a Cake Tool #tool nuget:?package=ExternalAnnotationsGenerator&version=1.0.0
Fluent Library for generating ReSharper External annotation files
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has 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.
First release as an independent project.
Added `CanBeNullAttribute` support
Added support for annotations on constructor parameters
Added support for annotations on method results with a new syntax.
Simplified the annotator syntax to remove the assembly level.
Generic classes and methods are correctly handled.
Converted package management from NuGet to [Paket](https://fsprojects.github.io/Paket/).