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
Yes this one looks fine as it only affects profilers that listen to Enter/Leave function hooks, which we do not use at all, as indicated by us not using SetEnterLeaveFunctionHooks.
This one also appears fine. There is only one call we make for the affected API GetFunctionInfo2 in continuous_profiler.cpp, and the breaking change only affects the pClassId argument which we do not use.
.NET 10 Preview 1 is out.
I have created branch with very based support for .NET10. It passed
nuke Workflow
on my Win11+Docker for Linux.I do not see any problem, but new CLR brings 2 important changes:
Both changes seems to be working fine with out clr-profiler.
Status of the methods mentioned in dotnet/runtime#107152 (comment):
GetAppDomainsContainingModuleSetILInstrumentedCodeMapForceGCGetClassFromTokenGetClassFromTokenAndTypeArgsGetFunctionFromTokenAndTypeArgsGetReJITIDsRequestRevertEnumJITedFunctions2EnumModulesApplyMetaDataThe text was updated successfully, but these errors were encountered: