SW.PrismNet6
1.0.0
See the version list below for details.
dotnet add package SW.PrismNet6 --version 1.0.0
NuGet\Install-Package SW.PrismNet6 -Version 1.0.0
<PackageReference Include="SW.PrismNet6" Version="1.0.0" />
paket add SW.PrismNet6 --version 1.0.0
#r "nuget: SW.PrismNet6, 1.0.0"
// Install SW.PrismNet6 as a Cake Addin #addin nuget:?package=SW.PrismNet6&version=1.0.0 // Install SW.PrismNet6 as a Cake Tool #tool nuget:?package=SW.PrismNet6&version=1.0.0
Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, and Xamarin Forms. 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 in a Cross Compiled .NET Standard and .NET 4.5/4.8 Library. 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. For example, Prism for Xamarin Forms allows you to use an abstraction for navigation that is unit testable, but that layers on top of the platform concepts and APIs for navigation so that you can fully leverage what the platform itself has to offer, but done in the MVVM way.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. |
-
net6.0-windows7.0
- Prism.Core (>= 8.1.97)
- Prism.Unity (>= 8.1.97)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.