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
CryptoStreamTests.ReadWrite_Success fails on maccatalyst-arm64 (AllSubsets_CoreCLR) because xUnit cannot locate the [MemberData] property ReadWrite_Success_MemberData. This is a known pattern on mobile CoreCLR where xUnit MemberData lookup fails for inherited static members due to aggressive trimming or reflection metadata differences.
[FAIL] System.Security.Cryptography.Tests.CryptoStreamTests.ReadWrite_Success
System.ArgumentException : Could not find public static member (property, field, or method) named 'ReadWrite_Success_MemberData' on System.Security.Cryptography.Tests.CryptoStreamTests
{
"ErrorMessage": ["CryptoStreamTests.ReadWrite_Success", "Could not find public static member (property, field, or method) named 'ReadWrite_Success_MemberData' on System.Security.Cryptography.Tests.CryptoStreamTests"],
"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=1429323
Build error leg or test failing: maccatalyst-arm64 Release AllSubsets_CoreCLR - System.Security.Cryptography.Tests
Error Details
CryptoStreamTests.ReadWrite_Successfails on maccatalyst-arm64 (AllSubsets_CoreCLR) because xUnit cannot locate the[MemberData]propertyReadWrite_Success_MemberData. This is a known pattern on mobile CoreCLR where xUnitMemberDatalookup fails for inherited static members due to aggressive trimming or reflection metadata differences.Affected legs:
First build it occurred: 1425947 (2026-05-19). 3 occurrences in scanned window.
In-flight fix: #128409
Error Message
{ "ErrorMessage": ["CryptoStreamTests.ReadWrite_Success", "Could not find public static member (property, field, or method) named 'ReadWrite_Success_MemberData' on System.Security.Cryptography.Tests.CryptoStreamTests"], "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