FusionMVVM 1.3.2
See the version list below for details.
dotnet add package FusionMVVM --version 1.3.2
NuGet\Install-Package FusionMVVM -Version 1.3.2
<PackageReference Include="FusionMVVM" Version="1.3.2" />
<PackageVersion Include="FusionMVVM" Version="1.3.2" />
<PackageReference Include="FusionMVVM" />
paket add FusionMVVM --version 1.3.2
#r "nuget: FusionMVVM, 1.3.2"
#:package FusionMVVM@1.3.2
#addin nuget:?package=FusionMVVM&version=1.3.2
#tool nuget:?package=FusionMVVM&version=1.3.2
A small and easy-to-use MVVM toolkit for WPF.
Features: Ioc Container, ViewModelLocator, WindowManager, Messenger, DialogMessage, RelayCommand (Normal and Generic), EventToCommand.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
-
- JetBrains.Annotations (>= 7.0.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0-alpha4 | 94 | 2/14/2015 |
| 2.0.0-alpha3 | 74 | 2/3/2015 |
| 2.0.0-alpha2 | 80 | 1/10/2015 |
| 2.0.0-alpha1 | 68 | 1/4/2015 |
| 1.3.3 | 180 | 10/18/2014 |
| 1.3.2 | 115 | 9/24/2014 |
| 1.3.1 | 143 | 7/7/2014 |
| 1.3.0 | 103 | 7/6/2014 |
| 1.2.2 | 96 | 5/22/2014 |
| 1.2.1 | 87 | 5/18/2014 |
| 1.2.0 | 102 | 5/17/2014 |
Version 1.3.2
- JetBrains.Annotations replaced with NuGet package.
- Renamed 'Broadcast' method to 'Send' in Messenger.
- Thread safe instance with double-checked locking in Messenger.
- 'Unregister' method did not remove objects from storage in Messenger.
- Thread safe instance with double-checked locking in Container.
- Renamed 'AutoWireUserControl' to 'BindToParent' in WindowManager.
- Changed events to WeakEventManager in WindowManager.
Version 1.3.1
- WindowManager no longer inherits from DependencyObject.
- Minor change to the 'AutoWireUserControl' DependencyProperty.
Version 1.3.0
- WindowManager: CloseWindow method now closes the owning window, if called from a UserControl, and it has enabled the AutoWireUserControl property in the View.
- Fixed a bug where serialization of a model that inherits from BaseModel, would return empty data.