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