dotnet / vscode-csharp

Official C# support for Visual Studio Code
MIT License
2.84k stars 663 forks source link

Errors not clearing upon correcting #5010

Open drizztdourden08 opened 2 years ago

drizztdourden08 commented 2 years ago

Issue Description

Errors are staying in the list after they've been corrected. It requires a re-compile to actually clear the error from the queue. Sometime, it can be very confusing to actually try and fix error when there is actually none at all. That's especially true for missing ";" or thing that are simple as you end up searching something that doesn't exist. Until I figured out it was just not clearing, I spent a long time searching for bits and pieces that weren't there and not understanding why the code actually ran.

See screenshot for when it tells me the function doesn't exist when it actually does. The error is actually from before I corrected the code (because I renamed the function).

Code_rVoBAxSlGB

Steps to Reproduce

No real "steps" here. They just stay there until the code is recompiled and run.

Logs

OmniSharp log

Starting OmniSharp server at 2022-01-16, 7:53:36 p.m. Target: d:\GameProjects\MapGenerator OmniSharp server started. Path: c:\Users\drizz\.vscode\extensions\ms-dotnettools.csharp-1.23.17\.omnisharp\1.37.17\OmniSharp.exe PID: 27896 [info]: OmniSharp.Stdio.Host Starting OmniSharp on Windows 6.2.9200.0 (x64) [info]: OmniSharp.Services.DotNetCliService Checking the 'DOTNET_ROOT' environment variable to find a .NET SDK [info]: OmniSharp.Services.DotNetCliService Using the 'dotnet' on the PATH. [info]: OmniSharp.Services.DotNetCliService DotNetPath set to dotnet [info]: OmniSharp.MSBuild.Discovery.MSBuildLocator Located 2 MSBuild instance 1: Visual Studio Community 2022 17.0.32112.339 17.0.0 - "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin" 2: StandAlone 17.0.0 - "c:\Users\drizz\.vscode\extensions\ms-dotnettools.csharp-1.23.17\.omnisharp\1.37.17\.msbuild\Current\Bin" [info]: OmniSharp.MSBuild.Discovery.MSBuildLocator Registered MSBuild instance: Visual Studio Community 2022 17.0.32112.339 17.0.0 - "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin" [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0 [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.Completion.CompletionOptionsProvider, Order: 0 [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100 [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110 [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140 [info]: OmniSharp.Cake.CakeProjectSystem Detecting Cake files in 'd:\GameProjects\MapGenerator'. [info]: OmniSharp.Cake.CakeProjectSystem Could not find any Cake files [info]: OmniSharp.MSBuild.ProjectSystem No solution files found in 'd:\GameProjects\MapGenerator' [info]: OmniSharp.MSBuild.ProjectManager Queue project update for 'd:\GameProjects\MapGenerator\MapGenerator.csproj' [info]: OmniSharp.Script.ScriptProjectSystem Detecting CSX files in 'd:\GameProjects\MapGenerator'. [info]: OmniSharp.Script.ScriptProjectSystem Could not find any CSX files [info]: OmniSharp.WorkspaceInitializer Configuration finished. [info]: OmniSharp.Stdio.Host Omnisharp server running using Stdio at location 'd:\GameProjects\MapGenerator' on host 30236. [info]: OmniSharp.MSBuild.ProjectManager Loading project: d:\GameProjects\MapGenerator\MapGenerator.csproj [info]: OmniSharp.MSBuild.ProjectManager Successfully loaded project file 'd:\GameProjects\MapGenerator\MapGenerator.csproj'. [info]: OmniSharp.MSBuild.ProjectManager Adding project 'd:\GameProjects\MapGenerator\MapGenerator.csproj' [info]: OmniSharp.MSBuild.ProjectManager Update project: MapGenerator Received response for /quickinfo but could not find request. Received response for /findusages but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 638, Column: 40. Received response for /quickinfo but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 638, Column: 36. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 640, Column: 20. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 640, Column: 67. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 641, Column: 35. Received response for /v2/getcodeactions but could not find request. Received response for /completion/resolve but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /completion/resolve but could not find request. Received response for /v2/blockstructure but could not find request. Received response for /v2/blockstructure but could not find request. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 166, Column: 16. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 167, Column: 16. Received response for /v2/blockstructure but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /completion/resolve but could not find request. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 90, Column: 21. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 91, Column: 30. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 94, Column: 42. Received response for /v2/getcodeactions but could not find request. Received response for /completion/resolve but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 60, Column: 27. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 77, Column: 25. Received response for /findusages but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 75, Column: 29. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 72, Column: 25. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 66, Column: 25. Received response for /findusages but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 61, Column: 29. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 58, Column: 29. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 128, Column: 20. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 132, Column: 29. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 100, Column: 38. Received response for /quickinfo but could not find request. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 37, Column: 20. Received response for /v2/blockstructure but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 37, Column: 20. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 37, Column: 21. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 100, Column: 32. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 100, Column: 20. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 102, Column: 31. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 90, Column: 18. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 90, Column: 16. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 91, Column: 18. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 114, Column: 26. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 118, Column: 31. Received response for /quickinfo but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 97, Column: 29. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 108, Column: 31. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 81, Column: 71. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 127, Column: 25. Received response for /completion/resolve but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 126, Column: 24. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 126, Column: 23. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 129, Column: 29. Received response for /completion/resolve but could not find request. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 131, Column: 34. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 135, Column: 39. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 135, Column: 37. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 135, Column: 72. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 135, Column: 72. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 135, Column: 57. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /findusages but could not find request. Received response for /findusages but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 196, Column: 29. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 198, Column: 64. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 196, Column: 28. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 35, Column: 8. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 197, Column: 58. Received response for /completion/resolve but could not find request. Received response for /completion/resolve but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /quickinfo but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 15, Column: 9. Received response for /completion/resolve but could not find request. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 207, Column: 36. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 210, Column: 36. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 222, Column: 37. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /completion/resolve but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 176, Column: 12. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 176, Column: 37. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 176, Column: 27. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 176, Column: 61. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 178, Column: 12. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 178, Column: 34. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 178, Column: 31. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 178, Column: 61. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 177, Column: 12. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 229, Column: 25. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 229, Column: 24. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 232, Column: 24. Received response for /completion/resolve but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 218, Column: 12. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 217, Column: 12. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 221, Column: 0. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 219, Column: 12. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 240, Column: 48. Received response for /completion/resolve but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 153, Column: 41. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 153, Column: 57. Received response for /v2/gotodefinition but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 490, Column: 27. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 240, Column: 24. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 245, Column: 24. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 220, Column: 67. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 220, Column: 83. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 490, Column: 36. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 492, Column: 25. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 492, Column: 26. Received response for /v2/blockstructure but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /completion/resolve but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 539, Column: 41. Received response for /v2/getcodeactions but could not find request. Received response for /quickinfo but could not find request. Received response for /completion/resolve but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 484, Column: 28. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 220, Column: 61. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 220, Column: 77. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 239, Column: 24. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 244, Column: 24. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/blockstructure but could not find request. Received response for /v2/blockstructure but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 164, Column: 24. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 129, Column: 16. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 128, Column: 60. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 132, Column: 36. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 163, Column: 1. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 129, Column: 34. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 129, Column: 27. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 320, Column: 55. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 320, Column: 77. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 320, Column: 124. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 320, Column: 149. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 322, Column: 91. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 322, Column: 112. Received response for /completion/resolve but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 330, Column: 74. Received response for /v2/getcodeactions but could not find request. Received response for /v2/blockstructure but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 233, Column: 24. Received response for /completion/resolve but could not find request. Received response for /completion/resolve but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 785, Column: 52. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 785, Column: 52. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 785, Column: 13. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 785, Column: 18. Received response for /v2/blockstructure but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 357, Column: 84. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 357, Column: 82. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 357, Column: 97. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 357, Column: 97. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 359, Column: 61. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 359, Column: 63. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 359, Column: 118. Received response for /v2/getcodeactions but could not find request. Received response for /completion/resolve but could not find request. Received response for /completion but could not find request. Received response for /completion but could not find request. Received response for /completion but could not find request. Received response for /completion but could not find request. Received response for /completion but could not find request. Received response for /completion but could not find request. Received response for /completion but could not find request. Received response for /completion but could not find request. Received response for /completion but could not find request. Received response for /completion/resolve but could not find request. Received response for /completion/resolve but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 240, Column: 64. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 226, Column: 47. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 227, Column: 49. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 218, Column: 12. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 218, Column: 1. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 205, Column: 18. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 205, Column: 37. Received response for /completion/resolve but could not find request. [info]: OmniSharp.MSBuild.ProjectManager Queue project update for 'd:\GameProjects\MapGenerator\MapGenerator.csproj' [info]: OmniSharp.MSBuild.ProjectManager Loading project: d:\GameProjects\MapGenerator\MapGenerator.csproj [info]: OmniSharp.MSBuild.ProjectManager Successfully loaded project file 'd:\GameProjects\MapGenerator\MapGenerator.csproj'. [info]: OmniSharp.MSBuild.ProjectManager Update project: MapGenerator [info]: OmniSharp.MSBuild.ProjectManager Queue project update for 'd:\GameProjects\MapGenerator\MapGenerator.csproj' [info]: OmniSharp.MSBuild.ProjectManager Loading project: d:\GameProjects\MapGenerator\MapGenerator.csproj [info]: OmniSharp.MSBuild.ProjectManager Successfully loaded project file 'd:\GameProjects\MapGenerator\MapGenerator.csproj'. [info]: OmniSharp.MSBuild.ProjectManager Update project: MapGenerator [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 447, Column: 47. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 447, Column: 67. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 447, Column: 99. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 447, Column: 121. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 449, Column: 96. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 449, Column: 72. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 516, Column: 64. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 516, Column: 83. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 518, Column: 67. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 518, Column: 87. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 520, Column: 80. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 520, Column: 103. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 545, Column: 51. Received response for /v2/blockstructure but could not find request. Received response for /completion/resolve but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 541, Column: 70. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 533, Column: 20. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 536, Column: 82. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 536, Column: 81. Received response for /v2/getcodeactions but could not find request. Received response for /completion/resolve but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 545, Column: 28. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 539, Column: 75. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 561, Column: 39. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 561, Column: 33. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 559, Column: 20. Received response for /v2/getcodeactions but could not find request. Received response for /quickinfo but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 557, Column: 16. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 557, Column: 22. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 557, Column: 42. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 560, Column: 20. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 562, Column: 42. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 557, Column: 29. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 432, Column: 58. Received response for /completion/resolve but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 566, Column: 27. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 582, Column: 22. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 583, Column: 116. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 625, Column: 60. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 627, Column: 32. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 629, Column: 56. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 627, Column: 32. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 642, Column: 55. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 646, Column: 57. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 646, Column: 58. Received response for /v2/getcodeactions but could not find request. Received response for /v2/getcodeactions but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 585, Column: 26. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 585, Column: 22. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 244, Column: 34. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 246, Column: 37. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 257, Column: 28. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 586, Column: 28. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 585, Column: 20. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 579, Column: 29. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 722, Column: 40. Received response for /quickinfo but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 657, Column: 120. Received response for /v2/blockstructure but could not find request. Received response for /v2/blockstructure but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 671, Column: 18. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 687, Column: 56. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 688, Column: 56. Received response for /quickinfo but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 708, Column: 54. Received response for /quickinfo but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 657, Column: 127. Received response for /completion/resolve but could not find request. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 657, Column: 153. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 723, Column: 40. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 672, Column: 18. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 723, Column: 41. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 723, Column: 41. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 724, Column: 41. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 746, Column: 26. [warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService No symbol found. File: d:\GameProjects\MapGenerator\Program.cs, Line: 745, Column: 35.

C# log

Environment information

VSCode version: 1.63.2 C# Extension: 1.23.17

Dotnet Information .NET SDK (reflecting any global.json): Version: 6.0.101 Commit: ef49f6213a Runtime Environment: OS Name: Windows OS Version: 10.0.22000 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\6.0.101\ Host (useful for support): Version: 6.0.1 Commit: 3a25a7f1cc .NET SDKs installed: 6.0.101 [C:\Program Files\dotnet\sdk] .NET runtimes installed: Microsoft.AspNetCore.App 6.0.1 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.NETCore.App 3.1.22 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 5.0.13 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.1 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.WindowsDesktop.App 3.1.22 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App] Microsoft.WindowsDesktop.App 5.0.13 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App] Microsoft.WindowsDesktop.App 6.0.1 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App] To install additional .NET runtimes or SDKs: https://aka.ms/dotnet-download
Visual Studio Code Extensions |Extension|Author|Version| |---|---|---| |bracket-pair-colorizer-2|CoenraadS|0.2.2| |code-stats-vscode|riussi|1.0.18| |codetime|Jannchie|0.0.15| |context-menu-toggle-comments|henryclayton|1.0.4| |copilot|GitHub|1.7.4608| |csharp|ms-dotnettools|1.23.17| |git-graph|mhutchie|1.30.0| |github-vscode-theme|GitHub|5.1.0| |gitlens|eamodio|11.7.0| |html-preview-vscode|tht13|0.2.5| |increment-selection|albymor|0.2.0| |incrementor|nmsmith89|1.0.3| |material-icon-theme|PKief|4.11.0| |path-autocomplete|ionutvmi|1.18.0| |regex|chrmarti|0.4.0| |regexhighlighter|TatsuyaNakamori|0.0.1| |regexp-preview|LouisWT|0.1.5| |theme-bracketsdark|ullissescastro|1.0.1| |unity-debug|Unity|3.0.2| |vscode-counter|uctakeoff|3.0.0| |vscode-css-formatter|aeschli|1.0.2| |vscode-eslint|dbaeumer|2.2.2| |vscode-firefox-debug|firefox-devtools|2.9.6| |vscode-git-buttons|rioukkevin|0.0.2| |vscode-html-css|ecmel|1.10.2| |vscode-stylelint|stylelint|1.2.1|;
BinToss commented 8 months ago

I've found errors will stick around even after the file is deleted. Unrelated to this extension, git-staged/indexed YAML files (redhat.vscode-yaml) have the same issue. This may be a case of multiple extensions making the same mistake or it's all VSCode's fault.