Johan Larsson
Johan Larsson
I don't think I have seen this with net45. Could it be a matter of cleaning caches?
Got this with `1.0.0-alpha.138`. Repro: https://github.com/GuOrg/Gu.Wpf.ToolTips ``` Severity Code Description Project File Line Suppression State Error MSB4018 The "AnnotatorBuildTask" task failed unexpectedly. System.IO.IOException: The file 'obj\Debug\netcoreapp3.1\annotated\Microsoft.CSharp.xml' already exists. at System.IO.__Error.WinIOError(Int32...
How do you generate this report?
R# is configurable.
StyleCop does not agree with underscore prefixes. An alternative can be to try to detect the convention used in the document/project.
Try: ```xml ... true true ``` In test.csproj
Ok it makes sense, had a look at the package:  Should be `Microsoft.CodeAnalysis.CSharp.Workspaces (>= 1.0.0)`
Oh, yes we must fix this. I'll have to find time to read up on what is required. Been thinking about adding a button to recycle the VS process but...
Do you happen to know the steps?
https://docs.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension?view=vs-2022 https://docs.microsoft.com/en-us/visualstudio/extensibility/migration/samples?view=vs-2022 Extensions are not much fun.