Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions changelog.d/unreleased/2786.fixed.md
Original file line number Diff line number Diff line change
@@ -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` がテスト実行前のビルドで失敗しないようにしました。