![]() |
VOOZH | about |
dotnet add package Prism.Container.DryIoc --version 9.0.107
NuGet\Install-Package Prism.Container.DryIoc -Version 9.0.107
<PackageReference Include="Prism.Container.DryIoc" Version="9.0.107" />
<PackageVersion Include="Prism.Container.DryIoc" Version="9.0.107" />Directory.Packages.props
<PackageReference Include="Prism.Container.DryIoc" />Project file
paket add Prism.Container.DryIoc --version 9.0.107
#r "nuget: Prism.Container.DryIoc, 9.0.107"
#:package Prism.Container.DryIoc@9.0.107
#addin nuget:?package=Prism.Container.DryIoc&version=9.0.107Install as a Cake Addin
#tool nuget:?package=Prism.Container.DryIoc&version=9.0.107Install as a Cake Tool
Hello and thank you for using Prism!
Prism’s licensing terms have recently changed. It's essential to understand and abide by these changes before continuing to use our software.
For customers that qualify for the Community License, Prism can be used free of charge.
This license is available to those who:
Note: To use Prism under the Community License, you must also agree to be bound by Prism's terms and conditions.
For customers who do not qualify for the community license, a Commercial License must be purchased.
To explore our commercial licensing options, visit the Prism Library website.
You cannot use this product without:
To view the full Prism license containing the terms and conditions, please visit this link.
Thank you for your attention to this matter. We're committed to delivering the best experience with Prism and appreciate your understanding and cooperation.
If you have any questions, please don't hesitate to reach out to our support team at support@prismlibrary.com.
Best Regards,
The Prism Team
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 is compatible. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 is compatible. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Prism.Container.DryIoc:
| Package | Downloads |
|---|---|
|
Prism.DryIoc.Forms
Use these extensions to build Xamarin.Forms applications with Prism and DryIoc. |
|
|
Prism.DryIoc
Use these extensions to build Prism applications based on DryIoc. |
|
|
Prism.DryIoc.Maui
Prism.DryIoc.Maui provides the implementation of Prism's IContainerExtension using the DryIoc container. This is currently the only supported container for .NET MAUI. |
|
|
Prism.Avalonia
Prism.Avalonia is a fully open source version of the Prism guidance originally produced by Microsoft Patterns & Practices. 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. |
|
|
Prism.DryIoc.Avalonia
This extension is used to build Prism.Avalonia applications based on DryIoc. Users must install the Prism.Avalonia NuGet package as well. |
Showing the top 2 popular GitHub repositories that depend on Prism.Container.DryIoc:
| Repository | Stars |
|---|---|
|
PrismLibrary/Prism
Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications..
|
|
|
AvaloniaCommunity/Prism.Avalonia
Prism Avalonia UI framework. Super charge your cross-platform apps with IoC, navigation, and more! Sponsored by Suess Labs. Prism is based on Microsoft patterns and practices.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 9.0.107 | 41,834 | 8/16/2024 |
| 9.0.106 | 264,777 | 8/14/2024 |
| 9.0.88 | 20,642 | 1/31/2024 |
| 9.0.84-pre | 71,730 | 1/18/2024 |
| 9.0.80-pre | 1,873 | 1/4/2024 |
| 9.0.61-pre | 36,317 | 10/3/2023 |