GFlisch / Arc4u.Guidance.Doc

Other
5 stars 1 forks source link

"Clean namespace declarations" deletes code and comments/summaries #169

Open WaldemarKaib opened 1 year ago

WaldemarKaib commented 1 year ago

Is your feature request related to a problem? Please describe. The guidance functionality to clean up the namespace declarations changes successfully the namespaces, but at the same time it deletes class comments/summaries and also global usings within the previous namespace.

Describe the solution you'd like The functionality should only change the namespace declarations.

Describe alternatives you've considered I considered doing it manually, but with over 1500 files within our project, this would be tedious and not reasonable. We are going to use R# now.

Additional context Maybe this functionality is obsolete when R# does it in a cleaner way already.