tunnelvisionlabs / ReferenceAssemblyAnnotator

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

MemberNotNull and MemberNotNullWhen #86

Closed mikernet closed 3 years ago

mikernet commented 3 years ago

The two attributes named in the title have been added to C# 9. I presume these can be added to the list for use in projects, same as all the others.

jnm2 commented 3 years ago

Duplicate of https://github.com/tunnelvisionlabs/ReferenceAssemblyAnnotator/issues/84, but I'm not sure why @kevinchalet closed it since https://github.com/tunnelvisionlabs/ReferenceAssemblyAnnotator/pull/85 wasn't merged.

sharwell commented 3 years ago

Duplicate of #84