dotnet / dotnet/roslyn

VS2022 - configure severity doesnt work, broken, doesnt do anything..???

Open
#73,301 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Area-IDE Editor Config
Dominant language
C#
Stars
20.7k
Forks
4.3k
PR merge metrics
PR metrics pending

Description

Since whenever I want to make a screenshot, the context menu disappears, you will have to be satisfied with a different image of someone else. If you want better feedback, make better software.

The menu below is about supressing warnings, but when I choose "Supress or configure > Configure severity for all ... > None (or ANY OTHER CHOICE)" - absolutly NOTHING happens. Is this supposed to do nothing? Just show us that vs can give warnings?

The context menu doesnt do anything. So what use is there to show us all this shit? I know what platform Im developing for, I dont need some stupid warning, AND I CANT SUPRESS IT?
![image](https://github.com/dotnet/roslyn/assets/26156344/90fd7236-233a-4e25-bd8c-54d8e2e49c96)

I already marked the offending method with [SupportedOSPlatform("windows")], what more do you need??????? Is it not understood what that attribute declares? And yet I get more stupid warnings where I use the method, are you fkn kidding?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue in Visual Studio 2022 using the reported warning and the “Suppress or configure > Configure severity” context menu. Check whether selecting any severity changes the warning and whether SupportedOSPlatform("windows") is respected at the reported call sites; done means the configured severity takes effect and the expected platform warnings are handled consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
compilers
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.