Skip to main content

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, Windows 10 UWP, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform.

Total Downloads
984
984
Published
Jul 26, 2018
Latest stable version

Install

.NET CLI
dotnet add package Uno.Prism --version 7.1.0-pre.4+23
Package Manager Console
Install-Package Uno.Prism -Version 7.1.0-pre.4+23
PackageReference
<PackageReference Include="Uno.Prism" Version="7.1.0-pre.4+23" />

Frameworks

.NETFramework4.5 .NETStandard1.0 MonoAndroid8.0 UAP10.0.15063 Xamarin.iOS1.0 .NETStandard2.0

Dependencies

NETStandard.Library
.NETStandard1.0
[1.6.1, )
[4.3.0, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

This version is marked prerelease. Validate its API and upgrade path before production use.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 6 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.