Adam Gauthier
Adam Gauthier
To avoid any mismatch between both versions and duplication in the code, the .nuspec file is simplified. The build process now ensures the version is set to the exact version...
ObservableCollection is designed so NotifyCollectionChangedEventArgs.OldItems is not populated when .Clear() is called on the collection. Because of this, Caliburn conductors can't unset the Parent property on all conducted IChild. There...
### Description In the WPF MVVM world, it is fairly common for projects to write their own simple command implementations, sometimes called DelegateCommand, RelayCommand or simply Command. Since ICommand uses...