Allow SDK-style consumers to add additional warning suppressions as needed. In particular, upgraded NuGet packages may trigger new warnings such as NRT warnings.
Modifications
Move default warning suppressions to the command line arguments and pass the NoWarn property through on the command line. Also forward to NuGet restore for command-line restores.
Motivation
Allow SDK-style consumers to add additional warning suppressions as needed. In particular, upgraded NuGet packages may trigger new warnings such as NRT warnings.
Modifications
Move default warning suppressions to the command line arguments and pass the NoWarn property through on the command line. Also forward to NuGet restore for command-line restores.
Fixes #221