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

Do we've equivalent to visual studio option `Debugging > General > Enable property evaluation and other implicit function calls`? I'm looking for a way to disable implicit evaluation of properties...

Debugger
Debugger-FixedPendingInsertion

## Issue Description ## Highlighting appears to be broken when using multi-line strings. See the below, red characters and other strangeness. They aren't marked as errors, it is purely syntax...

Resolved-External
OmniSharp
Triaged

This issue tracks all diagnostics/analyzers related feature requests and improvements in VSCode C# extension: - [x] https://github.com/dotnet/vscode-csharp/issues/5728 - [ ] https://github.com/dotnet/vscode-csharp/issues/5949 - [ ] https://github.com/dotnet/vscode-csharp/issues/6147 - [ ] https://github.com/dotnet/vscode-csharp/issues/4595 -...

Feature Request
Editor-Diagnostics

Type: Bug ## Issue Description ## My VSCode setup is mainly focused in Unity3D projects., with C# Dev Kit, and so on. As oppossed to Visual Studio, using "Find All...

Editor-Go To Definition
Editor-Find All References

From vscode-dotnettools created by [mahy-ks-hussain](https://github.com/mahy-ks-hussain): microsoft/vscode-dotnettools#1075 ### Describe the Issue I have a solution that has approx. 50 informational items related to refactoring, code style, naming rules, etc, all configured...

Bug
area-roslyn

Update Roslyn and XAML packages

In the most current version of this extension, the Generate assets for construction and debugging button, making it impossible for me to create launch.json If I download an older version...

Debugger

This plan captures our work on the C# Extension in May. This is a 4-week iteration. ## Plan Items May sprint plan items - https://github.com/dotnet/vscode-csharp/milestone/44

Announcement

Adding a .cshtml file to an ASP Net Core Minimal API Project throws up multiple errors. Typing in the file also produces a stream of errors. ## Steps to Reproduce...

OmniSharp
Razor

Type: Bug ## Issue Description ## When running a test XUnit ITestOutputHelper output is not being written to the .NET Test Log. ## Steps to Reproduce ## Create a test...

Test