microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
192 stars 6 forks source link

[BUG] Unable to see information items in Problems View #1075

Closed mahy-ks-hussain closed 2 weeks ago

mahy-ks-hussain commented 3 weeks ago

Describe the Issue

I have a solution that has approx. 50 informational items related to refactoring, code style, naming rules, etc, all configured with .editorconfig. When I use this extension, none of those items appear in the Problems view even when "Show Infos" is checked.

For comparison: -Using the Roslynator extension (with the C# extension) does show them. -Visual Studio 2022 shows them (in Error List with no filtering).

Steps To Reproduce

  1. Open a solution with known info items flagged (naming violations, 'this' keyword, conditional simplification, etc)
  2. Look at Problems panel.

Expected Behavior

I should be able to see a list of all the info items. Since VS22 and the VSCode Roslynator extension seem to display them just fine, I'm inclined to think that something in this extension is causing this?

Environment Information