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

Official C# support for Visual Studio Code

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

#### Issue Description I've encountered a consistent issue across multiple devices and different versions of Visual Studio Code (after the new Unity + C# Dev Kit extension update) where IntelliSense...

Needs More Info
Triaged

C# Extension Version: C# Dev Kit Extension Version: Steps to reproduce: 1. Open OrchardCore, BackgroundTaskScheduler.cs 2. Navigate to definition on CrontabSchedule.Parse (line 41) In VS this shows a decompilation: ![image](https://github.com/dotnet/vscode-csharp/assets/46729679/4ef917ef-18cb-47e4-b07e-d0081a8e3ccc)...

Bug
Triaged

Tracks writing integration tests / porting O# integration tests to blue - [x] https://github.com/dotnet/vscode-csharp/issues/6524 - [x] https://github.com/dotnet/vscode-csharp/issues/6525 - [x] https://github.com/dotnet/vscode-csharp/issues/6526 - [x] Go to definition tests - https://github.com/dotnet/vscode-csharp/pull/6416 - [x]...

Triaged
Infrastructure

# The Issue When implementing an `interface` / `abstract class`, it can be very obscure which members are actually implementing it. # Describe the solution you would like Add a...

Feature Request
Triaged

Type: Bug ## Issue Description ## Starting VSCode with a newly generated C# console app and the C# and the C# Dev Kit installed leads to the following error: Using...

Needs More Info

I'm getting a bunch of this error. Just started today. ```bash Breakpoint warning: No executable code of the debugger’s target code type is associated with this line. Possible causes include:...

Debugger

When viewing `` blocks from xmldocs in csharp, some characters are escaped. In visual studio these are not escaped and are tabbed inwards to indicate code blocks. ## Steps to...

Bug
OmniSharp

Type: Bug ## Issue Description ## I have a workspace file with multiple projects and interdependent references. When I attempt to build/debug the site, about 50% of the time, I...

Needs More Info

Type: Bug ## Issue Description ## Title pretty much says it all. ## Steps to Reproduce ## 1. Open a C# file (.cs extension). 2. Purposefully introduce some error, e.g....

Bug
Triaged

## Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] i am creating...

Needs More Info