diff --git a/.editorconfig b/.editorconfig index 91a734186..877e1d5ab 100644 --- a/.editorconfig +++ b/.editorconfig @@ -226,6 +226,9 @@ dotnet_naming_style.I_style.capitalization = pascal_case # Rules # ---------------------------------------------------------------------------------------------------------------------- +# CS7035: it expects the build number to fit in 16 bits, our build numbers are bigger https://github.com/dotnet/roslyn/issues/17024#issuecomment-1669503201 +dotnet_diagnostic.CS7035.severity = none + [*] dotnet_diagnostic.S1451.severity = warning # For UTs - Track lack of copyright and license headers