Describe the bug
CslaDataProvider.Refresh<T>(Func<Task<T>> factory) is implemented as async void instead of properly having async Task as a return type.
Version and Platform
CSLA version: v9 / main
OS: Windows, Linux, iOS, Android, etc.
Platform: WPF
Describe the bug
CslaDataProvider.Refresh<T>(Func<Task<T>> factory)is implemented asasync voidinstead of properly havingasync Taskas a return type.Version and Platform
CSLA version: v9 / main
OS: Windows, Linux, iOS, Android, etc.
Platform: WPF