diff --git a/changelog.d/unreleased/2786.fixed.md b/changelog.d/unreleased/2786.fixed.md new file mode 100644 index 0000000000..0ac0f9fd85 --- /dev/null +++ b/changelog.d/unreleased/2786.fixed.md @@ -0,0 +1,16 @@ +--- +category: fixed +issues: + - 2786 +affected: + - Directory.Build.props + - src/CodeIndex/CodeIndex.csproj +--- + +## English + +- **Native AOT analyzer warnings no longer block ordinary test builds (#2786)** — `IL3050` diagnostics now remain warnings under the repository-wide warnings-as-errors policy, matching the existing trim analyzer treatment so targeted `dotnet test` runs can build before executing tests. + +## 日本語 + +- **Native AOT analyzer 警告が通常のテストビルドを止めないようになりました (#2786)** — `IL3050` 診断をリポジトリ全体の warnings-as-errors 設定下でも警告として扱い、既存の trim analyzer と同じ扱いにすることで、対象を絞った `dotnet test` がテスト実行前のビルドで失敗しないようにしました。