tunnelvisionlabs / ReferenceAssemblyAnnotator

IL weaver to add nullability annotations to .NET reference assemblies
MIT License
72 stars 8 forks source link

Annotate NuGet packages #19

Open sharwell opened 5 years ago

sharwell commented 5 years ago

Currently only reference assemblies for the target framework are supported. It would be nice to support additional libraries as well. For example, users referencing Microsoft.CodeAnalysis.Workspaces could build against the 1.2.1 packages, and annotate them with nullability information being added to the 3.3.0 release.