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
The MiniFullAot runtime test build consistently fails with CS0246 because the InvalidCSharp namespace (generated by an IL assembly project) is not found when compiling src/tests/Loader/classloader/generics/ByRefLike/Validate.csproj.
src/tests/Loader/classloader/generics/ByRefLike/Validate.cs(8,7): error CS0246: The type or namespace name 'InvalidCSharp' could not be found (are you missing a using directive or an assembly reference?) [src/tests/Loader/classloader/generics/ByRefLike/Validate.csproj]
src/tests/Loader/classloader/generics/ByRefLike/GenericTypeSubstitution.cs(8,7): error CS0246: The type or namespace name 'InvalidCSharp' could not be found (are you missing a using directive or an assembly reference?) [src/tests/Loader/classloader/generics/ByRefLike/Validate.csproj]
Persistent across the entire scanned window (May 1 - May 19, 2026); true origin may predate 2026-05-01.
First build it occurred:1404759 (2026-05-01). Persistent across the entire scanned window; true origin may predate 2026-05-01.
Error Message
{
"ErrorMessage": "error CS0246: The type or namespace name 'InvalidCSharp' could not be found (are you missing a using directive or an assembly reference?) [/__w/1/s/src/tests/Loader/classloader/generics/ByRefLike/Validate.csproj]",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
Note
🔒 Integrity filter blocked 1 item
The following item was blocked because it doesn't meet the GitHub integrity level.
#125825search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1425947
Build error leg or test failing: linux-x64 Release AllSubsets_Mono_MiniFullAot_RuntimeTests minifullaot - Build Tests
Error Details
The MiniFullAot runtime test build consistently fails with CS0246 because the
InvalidCSharpnamespace (generated by an IL assembly project) is not found when compilingsrc/tests/Loader/classloader/generics/ByRefLike/Validate.csproj.Persistent across the entire scanned window (May 1 - May 19, 2026); true origin may predate 2026-05-01.
Affected legs:
First build it occurred: 1404759 (2026-05-01). Persistent across the entire scanned window; true origin may predate 2026-05-01.
Error Message
{ "ErrorMessage": "error CS0246: The type or namespace name 'InvalidCSharp' could not be found (are you missing a using directive or an assembly reference?) [/__w/1/s/src/tests/Loader/classloader/generics/ByRefLike/Validate.csproj]", "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Note
🔒 Integrity filter blocked 1 item
The following item was blocked because it doesn't meet the GitHub integrity level.
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