Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
C# Quick Fix / Code Action completely broken in Cursor 3.14+ — MutableDisposable error
Steps to Reproduce
- Place the cursor on code that produces a Roslyn Quick Fix.
- Press Ctrl + ..
- Select any Quick Fix.
- Nothing happens.
- Check the Developer Tools console.
- Observe:
Trying to set a value on a MutableDisposable that has already been disposed of.
Expected Behavior
Selecting a C# Quick Fix such as:
Add using
Introduce local
Generate members
Other Roslyn Code Actions
should apply the corresponding code change immediately.
Operating System
Windows 10/11
Version Information
Cursor 3.13.25: Works correctly
Cursor 3.14.27: Broken
Cursor 3.15.6: Broken
VS Code with the same project: Works
Does this stop you from using Cursor
No - Cursor works, but with this issue