-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
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
GetILFunctionBody fails in dotnet 7 for dynamic methods with CORPROF_E_DATAINCOMPLETE #86577
Comments
Tagging subscribers to this area: @tommcdon Issue Detailsdotnet 7 removed the feature to GetILFunctionBody of dynamic methods.
|
cc: @davmason |
Hi @AllenBiton, thanks for filing this issue. Would you be able to test a private runtime to see if it fixes your issue? I can provide you with binaries or link to a github repository where you can build them yourself. This commit should fix your issue davmason@930b0cb |
To update this thread, @AllenBiton and I are chatting privately and he is testing a private build to see if it fixes the issue |
dotnet 7 removed the feature to GetILFunctionBody of dynamic methods.
This is needed for code coverage for example and faking and more.
Please bring this feature back or give us a workaround to do this so we dynamically change the code with unmanaged API.
The text was updated successfully, but these errors were encountered: