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

Type: Bug ## Issue Description ## I'm constantly getting this error after opening a project. ## Steps to Reproduce ## Open C# project. ## Expected Behavior ## Should work without...

Bug
Triaged

Type: Bug got this error in my output Using dotnet configured on PATH Dotnet path: C:\Program Files\dotnet\dotnet.exe Activating C# + C# Dev Kit + C# IntelliCode... waiting for named pipe...

Needs More Info
Triaged

## Environment data `dotnet --info` output: ``` .NET SDK: Version: 7.0.102 Commit: 4bbdd14480 Runtime Environment: OS Name: nixos OS Version: 23.05 OS Platform: Linux RID: linux-x64 Base Path: /nix/store/b5sc5y8f64bxl7bw835ayc4hnnndmhrx-dotnet-sdk-7.0.102/sdk/7.0.102/ Host:...

OmniSharp

As far as I understand the **dotnet_style_namespace_match_folder** rule is not supported by omnisharp. At least at the moment it doesn't fire any warnings even though the IDE0055 rule is turned...

Question
OmniSharp
Triaged

Type: Bug Issue Description When creating a C# text file with the extension installed on Visual Studio Code, three errors pop up: Request textDocument/inlayHint failed. Request textDocument/codeAction failed. Request textDocument/diagnostic...

- Adds devKitRazorOutputPath option - Allows RazorSourceGenerator to be picked up by tooling rather than SDK - Fixes WorkItem 1926900 (https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1926900) /cc @CyrusNajmabadi @davidwengier @dibarbet Related to https://github.com/dotnet/roslyn/pull/72482

## Steps to reproduce 1. Debug the following program 2. Evaluate `Program.Test` ## Expected behavior There is some way to evaluate this ## Actual behavior Debugger prints: `The function evaluation...

Feature Request
Debugger
Debugger-ExpressionEvaluation
Debugger-FixedPendingInsertion

Repro: 1. Open Roslyn solution and wait for load 2. Find any type with a definition in `Syntax.xml.Syntax.Generated.cs` - for example `BaseTypeDeclarationSyntax` [here](https://github.com/dotnet/roslyn/blob/51716bb586a01d9ee64948af2f10d0472f5a0b6c/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/Services/SemanticFacts/CSharpSemanticFacts.cs#L240C70-L240C95) 3. Expect navigate to definition location, instead...

Bug
Triaged

## Steps to reproduce 1. Debug the following program 2. Evaluate `Program.Test` in the watch window ## Expected behavior There should be a UI gesture to evaluate the expression ##...

Feature Request
Debugger

## Is your feature request related to a problem? Please describe. I am unable to install this extension (does not show up when searching) while using code server and a...