You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Apple NativeAOT library-test legs (iossimulator / maccatalystAllSubsets_NativeAOT), FileVersionInfo_CustomManagedAssembly fails when it opens its companion managed assembly by file path. Under NativeAOT the System.Diagnostics.FileVersionInfo.TestAssembly.dll is not present as a loadable file in the app bundle, so the test throws FileNotFoundException:
The harness runs and the individual test fails, so this is distinct from the harness-startup crash tracked by #130219 (mono_ios_set_summary MarshalDirectiveException on the tvos device leg). NativeAOT library tests on Apple mobile were newly enabled by #125437 (merged 2026-07-02). A previously-closed report covering a different failure mode of the same test (Mono aggressive-trimming .dll/.exe mismatch) is #126882.
Observed on source build 1494308 (State=Failed) and again on follow-up build 1494829; reproduces across the iossimulator and maccatalyst NativeAOT legs.
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1494308
Build error leg or test failing: iossimulator-arm64 Release AllSubsets_NativeAOT - System.Diagnostics.FileVersionInfo.Tests
Error Details
On the Apple NativeAOT library-test legs (
iossimulator/maccatalystAllSubsets_NativeAOT),FileVersionInfo_CustomManagedAssemblyfails when it opens its companion managed assembly by file path. Under NativeAOT theSystem.Diagnostics.FileVersionInfo.TestAssembly.dllis not present as a loadable file in the app bundle, so the test throwsFileNotFoundException:The harness runs and the individual test fails, so this is distinct from the harness-startup crash tracked by #130219 (
mono_ios_set_summaryMarshalDirectiveException on the tvos device leg). NativeAOT library tests on Apple mobile were newly enabled by #125437 (merged 2026-07-02). A previously-closed report covering a different failure mode of the same test (Mono aggressive-trimming.dll/.exemismatch) is #126882.Observed on source build 1494308 (State=Failed) and again on follow-up build 1494829; reproduces across the iossimulator and maccatalyst NativeAOT legs.
Related: #130219
Error Message
{ "ErrorMessage": [ "[FAIL] System.Diagnostics.Tests.FileVersionInfoTest.FileVersionInfo_CustomManagedAssembly", "System.Diagnostics.FileVersionInfo.TestAssembly.dll" ], "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
dotnet.github.ioSee Network Configuration for more information.
Note
🔒 Integrity filter blocked 28 items
The following items were blocked because they don't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".issue_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:Report
Summary