Visual Studio 2022 - 错误和警告 - 无法更改警告级别

Visual Studio 2022 - Errors and warnings - can't change Warning level

我正在使用 Microsoft Visual Studio 2022(64 位)- 17.2.2。当我更改 .NET 6 项目的项目属性时,我无法更改 Errors and warnings - Warning level。我现在的等级是6 - Warnings from C# 10

我正在尝试将其设置为 7 - Warnings from C# 119999 - All warnings。发生的情况是我可以设置该值,但该值恢复为 6 - Warnings from C# 10.

设置其他值按预期工作。

警告级别:

指定显示编译器警告的级别。更高级别会产生更多警告,并包括来自较低级别的所有警告。

https://docs.microsoft.com/en-us/visualstudio/ide/reference/build-page-project-designer-csharp?view=vs-2022#errors-and-warnings

https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-options/errors-warnings#warninglevel

这似乎是一个 GUI 错误。即使值恢复为 Visual Studio 中的 6 - Warnings from C# 10,如果我按 <WarningLevel>9999</WarningLevel>.

等值的保存按钮,.csproj 文件仍然会被修改