tunnelvisionlabs / ReferenceAssemblyAnnotator

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

Automatically annotate .NET Framework assemblies #18

Closed sharwell closed 5 years ago

sharwell commented 5 years ago

Currently references to .NET Standard 1.x and .NET Standard 2.0 assemblies are automatically rewritten during the build. However, in .NET Framework builds only mscorlib is automatically rewritten. It would be nice to automatically include other .NET Framework assemblies automatically.