Autofac.iOS 3.3.0-alpha2

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

// Install Autofac.iOS as a Cake Tool
#tool nuget:?package=Autofac.iOS&version=3.3.0-alpha2&prerelease

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.

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
3.3.0-alpha2 1,265 2/26/2014
3.3.0-alpha1 1,231 2/25/2014

     * Rebuilt against the iOS library type
     * No 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 resolve if types are not predetermined