Autofac.iOS 3.3.0-alpha3

This is a prerelease version of Autofac.iOS.
dotnet add package Autofac.iOS --version 3.3.0-alpha3
                    
NuGet\Install-Package Autofac.iOS -Version 3.3.0-alpha3
                    
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="Autofac.iOS" Version="3.3.0-alpha3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Autofac.iOS" Version="3.3.0-alpha3" />
                    
Directory.Packages.props
<PackageReference Include="Autofac.iOS" />
                    
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 Autofac.iOS --version 3.3.0-alpha3
                    
#r "nuget: Autofac.iOS, 3.3.0-alpha3"
                    
#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=Autofac.iOS&version=3.3.0-alpha3&prerelease
                    
Install Autofac.iOS as a Cake Addin
#tool nuget:?package=Autofac.iOS&version=3.3.0-alpha3&prerelease
                    
Install Autofac.iOS as a Cake Tool

Base assemblies for the Autofac Inversion of Control Container, built for Xamarin/iOS.

Product Compatible and additional computed target framework versions.
MonoTouch monotouch 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.0-alpha3 117 3/10/2014
3.3.0-alpha2 67 2/26/2014
3.3.0-alpha1 70 2/25/2014

* Rebuilt against the iOS library type
     * Removed support for Default Values in constructor parameters
     * No support for Factory Generator where there are duplicate input types
     * No support for Metadata
     * RegisterOpenGeneric may fail to resolveif types are not predetermined