SonarSource / sonarlint-visualstudio

SonarLint extension for VisualStudio
https://redirect.sonarsource.com/doc/sonar-visualstudio.html
GNU Lesser General Public License v3.0
460 stars 77 forks source link

Fix up SonarLintTargets.xml #4194

Closed duncanp-sonar closed 1 year ago

duncanp-sonar commented 1 year ago

Description

Fix up SonarLintTargets.xml

- [ ] Change Message logging to be proper (Remove "XXX:" and make it more formal)

Related to #4188

rita-gorokhod commented 1 year ago

@duncanp-sonar how about the .vs folder, like the other IDEs, instead of appdata? It will be less fragile.

duncanp-sonar commented 1 year ago

how about the .vs folder, like the other IDEs, instead of appdata? It will be less fragile.

Update: various options considered and discussed with PM; settled on leaving under %APPDOMAIN% as the least-bad option.