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
Having every available class be present in the DataContext dropdown is a little much in a large project. There is a reasonable delay for every letter typed as the list updates.
Even though it adds overhead to the consumer, I'd recommend we introduce an Attribute and/or common base class for classes that should be ViewModels so that the list can be filtered down.
The text was updated successfully, but these errors were encountered:
Having every available class be present in the DataContext dropdown is a little much in a large project. There is a reasonable delay for every letter typed as the list updates.
Even though it adds overhead to the consumer, I'd recommend we introduce an Attribute and/or common base class for classes that should be ViewModels so that the list can be filtered down.
The text was updated successfully, but these errors were encountered: