Prism is a fully open source version of the Prism guidance originally produced by Microsoft Patterns & Practices. Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform.
dotnet add package Prism.Core --version 9.0.264-pre
Install-Package Prism.Core -Version 9.0.264-pre
| 包名 | 版本要求 |
|---|---|
| Prism.Events | [9.0.264-pre, ) |
| Prism.Container.Abstractions | [9.0.61-pre, ) |
| System.ValueTuple | [4.5.0, ) |
| 包名 | 版本要求 |
|---|---|
| Prism.Events | [9.0.264-pre, ) |
| Prism.Container.Abstractions | [9.0.61-pre, ) |
| 包名 | 版本要求 |
|---|---|
| Prism.Events | [9.0.264-pre, ) |
| Prism.Container.Abstractions | [9.0.61-pre, ) |
| 包名 | 版本要求 |
|---|---|
| Prism.Events | [9.0.264-pre, ) |
| Prism.Container.Abstractions | [9.0.61-pre, ) |
| 作者 | Brian Lagunas,Dan Siegel |
|---|---|
| 发布时间 | 1900-01-01 00:00:00 |
| 项目主页 | https://github.com/PrismLibrary/Prism |
| 许可证 | https://www.nuget.org/packages/Prism.Core/9.0.264-pre/license |