Info
Version: | 9.0.401.11110-pre |
Author(s): | Prism.Avalonia |
Last Update: | Sunday, August 4, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/AvaloniaCommunity/Prism.Avalonia |
NuGet Url: | https://www.nuget.org/packages/Prism.Avalonia |
Install
Install-Package Prism.Avalonia
dotnet add package Prism.Avalonia
paket add Prism.Avalonia
Prism.Avalonia Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Avalonia(>= 0.10.0)
- Avalonia.Desktop(>= 0.10.0)
- Avalonia.LinuxFramebuffer(>= 0.10.0)
- Avalonia.Markup.Xaml.Loader(>= 0.10.0)
- CommonServiceLocator(>= 2.0.5)
- Prism.Core(>= 7.2.0.1422)
- System.Configuration.ConfigurationManager(>= 4.7.0)
- Avalonia(>= 0.10.0)
- Avalonia.Desktop(>= 0.10.0)
- Avalonia.LinuxFramebuffer(>= 0.10.0)
- Avalonia.Markup.Xaml.Loader(>= 0.10.0)
- CommonServiceLocator(>= 2.0.5)
- Prism.Core(>= 7.2.0.1422)
- System.Configuration.ConfigurationManager(>= 4.7.0)
- Avalonia(>= 0.10.0)
- Avalonia.Desktop(>= 0.10.0)
- Avalonia.LinuxFramebuffer(>= 0.10.0)
- Avalonia.Markup.Xaml.Loader(>= 0.10.0)
- CommonServiceLocator(>= 2.0.5)
- Prism.Core(>= 7.2.0.1422)
- System.Configuration.ConfigurationManager(>= 4.7.0)
- Avalonia(>= 0.10.0)
- Avalonia.Desktop(>= 0.10.0)
- Avalonia.LinuxFramebuffer(>= 0.10.0)
- Avalonia.Markup.Xaml.Loader(>= 0.10.0)
- CommonServiceLocator(>= 2.0.5)
- Prism.Core(>= 7.2.0.1422)
- System.Configuration.ConfigurationManager(>= 4.7.0)
- Avalonia(>= 0.10.0)
- Avalonia.Desktop(>= 0.10.0)
- Avalonia.LinuxFramebuffer(>= 0.10.0)
- Avalonia.Markup.Xaml.Loader(>= 0.10.0)
- CommonServiceLocator(>= 2.0.5)
- Prism.Core(>= 7.2.0.1422)
- System.Configuration.ConfigurationManager(>= 4.7.0)
Prism.Avalonia provides an implementation of a collection of design patterns that are helpful in writing well structured, maintainable, and testable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared library targeting the .NET Framework and .NET Standard.
Features that need to be platform specific are implemented in the respective libraries for the target platform (Avalonia, WPF, Uno Platform, and Xamarin Forms).
Prism.Avalonia helps you more easily design and build rich, flexible, and easy to maintain cross-platform Avalonia desktop applications. This library provides user interface composition as well as modularity support.