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

VS Code version: **_1.61.1_** C# Extension version: **_1.23.16_** Currently during decompiling the source, when hitting F12, if it's a method on an **interface**, it just jumps to the method definition...

Feature Request
Improvement
Triaged

I didn't see an issue for this so I thought I'd add it here. VSCode now has a native testing API, I've written an adapter for it for Powershell Pester...

Feature Request
Triaged

## Issue Description ## I am using Omnisharp with Unity, and problems only show up when I open the file. I've set `csharp.maxProjectFileCountForDiagnosticAnalysis` to -1. `omnisharp.hugeProjectLimit` is an unknown configuration...

## Issue Description ## When errors are found and fixed, the problem list is not updated to clear out the issues. Especially if the file that the issue was in...

Reposted from https://github.com/microsoft/vscode/issues/125800 Issue Type: Bug 1. Open dotnet/winforms project 2. Click on the terminal tab 3. Repeat step 2 https://user-images.githubusercontent.com/2119212/121288205-fd09a880-c8b0-11eb-848b-7cc668a30f70.mov VS Code version: Code 1.56.2 (054a9295330880ed74ceaedda236253b4f39a335, 2021-05-12T17:44:30.902Z) OS version:...

Triaged

## Issue Description ## Unable to work normally with my solution because of "Too many open files". inotify watches is set to maximum: ``` cat /proc/sys/fs/inotify/max_user_watches 524288 ``` In the...

Triaged
Needs Investigation

## Issue Description ## I'm gettings this error on a Linux Mint 19.2 machine. `cat /proc/sys/fs/inotify/max_user_watches` outputs `524288`. ## Steps to Reproduce ## Opened a large Unity project on Linux....

Bug
OmniSharp
Triaged
Needs Investigation

## Issue Description ## If you declare `{ get; set; }` as a nullable value type using `[CascadingParameter] `or `[Inject]` syntax highlighting for everything that comes beneath breaks. Also seems...

## Issue Description ## Commit 92d998f9eb046f733ba87af3873615caa2c3527a I built vscode-oss yesterday after fetching/pulling master --depth 1, and I seem to recall the omnisharp master I built months ago that was still...

## Issue Description ## The project I am working on is based on .net 5.0. It uses NUnit (3.12.0) and NUnit3TestAdapter (3.15.1) packages. This issue happens when I try to...

Debugger