vscode-csharp
vscode-csharp copied to clipboard
Official C# support for Visual Studio Code
In the vscode project below issue was posted: Issue Type: Bug When debugging a dotnet core 3.1 project through vscode I get the following error. I've checked that the project...
## Environment data VS Code version: 1.67.0 C# Extension version: v1.24.4 ## Steps to reproduce 1. Create 'omnipath.json' in project's folder `{ "msbuild": { "MSBuildSdksPath": "C:\\Windows\\Microsoft.NET\\Framework\\v3.5" } }` ## Actual...
## Is your feature request related to a problem? Please describe. In prettier for other languages, it will auto remove extra newlines. This saves developers time and keeps style consistent....
## Issue Description ## I have just reopened a project I was working on about a week ago, and I am no longer able to debug my unit tests from...
I can't seem to get it to work with Omnisharp in VSCode. My .editorconfig file is working, as I can disable rules normally. The lines ``` dotnet_style_parentheses_in_arithmetic_binary_operators = always_for_clarity dotnet_style_parentheses_in_other_binary_operators...
About Report an issue:  ## Environment data `dotnet --info` output: ``` .NET SDK (reflecting any global.json): Version: 6.0.400-preview.22330.6 Commit: da7c9ccceb Runtime Environment: OS Name: Mac OS X OS Version:...
## Environment data `dotnet --info` output: .NET Core SDK (reflecting any global.json): Version: 2.2.101 Commit: 236713b0b7 Runtime Environment: OS Name: raspbian OS Version: 9 OS Platform: Linux RID: linux-arm Base...
@DustinCampbell Last I asked about possibilities for autocomplete of F# namespaces and types in omnisharp and the answer was it won't work because roslyn doesn't compile F#. I think you...
## Issue Description ## Code refactor is provided for non-nullable reference types in method arguments, containing suggestions to add null checks:  They are not provided for nullable reference types:...
When I set `"omnisharp.useModernNet": true,` and restart VS Code I get an error: ```log Unhandled exception. System.BadImageFormatException: Could not load file or assembly '/Users/meligy/.vscode-insiders/extensions/ms-dotnettools.csharp-1.24.0/.omnisharp/1.38.1-beta.63-net6.0/OmniSharp.dll'. An attempt was made to load...