vscode-csharp
vscode-csharp copied to clipboard
Official C# support for Visual Studio Code
#### 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...
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: ...
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]...
# 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...
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...
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:...
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...
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...
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....
## 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...