dotnet/roslyn

Add new line formatting analyzer rules to Code Cleanup

オープン

#56,211 opened on 2021/09/06

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)C# (4,257 件のフォーク)batch import
Area-IDEConcept-Continuous ImprovementIDE-Formatterhelp wanted

Repository metrics

Stars
 (20,414 個のスター)
PR merge metrics
 (平均マージ 6d 17h) (30d で 256 merged PRs)

説明

Version Used:

latest vs 2022 as of writing

Steps to Reproduce:

  1. Create sample maui app
  2. make a mess out of default formatting (spurious new lines, messed indentations etc.)
  3. run code clean up profile with code formatting included
  4. nothing happen to messed formatting

Expected Behavior:

Formatting apply as specified in text editor settings

Actual Behavior: formatting remains unchanged

I hope it is right place to report such thing. Similar issues where converted to roslyn tickets from vs feedback system.

コントリビューターガイド