VisualStudioWorkspaceDiagnosticAnalyzerProviderService should fail gracefully #35138
Labels
Area-IDE
Concept-Continuous Improvement
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
Version Used: 7d1eef2
Currently a failure in the constructor causes Visual Studio to crash. #34454 reduces but does not eliminate the chances of this occurring. This implementation should be updated to throw an exception from
GetHostDiagnosticAnalyzerPackages()
rather than crash the process in the constructor.🔗 Identified during review of #34454
🔗 This is related to #35137 and should probably be fixed at the same time
The text was updated successfully, but these errors were encountered: