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 Type: `Bug` - Extension Name: `csharp` - Extension Version: `1.25.0` - OS Version: `Darwin arm64 21.6.0` - VS Code version: `1.71.2` :warning: We have written the needed data...

## Issue Description ## Go to References _finds_ C# symbol references that are in my Razor views, but cannot _navigate_ to them. ## Steps to Reproduce ## 1. In a...

## Issue Description ## I'm targeting `net7.0` and trying to use [required members](https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-11#required-members). The project builds and runs correctly, but the C# extension is giving me syntax errors. (I have...

when i open vscode Razor pages i get this error **The Razor Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted.** `--------------------------------------------------------------------------------...

Im attempting to connect my debugger to a dotnet3.1 service running inside an alpine container, im attempting to use these docs https://github.com/OmniSharp/omnisharp-vscode/wiki/Attaching-to-remote-processes#installing-vsdbg-on-the-server ## Environment data `dotnet --info` output: VS Code...

Debugger
Question

Type: Bug 2022-09-20 17:19:56.996 -04:00 [DBG] Starting: Processing notification textDocument/didOpen 2022-09-20 17:19:56.996 -04:00 [DBG] Starting: Processing notification textDocument/didOpen 2022-09-20 17:19:56.996 -04:00 [DBG] Starting: Routing Notification textDocument/didOpen 2022-09-20 17:19:56.996 -04:00 [DBG]...

## Is your feature request related to a problem? Please describe. As part of my .csproj, I have a C# source file generated from an XML/XSLT pair of files (see...

Type: Bug OmniSharp Madness: - performance issues. - semantic syntax highlighight breaks. - memory leaks, restarting vscode won't free mem. OmniSharp Team: stop making vscode suck. Extension version: 1.25.0 VS...

## Issue Description ## In a NUnit test project for Petstore API The API client is generated with NSwagStudio from the Petstore API Json definition. Running 'Debug' results in NullReferenceException...

Integrate Omnisharp in VSCode Testing API - [x] MultiTarget support - [x] Multi Test Framework Support (currently only supports Xunit) - [x] Run Tests - [x] Debug Tests - [...