madskristensen / EditorConfigLanguage

A Visual Studio extension
Other
129 stars 37 forks source link

dotnet_style_prefer_simplified_boolean_expressions not supported. #94

Closed FolkerKinzel closed 3 years ago

FolkerKinzel commented 3 years ago

Installed product versions

Description

dotnet_style_prefer_simplified_boolean_expressions = 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.