dotnet/roslyn

Add new line formatting analyzer rules to Code Cleanup

Offen

#56.211 geöffnet am 06.09.2021

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (4.257 Forks)batch import
Area-IDEConcept-Continuous ImprovementIDE-Formatterhelp wanted

Repository-Metriken

Stars
 (20.414 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 17h) (256 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide