Suppress Warnings By Using the SuppressMessage Attribute
It is often useful to indicate that the warning is nonapplicable to let team members know that the code was reviewed and it was determined that the warning should be suppressed. In Source Suppression (ISS) lets a developer to put the attribute that suppresses a warning close to the location that generated the warning. You can add the ISS attribute directly to the source file or you can use the shortcut menu in the Visual Studio IDE.
In This Section
Learn about ISS and how to use it in your code. |
|
Learn how to suppress warnings in the Visual Studio IDE by using the shortcut menu. |