Reputation: 126
Is there anyone who use roslyn source generator get the same situation? Every time when I open source generator project, the window will pop up. I know that I need to choose debugger manual currently, but when I use rider, It still shown up!
Any suggestion here? Thanks!
Upvotes: 1
Views: 414
Reputation: 31
I had this issue when running unit tests in Rider and the solution was :
Settings > Build > Unit Testing > Test Runner > Uncheck "Enable Debug"
Upvotes: 0
Reputation: 19021
This looks like a component of Resharper is crashing, you'll want to follow up with JetBrains to see if they have a newer version available with the fix.
Upvotes: 1