vscode-csharp
vscode-csharp copied to clipboard
Official C# support for Visual Studio Code
Type: Bug I'm working on a C# project for a while now and starting today, I repeatedly get the error that something would not be okay with my code. The...
From vscode-dotnettools created by [StephenCleary](https://github.com/StephenCleary): microsoft/vscode-dotnettools#418 Type: Bug Open a file and reference a type that doesn't exist yet. The extension correctly reports a Problem like CS0246. Create another file...
Type: Bug ## Issue Description ## С# extention is failing to find dotnet info from path. Unable to debug dotnet app. after executing in terminal `export DOTNET_ROOT="/home/ilyus/.asdf/installs/dotnet/6.0.418" export MSBuildSDKsPath="/home/ilyus/.asdf/installs/dotnet/6.0.418/sdk/6.0.418/Sdks"` debugging...
From vscode-dotnettools created by [gmamekudz](https://github.com/gmamekudz): microsoft/vscode-dotnettools#886 ### Describe the Issue There is no more way to formatting c# code with braces on same line. This is since last vs code...
From vscode-dotnettools created by [pieroflacco](https://github.com/pieroflacco): microsoft/vscode-dotnettools#973 ### Describe the feature you'd like Hi, I'm building my own VsCode Extension and I would like to know if it is possible to...
https://github.com/microsoft/vscode-dotnettools/issues/127
https://github.com/microsoft/vscode-dotnettools/issues/127
This plan captures our work on the C# Extension in March. This is a 4-week iteration. ## Plan Items March sprint plan items - https://github.com/dotnet/vscode-csharp/milestone/42
## Issue Description ## When on a flaky network the download procedure seems to silently ignore download failures and blindly proceeds to run the installation, which fails and Omnisharp complains...
I'm developing a container image where a directory is specified in the omnisharp.json to host code refactoring dlls, so they can be discovered by omnisharp. Will it still work in...