bujma
bujma
https://github.com/MarimerLLC/csla/blob/dfaf1520e0e5acc05ee910b4f88703aafa137822/Samples/ProjectTracker/ProjectTracker.Ui.WPF/App.xaml.cs#L22 Shouldn't there be `Csla.ApplicationContext.PropertyChangedModes.Xaml` for WPF?
**Steps:** - no configuration or code change after downloading the sources - ProjectTracker.Ui.WPF and ProjectTracker.AppServerCore as startup projects - run, login as 'manager' - go to Project List - press...
**Steps:** - no configuration or code change after downloading the sources - ProjectTracker.Ui.WPF and ProjectTracker.AppServerCore as startup projects - run, login as 'manager' - go to Project List - press...
### Describe the bug System.ArgumentNullException: 'Value cannot be null. Parameter name: defaultDestinationValue' when removing items of `ObserableCollection` bound from ViewModel class to `ItemsControl` in `Window` with `ItemTemplate` templated with `CardExpander`...