tunnelvisionlabs / ReferenceAssemblyAnnotator

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

Add initial test #60

Closed jnm2 closed 4 years ago

jnm2 commented 4 years ago

Fixes #51

I did this really fast. Feel free to modify or replace.

jnm2 commented 4 years ago

Looks like the build hangs on AppVeyor. Wonder what the difference is between that environment and my machine.

sharwell commented 4 years ago

@jnm2 I'm going to push to this branch with some updates 👍

jnm2 commented 4 years ago

Dotnet msbuild is not going to work unless you add the new netfx reference assembly NuGet package reference.

sharwell commented 4 years ago

@jnm2 I'll finish this in the morning and merge it. 😀