Pruning Report?
eric-914
Posts: 46
Just wondering if for a future feature, S/A could generate a pruning report, detailing everything it deemed "prunable" and removed. It would make it so much easier tracking down what I need to mark as [DoNotPrune].
S/A's pruning is failing pretty bad when using Unity/XAML/MVVM, as Unity negates the need to ever "new" up a class explicitly, and XAML references ValueConverters which never are "new"d up explicitly either. Seems S/A will think any such classes are unused.
S/A's pruning is failing pretty bad when using Unity/XAML/MVVM, as Unity negates the need to ever "new" up a class explicitly, and XAML references ValueConverters which never are "new"d up explicitly either. Seems S/A will think any such classes are unused.
Comments
You should find the log file useful.
http://www.red-gate.com/supportcenter/c ... a_Log_File
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?