CenterEdge / Yardarm

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

Forward NoWarn for SDK style projects #221

Closed brantburnett closed 10 months ago

brantburnett commented 10 months ago

There are some cases where upgrading packages for SDK style projects may cause new warnings, such as nullable reference type warnings. It would be nice to be able to suppress those with the <NoWarn> property.