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

Question: When setting the type for a .razor file, there are two different entries available - "ASP.NET Razor" and "Razor" Which is the correct one? Where are these two entries...

untriaged

This PR fixes the boolean value that is returned when C# Dev Kit isnt installed. Returning true will continue to generate assets while false will dismiss the whole command. Fixes...

Type: Bug ## Issue Description ## If C# Dev Kit is not installed, programmatically calling command `dotnet.generateAssets` does not work. The Container Tools extension uses this command and the tasks...

Debugger

Originally from: https://github.com/microsoft/vscode-dotnettools/issues/2107 By: @AntoineC4Ci ---------------------- ### Describe the Issue ## Context We're developing in C# using DevKit in VSCode, using devcontainer. The workspaceName.code-worskpace configuration explicitly includes "justMyCode": true: ```json...

Bug
Debugger
untriaged

## Introduction Any type of static properties, methods, fields, or `const` can be assigned to either classes or structs, so to avoid repetitive descriptions I'll only use static methods on...

untriaged

See https://github.com/dotnet/vscode-csharp/issues/8312#issuecomment-2902970817 for more info We should work with the .NET Install tool extension to provide an API we can use to look up the installed SDK architecture, instead of...

Debugger
untriaged

Type: Bug ## Issue Description ## Solution Build/Clean/Rebuild on Solutions open from Solution filters runs on the original solution (sln file) instead of the slnf file ## Steps to Reproduce...

untriaged

It feels like we should be able to "insert" a new Roslyn version to this package daily, including updating any changelogs etc. Even if prerelease only actually goes out once...

Area-Infrastructure
untriaged

## Is your feature request related to a problem? Please describe. I am frequently frustrated when I'm running tests in VSCode and I click on a failed test and it...

untriaged

## Environment data `dotnet --info` output: ``` PS C:\sources\COES> dotnet --info .NET SDK: Version: 9.0.102 Commit: cb83cd4923 Workload version: 9.0.100-manifests.71a57da0 MSBuild version: 17.12.18+ed8c6aec5 Runtime Environment: OS Name: Windows OS Version:...

Needs More Info
Razor
untriaged