[tests] Revert workarounds for dotnet/runtime#123503. Fixes #24558.#25711
[tests] Revert workarounds for dotnet/runtime#123503. Fixes #24558.#25711rolfbjarne wants to merge 1 commit into
Conversation
The workarounds (disabling trim/AOT analyzers and suppressing AD0001 warnings) are no longer necessary now that the underlying runtime issue has been fixed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
✅ [PR Build #b9ce637] Build passed (Detect API changes) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #b9ce637] Build passed (Build packages) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [PR Build #b9ce637] Build passed (Build macOS tests) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
🔥 [CI Build #b9ce637] Test results 🔥Test results❌ Tests failed on VSTS: test results 0 tests crashed, 3 tests failed, 192 tests passed. Failures❌ introspection tests [attempt 2]1 tests failed, 8 tests passed.Failed tests
Html Report (VSDrops) Download ❌ Tests on macOS Sonoma (14) tests [attempt 2]2 tests failed, 3 tests passed.Failed tests
Html Report (VSDrops) Download Successes✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Sequoia (15): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
Remove workarounds that were added due to dotnet/runtime#123503:
EnableTrimAnalyzer=false,EnableAotAnalyzer=false, andNoWarn AD0001fromDirectory.Build.props.[Ignore]attribute fromBuildMyNativeAotAppWithTrimAnalysisWarningtest.Fixes #24558
🤖 Pull request created by Copilot