-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating class produces errors #5260
Comments
Reporting same exact problem and as @Igorgro. Have been experiencing it for a while but it's just getting beyond a joke having to restart Omnisharp after creating a new file. |
Same problem here. Environment
OmniSharp log
|
Same problem, running on fully patched Ubuntu 22.04. vscode version 1.71.2 dotnet --info
|
Have been experiencing this until now any fixes? |
There have been lots of improvements since this issue was opened. Please open a new issue with logs if you are still running into this. |
Environment data
dotnet --info
output:VS Code version: 1.67.2
C# Extension version: 1.25.0
OmniSharp log
Log is full of the following messages:
Steps to reproduce
Expected behavior
No errors are shown
Actual behavior
Every new class is marked as already existing (error CS0101) and the log is flooded with the error message. The same thing happens when renaming existing classes. The only solution is to restart omnisharp after avery class creation which is very annoying.
Additional context
I've already posted similar issues here #5216 and here OmniSharp/omnisharp-roslyn#2391
The text was updated successfully, but these errors were encountered: