vscode-csharp
vscode-csharp copied to clipboard
Official C# support for Visual Studio Code
## Issue Description ## ## Steps to Reproduce ## 1. Create a new dotnet blazor server project (`dotnet new blazorserver -o test`) 2. Open the project in Visual Studio Code,...
Type: Bug ## Issue Description ## I've installed dotnet using the dotnet installer script: https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#scripted-install I've verified dotnet is installed `which dotnet`: /usr/local/google/home/landonwilkins/.dotnet/dotnet ``` dotnet --info .NET SDK: Version: 7.0.400...

Load C# project with a COM reference fails: "ResolveComReference" task could not be instantiated...
## Issue Description ## Omnisharp fails to load a project with a COM reference "ResolveComReference" task could not be instantiated... ## Steps to Reproduce ## I don't know the precise...
## Steps to reproduce 1. Make sure the extension is enabled and fully loaded 2. Open a .cs file with a member, a method or a class that lacks documentation...
Type: Bug ## Issue Description ## ## Steps to Reproduce ## 1. Create folder `md scripting` 1. Navigate to the folder `cd scripting` 1. Create a scripting project `dotnet script...
Type: Bug ## Issue Description ## When excluding sln and csproj files from Explorer in VSCode the C# intellisense breaks entirely. This may be by design but wanted to confirm....
## Issue Description ## ## Steps to Reproduce ## Open a folder containing a solution created in VS in VSC and press F5. ## Expected Behavior ## The project launches...
Type: Performance Issue ## Issue Description ## ## Steps to Reproduce ## ## Expected Behavior ## ## Actual Behavior ## ## Logs ## ### OmniSharp log ### Post the output...
## Environment data `dotnet --info` output: ``` .NET SDK (reflecting any global.json): Version: 5.0.406 Commit: 3a48fd6fe5 Runtime Environment: OS Name: Windows OS Version: 10.0.22000 OS Platform: Windows RID: win10-x64 Base...