prism - Prism.Core 8.0.0.1813-ci

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.

PM> Install-Package Prism.Core -Version 8.0.0.1813-ci -Source https://www.myget.org/F/prism/api/v3/index.json

Copy to clipboard

> nuget.exe install Prism.Core -Version 8.0.0.1813-ci -Source https://www.myget.org/F/prism/api/v3/index.json

Copy to clipboard

> dotnet add package Prism.Core --version 8.0.0.1813-ci --source https://www.myget.org/F/prism/api/v3/index.json

Copy to clipboard
<PackageReference Include="Prism.Core" Version="8.0.0.1813-ci" />
Copy to clipboard
source https://www.myget.org/F/prism/api/v3/index.json

nuget Prism.Core  ~> 8.0.0.1813-ci
Copy to clipboard

> choco install Prism.Core --version 8.0.0.1813-ci --source https://www.myget.org/F/prism/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "prism" -SourceLocation "https://www.myget.org/F/prism/api/v2"
Install-Module -Name "Prism.Core" -RequiredVersion "8.0.0.1813-ci" -Repository "prism" -AllowPreRelease
Copy to clipboard

Browse the sources in this package using Visual Studio or WinDbg by configuring the following symbol server URL: https://www.myget.org/F/prism/api/v2/symbolpackage/


Prism

Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, Uno Platform and WinUI. Separate releases are available for each platform and those will be developed on independent timelines. 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, commands, EventAggregator, and others. Prism's core functionality is a shared code base supported in .NET Standard 2.0, .NET Framework 4.6 / 4.7, and .NET6.0/.NET8.0. Those things that need to be platform specific are implemented in the respective libraries for the target platform. Prism also provides great integration of these patterns with the target platform.

Licensing

The Prism Team would first and foremost like to thank all of those developers who have stepped up over the past 4 years with GitHub Sponsors. We are committed to ensuring the longevity and success of the Prism Library. As a result Prism 9.0 is now Dual License. We continue to offer a FREE Community License for the vast majority of our community, while the Commercial License will now be required by larger organizations to help fund and support the development of Prism. We additionally have the Commercial Plus License which grants access to a number of additional support libraries that build on top of Prism as well as a private Discord channel where you can ask questions and interact with the Prism Team.

Build Status

Status
Full Build Prism CI
Prism.Core build_core
Prism.Wpf build_wpf
Prism.Forms build_forms
Prism.Uno build_uno
Prism.Maui build_maui

Support

  • Documentation is maintained in the Prism-Documentation repo under /docs and can be found in a readable format on the website.
  • StackOverflow: NOTE The Prism Team no longer supports or engages with questions posted on StackOverflow. Questions posted there may or may not receive correct answers.
  • For general questions and support, post your questions in GitHub Discussions.
  • You can enter bugs and feature requests in our Issues.
  • Enterprise Support: If you are interested in Enterprise Support please email the Prism Team at support@prismlibrary.com

Videos & Training

By watching our courses, not only do you help support the project financially, but you might also learn something along the way. We believe this is a win-win for everyone.

We appreciate your support.

NuGet Packages

Official Prism releases are available on NuGet. Prism packages are also available on the private Commercial Plus Feed which will be updated with each merged PR. If you want to take advantage of a new feature as soon as it's merged into the code base, or if there is a critical bug you need fixed we invite you to purchase the Commercial Plus License to take advantage of these packages.

Core Packages

These are the base packages for each platform, together with the Prism's Core assembly as a cross-platform PCL.

Platform Package NuGet Commercial Plus Feed
Cross Platform Prism.Core CoreNuGetShield CorePrismNuGetShield
Cross Platform Prism.Events EventsNuGetShield EventsPrismNuGetShield
Cross Platform Prism.Container.Abstractions ContainerAbstractionsNuGetShield ContainerAbstractionsPrismNuGetShield
Cross Platform Prism.Container.DryIoc ContainerDryIocNuGetShield ContainerDryIocPrismNuGetShield
Cross Platform Prism.Container.Unity ContainerUnityNuGetShield ContainerUnityPrismNuGetShield
WPF Prism.Wpf WpfNuGetShield WpfPrismNuGetShield
Xamarin.Forms Prism.Forms FormsNuGetShield FormsPrismNuGetShield
Uno Platform and WinUI Prism.Uno UnoNuGetShield UnoPrismNuGetShield

