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

## 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,...

Razor

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...

.Net sdk not found

![1691029846725.png](https://github.com/dotnet/vscode-csharp/assets/1876302/3a9025c9-2d57-4e97-8985-f2b0423f3533)

Bug
Needs More Info
Triaged

## 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...

OmniSharp
Triaged
Needs Investigation
Project System

## 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...

Triaged
Omnisharp-Parity

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...

OmniSharp
Editor-Code Actions