madskristensen / EditorConfigLanguage

A Visual Studio extension
Other
129 stars 37 forks source link

csharp_style_prefer_switch_expression not supported. #100

Closed FolkerKinzel closed 3 years ago

FolkerKinzel commented 3 years ago

Installed product versions

Description

csharp_style_prefer_switch_expression = true:suggestion not supported.

Steps to recreate

  1. Open Visual Studio Extras - Options - Text Editor - C# - Code Format.
  2. Click the button Generate EDITORCONFIG file from settings.

Current behavior

When opening .editorconfig there is a green warning line and the tool tip "EC112 The keyword ... is unknown."

Expected behavior

The extension should know this property.