We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regex.CompileToAssembly test is failing when the ModulBuilder tries to load custom modifiers for a field:
ModulBuilder
runtime/src/coreclr/System.Private.CoreLib/src/System/Reflection/RtFieldInfo.cs
Lines 257 to 260 in 7989f18
This call eventually hit assert in:
runtime/src/coreclr/vm/runtimehandles.cpp
Line 1736 in 7989f18
This doesn't happen locally (64 bit Windows), hits the Assert in some Linux legs and 32 bit windows leg on CI, looks like a bug to me.
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/area-system-reflection-emit See info in area-owners.md if you want to be subscribed.
area-System.Reflection.Emit, untriaged, needs-area-label
area-System.Reflection.Emit
untriaged
needs-area-label
Sorry, something went wrong.
This was fixed with the PR #96805
When branches are created from issues, their pull requests are automatically linked.
Regex.CompileToAssembly test is failing when the
ModulBuilder
tries to load custom modifiers for a field:runtime/src/coreclr/System.Private.CoreLib/src/System/Reflection/RtFieldInfo.cs
Lines 257 to 260 in 7989f18
This call eventually hit assert in:
runtime/src/coreclr/vm/runtimehandles.cpp
Line 1736 in 7989f18
This doesn't happen locally (64 bit Windows), hits the Assert in some Linux legs and 32 bit windows leg on CI, looks like a bug to me.
The text was updated successfully, but these errors were encountered: