Skip to content

Commit

Permalink
Add info about VS for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
mvacha authored Jan 8, 2023
1 parent d05b50b commit a55bf2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dotnet_diagnostic.CS8509.severity = error

If you set diagnostic severity to error for diagnostics that may be suppressed by a diagnostic suppressor like this one, you may have to take additional action for a good development experience.

## Visual Studio
## Visual Studio (for Windows)

By default, Visual Studio does not run diagnostic suppressors when the build is implicitly triggered like by running a test.
If you have errors that are suppressed by diagnostic suppressors, those builds will fail, e. g. preventing the test from running (unless you do an explicit build first).
Expand All @@ -96,6 +96,9 @@ Your development experience may suffer.

Thanks to [rutgersc](https://github.com/rutgersc) for [bringing this up](https://github.com/shuebner/OneOfDiagnosticSuppressor/issues/1).

## Visual Studio for Mac
[Visual Studio for Mac does not support Diagnostic Suppressors](https://developercommunity.visualstudio.com/t/Support-for-Diagnostic-Suppressors/10247137?q=Diagnostic+Suppressors) as of 2023-01-06.

# Features

## NRT-aware
Expand Down

0 comments on commit a55bf2e

Please sign in to comment.