UwpLib 0.4.5

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package UwpLib --version 0.4.5
NuGet\Install-Package UwpLib -Version 0.4.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="UwpLib" Version="0.4.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UwpLib --version 0.4.5
#r "nuget: UwpLib, 0.4.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install UwpLib as a Cake Addin
#addin nuget:?package=UwpLib&version=0.4.5

// Install UwpLib as a Cake Tool
#tool nuget:?package=UwpLib&version=0.4.5

Library for Uwp Projects.

* DI (Dependency Injection)
 * Injector: allows to register Types, Instances and values. Inject in services and ViewModels and register automaticaly services and dependencies from assemblies
* Navigation
 * FrameNavigationService: allows to navigate with frame, cancel navigation with navigation interceptors (CanActivate, CanDeactivate), notify ViewModels with parameters, manage navigation state (on suspension) and handle back request
 * ViewModelLocator: allows to resolve automatically ViewModel for view with AutoWireViewModel
 * ViewModelLocationProvider: allows to define how to resolve view model by the ViewModelLocator
 * BackRequestService: allows to show/ hide back button in title bar
* Mvvm
 * ViewModelBase: implements INavigatable (OnNavigatedTo, OnNavigatingFrom) with parameter
 * Observable, Validatable, Editable and ValidateAndEditable base classes for Models and ViewModels
 * Commands, composite command and Command Builder
 * Sync extensions for list and collections. Allow to sync data
 * AppBootstrapper helps to initiliaze dependencies and services on application Startup
* Adaptive
 * BreakpointBinder: allows to bind controls and make the page "responsive"
 * BreakpointListener: allows to define a list of breakpoints and be notified on current breakpoint changed
 * AppSplitView SplitView with navigation and command menu items, synchronization
 * PageHeader
 * ResponsiveGridView
 * ResponsiveVariableSizedGridView
 * BusyIndicator
* Messenger : allows to subscribe and publish messages
* Services
 * SessionStateService allows to manage states on app suspension
 * HttpService with interceptors
 * Json Serialization with DataContractJsonSerializer
 * ApplicationDataService allows to save/ restore data to  storage file or settings (local, roaming)
 * FacebookService, GoogleService: OAuth with Web Authentication Broker
 * DialogService
 * TitleBarService allows to change title bar

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated