codemaid icon indicating copy to clipboard operation
codemaid copied to clipboard

Reorganizing Active document Freezes and Visual studio shutsdown

Open nickpgre opened this issue 4 years ago • 2 comments

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 .

nickpgre avatar Oct 22 '21 06:10 nickpgre

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.

codecadwallader avatar Oct 30 '21 17:10 codecadwallader

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

DangerTimsen avatar Jan 25 '22 10:01 DangerTimsen