DotNetQuery.Mvvm — QueryViewModel<TArgs, TData> wrapping IQuery<TArgs, TData> for MVVM-based UI frameworks (MAUI, WPF, UNO Platform); implements INotifyPropertyChanged and exposes bindable properties (IsLoading, IsSuccess, IsFailure, Data, Error); thread marshaling handled per-platform (MainThread / Dispatcher / DispatcherQueue)
DotNetQuery.Mvvm —
QueryViewModel<TArgs, TData>wrappingIQuery<TArgs, TData>for MVVM-based UI frameworks (MAUI, WPF, UNO Platform); implementsINotifyPropertyChangedand exposes bindable properties (IsLoading,IsSuccess,IsFailure,Data,Error); thread marshaling handled per-platform (MainThread/Dispatcher/DispatcherQueue)