You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks refactoring the MVVM Toolkit generators to never use ISymbol in any IncrementalValuesProvider<T> node. This will reduce the memory use of the generators and avoid rooting symbols and compilations longer than necessary.
Overview
This issue tracks refactoring the MVVM Toolkit generators to never use
ISymbolin anyIncrementalValuesProvider<T>node. This will reduce the memory use of the generators and avoid rooting symbols and compilations longer than necessary.