-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
error VSTHRD010 errors are not displayed in the error list (17.4.0 RTM) #65304
Comments
@mavasani soemthing you've looked at in diagnostics recently? |
One thing to note is that VSTHRD010 is a compilation-end analyzer. |
Good point @Youssef1313 . However, i would still expect them to show up in the build-errors-list. @mavasani how should this work? |
Yeah I'd expect it to work. I pointed that out in case the issue is specific to compilation end. |
@Youssef1313 It seems the descriptor doesn’t have the CompilationEnd tag:
we use this tag to identify build only diagnostics for live-build de-duping. We should do couple of things here:
|
Closing this issue as relevant issues have been filed in the respective repos - see #65304 (comment) |
Version Used:
17.4.0 RTM
Steps to Reproduce:
Expected Behavior:
Error shows up in both error list and build output.
Actual Behavior:
Only shows up in build output.
11>StandaloneModelLoader -> B:\dd\IntelliCode-VS3\bin\Debug\StandaloneModelLoader\StandaloneModelLoader.exe
9>RefactoringsTest -> B:\dd\IntelliCode-VS3\bin\Debug\RefactoringsTest\RefactoringsTest.dll
2>InlineSuggestions -> B:\dd\IntelliCode-VS3\bin\Debug\InlineSuggestions\Microsoft.VisualStudio.Internal.InlineSuggestions.vsix
13>B:\dd\IntelliCode-VS3\src\VSIX\IntelliCode.VSIX\SuggestionService\Implementation\SuggestionBroker.cs(865,22,865,37): error VSTHRD010: Accessing "Microsoft.VisualStudio.IntelliCode.SuggestionService.Implementation.SuggestionBroker.UpdateScopeTags" should only be done on the main thread. Call Microsoft.VisualStudio.Shell.ThreadHelper.ThrowIfNotOnUIThread() first.
13>Done building project "IntelliCode.VSIX_gn0nj2rv_wpftmp.csproj" -- FAILED.
13>Done building project "IntelliCode.VSIX.csproj" -- FAILED.
14>------ Rebuild All started: Project: IntelliCode.VsPackage.UnitTests, Configuration: Debug Any CPU ------
12>ModelServiceTest -> B:\dd\IntelliCode-VS3\bin\Debug\ModelServiceTest\ModelServiceTest.dll
12>Done building project "ModelServiceTest.csproj".
10>ModelInference -> B:\dd\IntelliCode-VS3\bin\Debug\ModelInference\ModelInference.dll
10>Done building project "ModelInference.csproj".
15
The text was updated successfully, but these errors were encountered: