High Activity

Commits : Listings

  Analyzed 1 day ago based on code collected 1 day ago.
Showing page 1 of 61
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A small fix Anon32 More... about 1 month ago
A small improvement in ExceptionService Anon32 More... about 1 month ago
(+) Added the IExceptionService.IsExceptionRegistered method to know if an exception type is registered for handling. Anon32 More... about 1 month ago
Unit test fix Anon32 More... about 1 month ago
Fixed an issue where the integrity checker for the IoC container would get into a corrupt state when the construction of a type throws an exception Anon32 More... about 1 month ago
(+) Added batches to the MementoService which now allows to easily group multiple actions together in a batch Anon32 More... about 1 month ago
(x) Fixed issue where in some very rare cases (when the same view model is used in views in the same chain of views), the UserControlLogic would cause a StackOverflow when saving or canceling a view model Anon32 More... about 1 month ago
Added additional service locator extension methods Anon32 More... about 1 month ago
(*) External container synchronization for the ServiceLocator now respects both Singleton and Transient registration types in the the external containers unless they don't support this information (such as MEF and Castle Windsor) Anon32 More... about 1 month ago
Changed unit tests for external IoC container synchronization and allowed both singleton and transient types Anon32 More... about 1 month ago
(*) ServiceLocator and TypeFactory performance improvements Anon32 More... about 1 month ago
(+) Added BindingWithValidation for NET40 and NET45 where {catel:BindingWithValidation MyProp} can now be used instead of {Binding Path=MyProp, NotifyOnValidationErrors=True, ValidatesOnDataErrors=True} Anon32 More... about 1 month ago
(x) Fixed issue in DragDrop behavior where DragStarted was called to many times Anon32 More... about 1 month ago
Unit test fix Anon32 More... about 1 month ago
Some performance improvements in ServiceLocator and TypeFactory Anon32 More... about 1 month ago
(+) Added circular dependency protection to the TypeFactory. This means that if there are types with a circular dependency using dependency injection, the TypeFactory will throw a CircularDependencyException with the exact type path which was used to create the type instead of a StackOverflow without any info Anon32 More... about 1 month ago
(*) Moved all generic methods from the ServiceLocator to IServiceLocatorExtensions so its easier to implement the IServiceLocator interface. It also gives us more freedom in the future to develop new features around the service locator. In very rare cases, this will be a breaking change. To fix this, simply include the Catel.IoC namespace. Anon32 More... about 1 month ago
Updated expression blend libraries (System.Windows.Interactivity) Anon32 More... about 1 month ago
(x) Fixed Windows Phone issue with the Lazy<T> class (which was used by the Argument checks) Anon32 More... about 1 month ago
Added StringToObjectHelper.ToEnum Anon32 More... about 1 month ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.