CenterEdge / Yardarm

OpenAPI 3 SDK Generator for C#
Apache License 2.0
46 stars 6 forks source link

Pass NoWarn through SDK builds to Yardarm #228

Closed brantburnett closed 11 months ago

brantburnett commented 11 months ago

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

brantburnett commented 11 months ago

/merge