Truc Tran
Results
2
comments of
Truc Tran
Thank you for your reply. @philliphoff - We're using version 1.11.0 of Dapr runtime, in our source code, we use Dapr.Actors.AspNetCore version 1.8.0 - It happen both production and locally,...
@mastakillahBlitzar ViewModelBase is third party GalaSoft.MvvmLight. If you don't wanna install 3party, you can add ViewModelBase class ``` public class ViewModelBase : INotifyPropertyChanged { public event PropertyChangedEventHandler PropertyChanged; public void...