MVVMFramework_Core 1.1.2

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MVVMFramework_Core" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MVVMFramework_Core --version 1.1.2
#r "nuget: MVVMFramework_Core, 1.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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.

Version Downloads Last updated
1.1.2.5 533 12/6/2019
1.1.2 469 11/22/2019
1.1.1.5 1,103 11/11/2019
1.1.1.2 455 11/8/2019
1.1.1 423 11/8/2019
1.1.0 446 11/7/2019
1.0.9 602 11/6/2019
1.0.8 459 11/6/2019
1.0.7 432 11/6/2019

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> ();