[Infra] Refactor SonarLintSettings to follow VS threading rules #4843
Labels
Infrastructure
Project structure, build and release pipeline etc
Threading
Relates to thread handling - be careful!
Type: Task
Description
SonarLintSettings
does not have a free-threaded MEF constructor (it creates a concrete VS base class -new ShellSettingsManager(serviceProvider)
).Notes
There is a VS Extensibility sample in GitHub, described as a best practice](https://github.com/microsoft/VSSDK-Extensibility-Samples/tree/master/Options). NB the sample also creates an Options page, which is not needed to
SonarLintSettings
.See also the VSIX Community page on options and settings.
Related:
SonarLintSettings
causes multiple imports to failThe text was updated successfully, but these errors were encountered: