Reorganizing Active document Freezes and Visual studio shutsdown
Environment
- Visual Studio version: Visual Studio 2019 Community Edition Version 16.11.5
- CodeMaid version: 11.2
- Code language: C#
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 .
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.
Same for me - pretty large DTO with a lot of properties. Freezes and crashes every time I try to reorganize document (needed alphabetical ordering)