Container-specific packages

Each supported IoC container has its own package assisting in the setup and usage of that container together with Prism. The assembly is named using this convention: Prism.Container.Platform.dll, e.g. Prism.Unity.Wpf.dll. Starting with version 7.0, Prism is moving to separate packages for each platform. Be sure to install the package for the Container and the Platform of your choice.

WPF

Package NuGet Commercial Plus Feed
Prism.DryIoc DryIocWpfNuGetShield DryIocWpfPrismNuGetShield
Prism.Unity UnityWpfNuGetShield UnityWpfPrismNuGetShield

Xamarin Forms

Package NuGet Commercial Plus Feed
Prism.DryIoc.Forms DryIocFormsNuGetShield DryIocFormsPrismNuGetShield
Prism.Unity.Forms UnityFormsNuGetShield UnityFormsPrismNuGetShield
Prism.Forms.Regions PrismFormsRegionsNuGetShield PrismFormsRegionsPrismNuGetShield

Uno Platform

Package NuGet Commercial Plus Feed
Prism.DryIoc.Uno DryIocUnoPlatformNuGetShield DryIocUnoPlatformPrismNuGetShield

NuGet package tree

A detailed overview of each assembly per package is available here.

Samples

For stable samples be sure to check out the samples repo for the platform you are most interested in.

Contributing

We strongly encourage you to get involved and help us evolve the code base.

  • You can see what our expectations are for pull requests here.
  • .NETFramework 4.5
    • System.ValueTuple (>= 4.5.0)
  • .NETFramework 4.7
  • .NETStandard 2.0
  • .NETFramework 4.5: 4.5.0.0
  • .NETFramework 4.7: 4.7.0.0
  • .NETStandard 2.0: 2.0.0.0

Owners

Dan Siegel Brian Lagunas

Authors

Brian Lagunas, Dan Siegel

Project URL

https://github.com/PrismLibrary/Prism

License

Apache-2.0

Tags

prism wpf xamarin mvvm xaml

Info

