MVVMFramework_Core 1.1.2
See the version list below for details.
dotnet add package MVVMFramework_Core --version 1.1.2
NuGet\Install-Package MVVMFramework_Core -Version 1.1.2
<PackageReference Include="MVVMFramework_Core" Version="1.1.2" />
paket add MVVMFramework_Core --version 1.1.2
#r "nuget: MVVMFramework_Core, 1.1.2"
// Install MVVMFramework_Core as a Cake Addin #addin nuget:?package=MVVMFramework_Core&version=1.1.2 // Install MVVMFramework_Core as a Cake Tool #tool nuget:?package=MVVMFramework_Core&version=1.1.2
Change Log
- Reorganized file structure a bit.
- Added lots of documentation to IntelliSense items.
Breaking Change: when registering MVVM Message box in the IoC Container... previous code: IoC.Container.Register<IMVVMMessageBox, MVVMMessageBox_WPF> (); new code: IoC.Container.Register<IMVVMMessageBox, MessageBox_WPF> ();
Readme
Readme, How-To, and more information found at: MVVMFramework_Core Project Page
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 | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
-
.NETCoreApp 3.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MVVMFramework_Core:
Package | Downloads |
---|---|
About_Core
A simple About window that follows the MVVM pattern for use in WPF applications target .NET Core 3.1. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Breaking Change: when registering MVVM Message box in the IoC Container...
previous code:
IoC.Container.Register<IMVVMMessageBox, MVVMMessageBox_WPF> ();
new code:
IoC.Container.Register<IMVVMMessageBox, MessageBox_WPF> ();