vscode-csharp
vscode-csharp copied to clipboard
Official C# support for Visual Studio Code
Issue Type: Bug .Net team introduced _source generators_ and OmniSharp doesn't work correctly with them. I enabled Analyzers in VS Code and this works well. After I added a source...
Starting OmniSharp server at 5/28/2022, 15:39:48 Target: c:\Users\User\burung\burung.sln OmniSharp server started with .NET 6.0.300 . Path: c:\Users\User\.vscode\extensions\ms-dotnettools.csharp-1.25.0-win32-x64\.omnisharp\1.39.0-net6.0\OmniSharp.dll PID: 9172 Unhandled exception. System.BadImageFormatException: An attempt was made to load a program...
Depends on https://github.com/OmniSharp/omnisharp-roslyn/pull/2227
## Is your feature request related to a problem? Please describe. Hello!! I am programming in a .cshtml view and the IntelliCode does not recognize the asp-for tag. This is...
## Issue Description ## When I click on the "Debug Test" code lens above my NUnit tests, I get the following error popup in the corner of VSCode:  >...
## Environment data `dotnet --info` output: VS Code version:1.2.1 C# Extension version:1.1.7 ## Steps to reproduce 1. We add following code to update the value of one variable when break...
The space auto complete in this extention is horrid. It doesn't consider what you typed past the first couple of letters. EVEN IF YOU WAIT TO PRESS SPACEBAR. AND WHY...
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/sindresorhus/semver-regex/releases) - [Commits](https://github.com/sindresorhus/semver-regex/commits/v3.1.4) --- updated-dependencies: - dependency-name: semver-regex dependency-type: indirect ... Signed-off-by: dependabot[bot]
 VS Code version: Code 1.19.2 (490ef761b76b3f3b3832eff7a588aac891e5fe80, 2018-01-10T15:55:03.538Z) C# Extension version: 1.13.1 ## Steps to reproduce Make multiple new lines in an indented code block, then - right click the...
## Issue Description ## When I open `detail.cshtml`, and as I hover the mouse over various c# variables, I get no type information shown in the editor, but the Omnisharp...