GaProgMan / OwaspHeaders.Core

Inject OWASP recommended HTTP Headers for increased security in a single line
https://www.nuget.org/packages/OwaspHeaders.Core/
MIT License
282 stars 35 forks source link

Added warnings as errors to csproj files #103

Closed jamie-taylor-rjj closed 2 days ago

jamie-taylor-rjj commented 2 days ago

Rationale for PR

This PR adds the TreatWarningsAsErrors flag to all csproj files. This will greatly increase the chances of catching compiler warnings when building (either locally or in CI).

Also included is a patch-level version number bump.