tunnelvisionlabs / ReferenceAssemblyAnnotator

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

NRE in SuppressibleLoggingHelper constructor #76

Closed jnm2 closed 4 years ago

jnm2 commented 4 years ago

Looks like disabledWarnings must be null:

https://github.com/tunnelvisionlabs/ReferenceAssemblyAnnotator/blob/8b67de64b6ae214d02ac85201c0d4ba47a93c20c/TunnelVisionLabs.ReferenceAssemblyAnnotator/SuppressibleLoggingHelper.cs#L17-L31