803 total downloads
8 downloads for version 8.0.0.1813-ci
Download (406.1 KB)
Download symbols (215.95 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
8.0.0.1891-ci 247.23 KB Thu, 15 Oct 2020 16:06:48 GMT 34
8.0.0.1888-ci 247.21 KB Thu, 15 Oct 2020 00:51:14 GMT 10
8.0.0.1881-ci 247.23 KB Wed, 07 Oct 2020 02:37:59 GMT 18
8.0.0.1863-ci 247.27 KB Thu, 10 Sep 2020 21:54:29 GMT 17
8.0.0.1859-ci 247.26 KB Sat, 05 Sep 2020 20:51:35 GMT 10
8.0.0.1853-ci 408.91 KB Thu, 03 Sep 2020 21:51:16 GMT 11
8.0.0.1850-pre 408.99 KB Tue, 25 Aug 2020 17:18:24 GMT 13
8.0.0.1849-ci 408.95 KB Tue, 25 Aug 2020 17:15:27 GMT 10
8.0.0.1847-ci 408.95 KB Mon, 24 Aug 2020 23:36:18 GMT 9
8.0.0.1845-ci 399.61 KB Mon, 24 Aug 2020 21:26:47 GMT 9
8.0.0.1840-ci 399.62 KB Sat, 22 Aug 2020 20:12:48 GMT 8
8.0.0.1838-ci 406.05 KB Sat, 22 Aug 2020 19:01:23 GMT 9
8.0.0.1837-ci 406.06 KB Sat, 22 Aug 2020 18:26:03 GMT 9
8.0.0.1828-ci 406.08 KB Sat, 22 Aug 2020 02:37:21 GMT 9
8.0.0.1827-ci 406.1 KB Sat, 22 Aug 2020 02:01:18 GMT 9
8.0.0.1823-ci 406.12 KB Fri, 21 Aug 2020 21:57:25 GMT 9
8.0.0.1820-ci 406.08 KB Fri, 21 Aug 2020 21:20:43 GMT 7
8.0.0.1813-ci 406.1 KB Fri, 21 Aug 2020 00:32:24 GMT 8
8.0.0.1811-ci 406.1 KB Thu, 20 Aug 2020 19:56:08 GMT 7
8.0.0.1809-ci 406.09 KB Thu, 20 Aug 2020 18:44:28 GMT 7
8.0.0.1805-ci 395.24 KB Wed, 19 Aug 2020 18:42:57 GMT 10
8.0.0.1798-ci 395.27 KB Mon, 17 Aug 2020 15:06:00 GMT 9
8.0.0.1793-ci 395.3 KB Mon, 10 Aug 2020 19:49:50 GMT 9
8.0.0.1792-ci 395.27 KB Mon, 10 Aug 2020 19:00:38 GMT 8
8.0.0.1782-ci 395.21 KB Fri, 03 Jul 2020 16:26:39 GMT 17
8.0.0.1780-ci 395.3 KB Fri, 03 Jul 2020 00:06:09 GMT 13
8.0.0.1777-ci 395.35 KB Thu, 02 Jul 2020 22:34:09 GMT 10
8.0.0.1776-ci 395.3 KB Thu, 02 Jul 2020 21:54:52 GMT 11
8.0.0.1769-ci 395.31 KB Fri, 12 Jun 2020 18:00:26 GMT 12
8.0.0.1765-ci 395.36 KB Wed, 10 Jun 2020 20:53:55 GMT 12
8.0.0.1763-ci 395.31 KB Wed, 10 Jun 2020 19:49:04 GMT 11
8.0.0.1761-ci 395.33 KB Wed, 10 Jun 2020 15:28:01 GMT 9
8.0.0.1745-ci 390.48 KB Fri, 08 May 2020 00:39:42 GMT 12
8.0.0.1740-pre 390.55 KB Tue, 05 May 2020 23:11:02 GMT 11
8.0.0.1739-ci 390.5 KB Tue, 05 May 2020 21:53:36 GMT 10
8.0.0.1730-ci 389.36 KB Wed, 29 Apr 2020 16:43:31 GMT 9
8.0.0.1717-ci 389.33 KB Sat, 25 Apr 2020 01:34:53 GMT 14
8.0.0.1693-ci 355.93 KB Fri, 24 Apr 2020 00:11:16 GMT 11
8.0.0.1685-ci 355.9 KB Thu, 23 Apr 2020 18:40:57 GMT 11
8.0.0.1677-ci 355.91 KB Wed, 22 Apr 2020 20:34:37 GMT 10
8.0.0.1651-ci 355.92 KB Tue, 21 Apr 2020 23:35:18 GMT 10
8.0.0.1641-ci 355.93 KB Tue, 21 Apr 2020 14:48:07 GMT 10
8.0.0.1628-ci 353.11 KB Sun, 19 Apr 2020 17:11:08 GMT 10
8.0.0.1606-ci 353.12 KB Thu, 16 Apr 2020 20:02:19 GMT 10
8.0.0.1604-ci 350.39 KB Thu, 16 Apr 2020 19:19:16 GMT 10
8.0.0.1594-ci 344.38 KB Sun, 12 Apr 2020 15:03:29 GMT 11
8.0.0.1570-ci 344.04 KB Thu, 02 Apr 2020 22:13:53 GMT 16
8.0.0.1563-ci 340.89 KB Wed, 01 Apr 2020 23:52:33 GMT 13
8.0.0.1562-ci 340.87 KB Wed, 01 Apr 2020 23:29:08 GMT 12
8.0.0.1561-ci 340.89 KB Wed, 01 Apr 2020 22:35:38 GMT 15
7.2.0.1422 328.53 KB Thu, 21 Nov 2019 17:00:13 GMT 53
7.2.0.1367 326.85 KB Wed, 24 Jul 2019 15:16:38 GMT 28
7.2.0.1365 326.85 KB Wed, 24 Jul 2019 14:57:02 GMT 12
7.2.0.1363 326.82 KB Wed, 24 Jul 2019 14:41:32 GMT 12
7.2.0.1361 326.83 KB Wed, 24 Jul 2019 14:14:50 GMT 14
7.2.0.1357 326.84 KB Tue, 09 Jul 2019 18:30:05 GMT 20
7.1.0.431 502.53 KB Mon, 15 Oct 2018 16:22:46 GMT 47
7.0.0.396 108.11 KB Mon, 22 Jan 2018 22:05:35 GMT 39
7.0.0.362 107.94 KB Fri, 12 Jan 2018 04:57:53 GMT 19