You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Publish nightly nupkg / Fix #2581: Copy WarningsAsErrors setting to generated project (#2976)
Add WarningsAsErrors to SettingsWeWantToCopy array in CsProjGenerator
so that NuGet restore warnings configured in the source project are
preserved in the generated benchmark project and fail the build.
Added test WarningsAsErrorsSettingGetsCopied() to verify the fix.
Co-authored-by: Shrinidhi203 <[email protected]>
#410