Where to Report C# Debugger Issues - Custom Host with CoreCLR Runtime #115555
Unanswered
Liangjia0411
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm developing a project where I've created a custom host that integrates with the CoreCLR runtime, and I'm trying to use Visual Studio to debug C# programs running in this environment. I've encountered some debugging-related issues, but I'm unsure which team or repository I should submit these issues to.
When attempting to debug this managed code using Visual Studio, I'm experiencing issues related to AssemblyLoadContext (ALC) unloading:
When debugging code where an ALC has been marked for unloading but hasn't actually been unloaded yet:
There are no issues when no "old" ALCs pending unload are present in the process
Thank you for your help!
Environment Information:
Beta Was this translation helpful? Give feedback.
All reactions