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
Update to C# 14 and move suppressions to Directory.Build.props
- Update LangVersion from 13 to 14
- Remove NoWarn suppressions from individual csproj files
- Add WarningsNotAsErrors for NU1902, NU1903, CA1873 in Directory.Build.props
- This follows Microsoft's recommended approach for projects using TreatWarningsAsErrors
Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
0 commit comments