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.
paket add Autofac.iOS --version 3.3.0-alpha3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
// Install Autofac.iOS as a Cake Addin #addin nuget:?package=Autofac.iOS&version=3.3.0-alpha3&prerelease // Install Autofac.iOS as a Cake Tool #tool nuget:?package=Autofac.iOS&version=3.3.0-alpha3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Base assemblies for the Autofac Inversion of Control Container, built for Xamarin/iOS.
Product | Versions 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