This library tries to help programmers to implement the dependency injection of .netcore in WPF and as a bonus it offers some classes of help in MVVM such as DelegateCommand and also ValidableModel.
Info
Version: | 0.1.3 |
Author(s): | Uillian Lopes |
Last Update: | Monday, February 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Libs.Prism |
Install
Install-Package Libs.Prism
dotnet add package Libs.Prism
paket add Libs.Prism
Libs.Prism Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 3.1.0)
- Microsoft.Extensions.Configuration.Abstractions(>= 3.1.0)
- Microsoft.Extensions.Configuration.Json(>= 3.1.0)
- Microsoft.Extensions.DependencyInjection(>= 3.1.0)
Tags