tunnelvisionlabs / ReferenceAssemblyAnnotator

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

Automatically annotate all referenced .NET Framework assemblies #69

Open jnm2 opened 4 years ago

jnm2 commented 4 years ago

.NET Core may have nullability annotations for many more matches than the default list. Every referenced .NET Framework assembly should be automatically annotated like with .NET Standard and .NET Core.

sharwell commented 4 years ago

There is a performance concern here, but if a shared output cache is used (https://github.com/tunnelvisionlabs/ReferenceAssemblyAnnotator/issues/53#issuecomment-552468534) it would not be a problem.