XamarinUniversity.Infrastructure 1.0.161201

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.1 or higher.

dotnet add package XamarinUniversity.Infrastructure --version 1.0.161201
                    
NuGet\Install-Package XamarinUniversity.Infrastructure -Version 1.0.161201
                    
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="XamarinUniversity.Infrastructure" Version="1.0.161201" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XamarinUniversity.Infrastructure" Version="1.0.161201" />
                    
Directory.Packages.props
<PackageReference Include="XamarinUniversity.Infrastructure" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XamarinUniversity.Infrastructure --version 1.0.161201
                    
#r "nuget: XamarinUniversity.Infrastructure, 1.0.161201"
                    
#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.
#addin nuget:?package=XamarinUniversity.Infrastructure&version=1.0.161201
                    
Install XamarinUniversity.Infrastructure as a Cake Addin
#tool nuget:?package=XamarinUniversity.Infrastructure&version=1.0.161201
                    
Install XamarinUniversity.Infrastructure as a Cake Tool

Set of Xamarin.Forms classes for enterprise and MVVM development; includes markup extensions, behaviors, custom controls and abstractions for MVVM.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
2.2.0 39,413 10/1/2018
2.1.0 2,463 8/4/2018
2.0.1 3,296 5/14/2018
2.0.0 1,786 4/27/2018
1.1.7 1,467 4/12/2018
1.1.6.1 1,489 4/12/2018
1.1.6 1,513 4/11/2018
1.1.5.2 1,463 4/10/2018
1.1.5.1 1,465 4/10/2018
1.1.5 1,476 4/10/2018
1.1.3 3,966 11/7/2017
1.1.0 1,660 11/4/2017
1.0.170620 11,002 6/22/2017
1.0.170503 3,383 5/4/2017
1.0.161201 8,066 12/1/2016
1.0.161128 1,484 11/28/2016
1.0.161104 1,559 11/4/2016
1.0.161006 1,511 10/6/2016
1.0.160931 1,461 9/30/2016
1.0.160930 1,446 9/30/2016
1.0.160916 1,783 9/16/2016
1.0.160903 1,523 9/1/2016
1.0.160902 1,995 9/1/2016
1.0.160901 1,733 9/1/2016
1.0.160831 1,573 8/31/2016
1.0.160830 1,557 8/31/2016
1.0.160829 1,586 8/29/2016
1.0.1 1,515 11/4/2017

[1.0.161201]
Add class constraint to Register method of IDependencyService

[1.0.161104]
Unify versions
  
[1.0.161006]
Added EventArgsConverter to provide a generic way to pull out a single field/property for the EventToCommandBehavior.

[1.0.160931]
Added new RegisterAction methods to FormsNavigationPageService to register actions (vs. pages) for navigation behavior that does not result in a NavigationPage navigation.

[1.0.160930]
Added EffectBehavior from David Britch.
Added support to DependencyServiceWrapper to register instances.
Added support to DependencyServiceWrapper to create unregistered non-abstract types (e.g. IoC).
Added two new versions of XamUInfrastructure.Init to support turning off default service registrations.

[1.0.160916]
Split out XamU.Core assembly which does not require Xamarin.Forms dependency.

[1.0.160903]
Minor fix to allow EventToCommandBehavior to be used on any VisualElement vs. View
Change IAsyncDelegateCommand<T> to implement IAsyncDelegateCommand vs. IDelegateCommand.

[1.0.160902]
Added ImageResourceConverter for bindings to embedded resource images.

[1.0.160901]
Added NumericValidationBehavior.
Ensure DebugConverter outputs in RELEASE build.
Rename NavigationService to FormsNavigationPageService.
Add HideMasterPageOnNavigation and KeyComparer properties to FormsNavigationPageService
Change INavigationService/FormsNavigationPageService to use object for pageKey type.

[1.0.160831]
Fix a typo in AsyncDelegateCommand where it wasn't implementing IAsyncDelegateCommand.

[1.0.160830]
Remove registration APIs from INavigationService to avoid Page dependency. This is unfortunately a breaking change, but you can just cast the INavigationService back to the real implementation to get to the RegisterPage method as shown in the docs.