Prism.Unity.AppBase
1.0.4
dotnet add package Prism.Unity.AppBase --version 1.0.4
NuGet\Install-Package Prism.Unity.AppBase -Version 1.0.4
<PackageReference Include="Prism.Unity.AppBase" Version="1.0.4" />
paket add Prism.Unity.AppBase --version 1.0.4
#r "nuget: Prism.Unity.AppBase, 1.0.4"
// Install Prism.Unity.AppBase as a Cake Addin #addin nuget:?package=Prism.Unity.AppBase&version=1.0.4 // Install Prism.Unity.AppBase as a Cake Tool #tool nuget:?package=Prism.Unity.AppBase&version=1.0.4
This simple library provides an Application Base for a Windows Store application that automatically connects Unity to provide injection as the container. Simply replace MvvmAppBase with MvvmUnityAppBase and override the OnContainerRegistration method to register your types.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Store | netcore451 is compatible. |
-
- CommonServiceLocator (>= 1.2.0)
- Prism.StoreApps (>= 1.1.0)
- Unity (>= 3.5.1404)
GitHub repositories
This package is not used by any popular GitHub repositories.
v 1.0.1 Added static property Current on object.
v 1.0.2 Creating the Unity container and setting the Service Locator earlier so that it is available during a session restore. Note Prism still calls restores session state prior to calling Application Initialization. Any type required prior to session restoration should be registered in the app constructor.
v 1.03 Added the OnEarlyContainerRegistration() and OnUnhandledRegistraonException() virtual methods.
v 1.0.4 Corrected method name.