Blue.MVVM.Core
3.0.4
dotnet add package Blue.MVVM.Core --version 3.0.4
NuGet\Install-Package Blue.MVVM.Core -Version 3.0.4
<PackageReference Include="Blue.MVVM.Core" Version="3.0.4" />
paket add Blue.MVVM.Core --version 3.0.4
#r "nuget: Blue.MVVM.Core, 3.0.4"
// Install Blue.MVVM.Core as a Cake Addin #addin nuget:?package=Blue.MVVM.Core&version=3.0.4 // Install Blue.MVVM.Core as a Cake Tool #tool nuget:?package=Blue.MVVM.Core&version=3.0.4
MVVM<BareknuckleStyle> - ViewModel implementations
This package includes binaries only. You should use this package for test projects or assemblies that need to interact with types in Blue.MVVM.
For a head start, use Blue.MVVM (Blue.MVVM) instead.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.0 is compatible. netstandard1.1 was computed. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. monoandroid403 is compatible. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. monotouch10 is compatible. |
Silverlight | sl5 is compatible. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 was computed. wp81 was computed. wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 0.0
- System.ComponentModel (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
3.0.4 - fixed unsigned netstandard1.0 assembly
3.0.3 - added MonoAndroid403, xamarinios10, MonoTouch1 explicit targeting
3.0.2 - fixed netstandard1.0 assembly contains no types
3.0.0 - added netstandard1.0
2.2.0 - NotifyPropertyChangedBase derived types can utilize NotifyPropertyChangedProxy to gain control over extension-resolution when not deriving from project specific NotifyPropertyChanged via protected Func<PropertyChangedHandler> PropertyCHangedHandler
2.1.0 - renamed package to Blue.MVVM.Core
2.0.0 - extracted commands, if you´re not using package Blue.MVVM, install package Blue.MVVM.Commands
1.10.0 - version alignment
1.9.4 - package does not inlcude assembly Blue.MVVM.Converter anymore (this could lead to errors in non-XAML based apps)
1.9.3 - retargeted assemblies for Monoandroid, Xamarinios, MonoTouch
1.9.2 - ReleaseBuild
1.9.1 - added netcore45 (UWP) as target
1.9.0 - Updated target-platforms for portable-specific assemblies, removed dependency to Blue.Utils, updated code-base to leverage C#6 features
1.8.2 - ReleaseBuild
1.8.1 - Command<T> invokes CanExecuteChanged-Event after execution of the command
1.8.0 - Command<T> introduces "IsReentranceEnabled" Property to possibly prevent multiple executions of the command, while it is still running. The default behavior is to block reentrancy, which is a breaking change to previos versions, but it can be overriden via Command.IsReentranceEnabledByDefault to restore previous behavior.
1.7.2 - Version alignment
1.7.1 - Dependency on Blue.Utils 0.5.0
1.7.0 - Simplified pacakge-structure, added .NET3.5 support
1.7.0-beta1 - Added Events "Executing" and "Executed" on Command-implementations
1.6.1-beta1 - MonoAndroid and MonoTouch Support
1.6.0 - Support for extensions by using Boot.Strap Compile-Time-Plugins (currently Blue.MVVM.LoggingModule, Blue.MVVM.ValidationExceptionsModule and Blue.MVVM.CancelOnEqualityModule)
- Usage of parameter "notifyOnChangeOnly" is deprecated. If you need this behavior, install the according module "Blue.MVVM.CancelOnEquality"
- upcoming fetaure: imperative and declarative ways to (temporary) deactivate a module
1.5.1 - included assemlby for argument validation
1.5.0 - internal use of Blue.Utils.ArgumentValidation with support of lambda-expressions to resolve argument names
1.4.0 - implemented NotifyPropertyCHangedProxy for use in POCO classes, that can´t inherit a common ViewModel baseclass
1.3.7 - targeting support for silverlight 5 and windows phone 8.1
1.3.6 - moved internal equality-comparison of NotifyPropertyChangedBase to protected AreEqual-Method, so custom logic can be provided. Default implementation uses EqualityComparery<T> instead of Comparer<T>.
1.3.5 - version alignment
1.3.4 - WindowsStore-apps references NET 4.5 assemblies
1.3.3 - release build
1.3.2 - removed extension methods from Raise
1.3.1 - PresentationCore gets referenced automatically
1.3.0 - inlcuded static class Raise for easier event-raising (may be extracted in seperate package in the future)
1.2.0 - changed access modifier of OnPropertyChanged(string) to protected, added OnPropertyChanged<T>(Expression<Func<T>>, for use in e.g. notifications for calculated properties
1.1.4 - aligned assembly-versions to package version
1.1.3 - adding Blue.MVVM.Lib to projects that target .NET 4.5 now references the 4.5 assemblies instead of 4.0 assemblies
1.1.1 - Separated Blue.MVVM and Blue.MVVM.Lib