From a55bf2e168a43c94de6452c943c362e4829d5e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20V=C3=A1cha?= Date: Sun, 8 Jan 2023 12:21:26 +0100 Subject: [PATCH] Add info about VS for Mac --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 136b6eb..4b4deae 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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