Pruning and public interfaces
eric-914
Posts: 46
Just wondering if someone can explain S/A's pruning behavior in regards to public interfaces? Does it prune these?
Comments
May I ask what prompted this question?
In the end, it turns out a few implementation classes had some methods that weren't part of their parent interfaces that were being cut out.
Anyway, got me wondering if I ever have to worry about [DoNotPruneType] on an interface.
So far, anything remotely behaving like a View Model in the MVVM pattern cannot be pruned. S/A doesn't check for property usage w/in XAML. And since WPF binds everything as "object", I doubt it could anyway.