This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Support the NoWarn
SDK property #936
Open
Description
The NoWarn
SDK property is not fully supported by the Q# SDK and the language server.
While it seems like MSBuild recognizes it and hides matching warnings, NoWarn
is not passed to the command-line compiler as a --no-warn
argument, so the compilation summary will still say "N warnings" (where N > 0) even if all of the warnings were hidden.
The language server also doesn't recognize the property, so warnings are not hidden in the VS or VS Code extensions.