tunnelvisionlabs / ReferenceAssemblyAnnotator

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

Skip copying documentation file when target already exists #75

Closed jnm2 closed 4 years ago

jnm2 commented 4 years ago

Fixes #74. Verified that File.Copy throws an exception whose (ushort)ex.HResult is 80 due to the target being an existing file.

⚠ This may not be the right (or only) fix needed to close the issue. See issue discussion.