vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

Official C# support for Visual Studio Code

Results 359 vscode-csharp issues
Sort by recently updated
recently updated
newest added

## Issue Description ## OmniSharp crashes with System.AccessViolationException ## Steps to Reproduce ## Opened my .Net 6 solution folder (containing a Razor Pages project, Razor Class Library, several other class...

## Environment data `dotnet --info` output: .NET SDK (reflecting any global.json): Version: 6.0.108 Commit: 4e3a463d2b Runtime Environment: OS Name: linuxmint OS Version: 21 OS Platform: Linux RID: ubuntu.22.04-x64 Base Path:...

## Issue Description ## Using vs code to work with dotnet core solutions cause "no code actions available" on all error like removing a semicolon after a statment. ## Steps...

Triaged
Needs Investigation

## Issue Description ## I can not debug a simple Hello World C# console application. When I run the debugger, on then "Debug console" I get the message "Unable to...

Debugger

Using Debian 11 bullseye I installed `mono-complete` and set `"omnisharp.useModernNet": false,`, but omnisharp is not working due to: ``` Could not locate MSBuild instance to register with OmniSharp. ``` There...

## Environment data .NET info: .NET SDK (reflecting any global.json): Version: 5.0.400 Commit: d61950f9bf Runtime Environment: OS Name: Windows OS Version: 10.0.19042 OS Platform: Windows RID: win10-x64 Base Path: C:\Program...

Bug
Triaged
Needs Investigation
Roslyn LSP

Problems list is only showing issues from files just opened in editor if "Roslyn Analyzer" is enabled and "Analyze Open Documents Only" is disabled. This is true for Errors, Warnings...

## Issue Description ## OmniSharp regularly "loses" Mono path, only solvable by restart of both VS Code and Unity. The error message is: `[ERROR] Error: Unable to find Mono. Update...

## Issue Description ## Hi, im currently trying to set-up vscode in such a way that I can use both the debugger and `dotnet watch run`. When running` dotnet watch...

Feature Request
Debugger
OmniSharp
Triaged

GoToDefinition might not immediately go to the document definition for any given location if there are multiple locations (common for source generated symbols), so we shouldn't immediately resolve the generated...