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
Pipeline: runtime-nativeaot-outerloop (definition 265), branch main. The GB18030.Tests.RegexTests cases fail across the NativeAOT Compliance.Tests work item in source build 1545024 and persist into follow-up build 1545347.
Under NativeAOT the Regex tests attempt to load Microsoft.CodeAnalysis.CSharp (used by the Regex source-generator compilation path in the test) and fail with System.IO.FileNotFoundException, thrown from the NativeAOT type loader. The failure affects every Regex engine variant (Interpreter, Compiled, NonBacktracking).
Error Details
[FAIL] GB18030.Tests.RegexTests.UnicodeCategory_ExclusionAsync(engine: Interpreter, culture: CultureInfo { })
System.IO.FileNotFoundException : Could not find file 'Microsoft.CodeAnalysis.CSharp'.
at Internal.Runtime.TypeLoaderExceptionHelper.CreateFileNotFoundException(ExceptionStringID, String) in /_/src/coreclr/nativeaot/System.Private.CoreLib/src/Internal/Runtime/TypeLoaderExceptionHelper.cs:line 49
Error Message
{
"ErrorMessage": [
"[FAIL] GB18030.Tests.RegexTests.UnicodeCategory_ExclusionAsync",
"System.IO.FileNotFoundException : Could not find file 'Microsoft.CodeAnalysis.CSharp'."
],
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
First build it occurred
Observed in source build 1545024 (2026-08-08) and again in follow-up build 1545347 (2026-08-08) — at least two distinct builds.
Duplicate search
Searched open and closed issues/KBEs for GB18030.Tests.RegexTests and Could not find file 'Microsoft.CodeAnalysis.CSharp': no existing KBE matches. No open or merged PR references this NativeAOT signature.
Filed by ci-failure-scan (detection only). ci-failure-fix walks open [ci-scan] KBEs and either opens a small fix PR or comments here to loop in owners — it never disables the test.
Note
This issue was generated by the ci-failure-scan GitHub Copilot agentic workflow.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpg
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1545024
Build error leg or test failing: NativeAOT Compliance.Tests — GB18030.Tests.RegexTests.UnicodeCategory_ExclusionAsync
Pipeline:
runtime-nativeaot-outerloop(definition 265), branchmain. TheGB18030.Tests.RegexTestscases fail across the NativeAOT Compliance.Tests work item in source build 1545024 and persist into follow-up build 1545347.Under NativeAOT the Regex tests attempt to load
Microsoft.CodeAnalysis.CSharp(used by the Regex source-generator compilation path in the test) and fail withSystem.IO.FileNotFoundException, thrown from the NativeAOT type loader. The failure affects every Regex engine variant (Interpreter,Compiled,NonBacktracking).Error Details
Error Message
{ "ErrorMessage": [ "[FAIL] GB18030.Tests.RegexTests.UnicodeCategory_ExclusionAsync", "System.IO.FileNotFoundException : Could not find file 'Microsoft.CodeAnalysis.CSharp'." ], "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }First build it occurred
Observed in source build 1545024 (2026-08-08) and again in follow-up build 1545347 (2026-08-08) — at least two distinct builds.
Duplicate search
Searched open and closed issues/KBEs for
GB18030.Tests.RegexTestsandCould not find file 'Microsoft.CodeAnalysis.CSharp': no existing KBE matches. No open or merged PR references this NativeAOT signature.Filed by
ci-failure-scan(detection only).ci-failure-fixwalks open[ci-scan]KBEs and either opens a small fix PR or comments here to loop in owners — it never disables the test.Note
This issue was generated by the
ci-failure-scanGitHub Copilot agentic workflow.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.
Report
Summary