I have searched a lot about the issue and found nothing, i.e. I tried every suggestion that I found to solve it, but none worked.
So as a last resort, I try here..
I am getting
Edits were made to the code which cannot be applied while debugging.
message, event if I just only add a comment.
I know you cannot modify generic method or add/remove await operators, which would disable debugging session from continuing. But that's not the case.
When I check error list, it is empty.
From what I searched this is known VS bug known for years now, but from what I have read it should be fixed by now (I just updated VS).
The weird thing is that behaviour occurs only in one solution.
Has anyone idea on how to tackle this problem, where to look, what to check.
I already tried:
- updating VS
- deleting .vs directory in solution directory
- deleting bin and obj output directory in every project
- cleaning and rebuilding solution
- setting "Enable Edit and Continue" option on and off under Options/Debugging/General tab.
- deleting
*.userfiles, I do not have any*.suofiles