tunnelvisionlabs / ReferenceAssemblyAnnotator

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

Fix AvailableUnannotatedReferenceAssembly items #71

Closed jnm2 closed 4 years ago

jnm2 commented 4 years ago

No AvailableUnannotatedReferenceAssembly items were being created. There may be a better approach, but the existing approach doesn't work as of MSBuild 16.4.

The only place these items are used is the AnnotateReferenceAssemblies target input listing. Seems important.

Before (no AvailableUnannotatedReferenceAssembly): image

After:

image