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
Whilst debugging and trying to resolve issues, I use the hot reload feature to commit minor changes to see the behaviour of my changes. However, ever since .NET 9.0, I seem to get compiler errors very frequently. I have no clear steps to reproduce the behaviour, but the result looks like this:
I understand that I am vague, but the clearest that I can be:
Run the code
Make some changes
Hot reload
Continue debugging
Exception
I'm afraid I cannot make it clearer than this, as this sometimes works and sometimes does not (I'd say this happens to me in around 30% of my debugging sessions and it is very frustrating).
Kind regards, Woudjee
The text was updated successfully, but these errors were encountered:
@Woudjee To investigate we need a memory dump of the process being debugged at the time the error is shown, the expression being evaluated and the current call stack. Please file a VS Feedback ticket with this info.
Hi,
Whilst debugging and trying to resolve issues, I use the hot reload feature to commit minor changes to see the behaviour of my changes. However, ever since .NET 9.0, I seem to get compiler errors very frequently. I have no clear steps to reproduce the behaviour, but the result looks like this:
I understand that I am vague, but the clearest that I can be:
I'm afraid I cannot make it clearer than this, as this sometimes works and sometimes does not (I'd say this happens to me in around 30% of my debugging sessions and it is very frustrating).
Kind regards, Woudjee
The text was updated successfully, but these errors were encountered: