-
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
The AnnotatorBuildTask task failed unexpectedly #40
Comments
I see this about once a day. |
@sharwell Should the annotator bail and assume that the only other process that will be causing this is another build of the same project, and that the file being written is what the annotator would have written anyway? Or should it retry? |
This started happening repeatedly until I restarted VS. |
Got this with
|
This is going to be possible in parallel build scenarios until file-system locking is used. |
I was going to say, I don't think it's project-specific. It crops up and requires a VS restart maybe once a day for me no matter what the project is. |
From the name I'm guessing it can be something in this nice package.
Repro in this commit https://github.com/GuOrg/Gu.Wpf.UiAutomation/tree/a5b789bf37742a9edd098d187d8a8362a80e43a8
I think I have only seen it after git clean and start Visual Studio
The text was updated successfully, but these errors were encountered: