codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.92k stars 362 forks source link

Reorganizing Active document Freezes and Visual studio shutsdown #852

Open nickpgre opened 3 years ago

nickpgre commented 3 years ago

Environment

Description

Executing reorginize active document within a file with approximatelly 30+ classes, visual studio freezes while codemain displays "Codemain organized classes..." on the bottom left.

This also tried on a clean C# .net core console solution with the same file containing the classes

The file (the one attached) contains classes for deserializing XML files and each one of them as well as their properties have Xml related attributes Class1.zip .

codecadwallader commented 3 years ago

Thanks for reporting the issue, I was able to reproduce it with that file. There is an upcoming release (v12) that has some changes that might help with this issue.

DangerTimsen commented 2 years ago

Same for me - pretty large DTO with a lot of properties. Freezes and crashes every time I try to reorganize document (needed alphabetical ordering)