-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOException: The file 'obj\Debug\net35\annotated\System.Core.xml' already exists. #74
Comments
Not sure why this repros every single time when building NUnit in VS (no successful builds) but works from the command line. There might be something more here. |
Ah, just figured it out. Repeated |
@sharwell I can't reopen but I think there is more work here. |
I'm consistently reproing this in CI with alpha.154 which I thought had the fix: %userprofile%.nuget\packages\tunnelvisionlabs.referenceassemblyannotator\1.0.0-alpha.154\build\TunnelVisionLabs.ReferenceAssemblyAnnotator.targets(120,5): error MSB4018: The "AnnotatorBuildTask" task failed unexpectedly. System.IO.IOException: The file 'obj\Release\annotated\System.Core.xml' already exists.
|
@sharwell If the file exists, would there ever be a reason that it would need to be updated? Rather than passing
overwrite: true
, maybe the IOException could be swallowed based on the error code (probably ERROR_FILE_EXISTS).The text was updated successfully, but these errors were encountered: