tunnelvisionlabs / ReferenceAssemblyAnnotator

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

Remove DisallowNullAttribute from base equality comparers #47

Closed sharwell closed 4 years ago

sharwell commented 4 years ago

Works around dotnet/corefx#41405 by substituting a new reality

Fixes #44 Closes #46