Where is the forum for Visual Studio functionality?

Andrei Mirea 41 Reputation points
2021-03-19T10:35:40.8+00:00

Hi, no matter how much I've searched for such a forum in Visual Studio forum (https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=visualstudio&forum=whatforum&filter=alltypes&sort=lastpostdesc), I could only see Visual Studio Development with: LightSwitch, Visual Studio Visualization, VSTA, Graphics Tools, and Visual Studio Languages with: Parallel Computing in C and Native Code and Visual F#.
I couldn't find one, even remotely related to Visual Studio functionality/features. And there I thought maybe there isn't one.
So basically I'd like to know something about suppressing warnings in Visual Studio so here I am, outside the Visual Studio forums, first looking for help with where I could post such a question.
<strike>Moreover, I'm asked to enter a tag in order to post this question but I can't find but tags related to Azure, Windows and one "dotnet-visual-basic".</strike>

Developer technologies | Visual Studio | Other
0 comments No comments
{count} votes

Accepted answer
  1. Vaibhav Chaudhari 38,921 Reputation points Volunteer Moderator
    2021-03-19T10:42:15.187+00:00

    There is a tag - "vs-general" or just type "vs-" and you will see visual studio related tags


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Castorix31 90,686 Reputation points
    2021-03-19T10:43:08.217+00:00

    There are Tags like

    vs-general
    vs-setup

    1 person found this answer helpful.

  2. Castorix31 90,686 Reputation points
    2021-03-19T11:04:03.57+00:00

    vs-general Tag is OK...

    So basically I'd like to know something about suppressing warnings in Visual Studio

    In C++, with :

    warning pragma

    or more generally :
    How to: Suppress compiler warnings

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.