AutoDI 1.2.35

There is a newer version of this package available.
See the version list below for details.
dotnet add package AutoDI --version 1.2.35
                    
NuGet\Install-Package AutoDI -Version 1.2.35
                    
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="AutoDI" Version="1.2.35" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AutoDI" Version="1.2.35" />
                    
Directory.Packages.props
<PackageReference Include="AutoDI" />
                    
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 AutoDI --version 1.2.35
                    
#r "nuget: AutoDI, 1.2.35"
                    
#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=AutoDI&version=1.2.35
                    
Install AutoDI as a Cake Addin
#tool nuget:?package=AutoDI&version=1.2.35
                    
Install AutoDI as a Cake Tool

AutoDI classes. These are expected to be used with the AutoDI.Fody extension.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 (4)

Showing the top 4 NuGet packages that depend on AutoDI:

Package Downloads
AutoDI.Build

Provides MSBuild integration for AutoDI to simplify the creation of objects from your favorite DI container Release notes: https://github.com/Keboo/AutoDI/wiki/Release-Notes

AutoDI.Fody

Obsolete. See https://github.com/Keboo/AutoDI/wiki/Release-Notes#400

AutoDI.Generator

AutoDI extension that generates C# code for AutoDI. Release notes: https://github.com/Keboo/AutoDI/wiki/Release-Notes

AutoDI.AspNetCore

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on AutoDI:

Repository Stars
Keboo/MaterialDesignInXaml.Examples
A collection of small samples using MaterialDesignInXaml.
Version Downloads Last updated
4.1.0-ci92 16,285 11/28/2022
4.1.0-ci90 1,573 11/27/2022
4.1.0-ci89 1,253 11/27/2022
4.1.0-ci85 1,170 11/27/2022
4.1.0-ci81 1,228 11/27/2022
4.1.0-ci78 1,381 11/27/2022
4.1.0-ci74 1,313 11/27/2022
4.1.0-ci69 1,082 11/27/2022
4.1.0-ci63 1,266 11/27/2022
4.1.0-ci56 1,376 11/27/2022
4.1.0-ci48 1,281 11/27/2022
4.1.0-ci38 1,089 11/27/2022
4.1.0-ci33 2,197 10/20/2021
4.1.0-ci28 1,927 10/6/2021
4.1.0-ci24 26,468 9/8/2021
4.1.0-ci19 2,194 9/7/2021
4.1.0-ci18 381 9/7/2021
4.1.0-ci17 266 9/7/2021
4.1.0-ci126 1,372 2/13/2023
4.1.0-ci111 1,210 11/28/2022
4.0.2 21,297 5/7/2020
4.0.2-ci66 3,419 3/27/2020
4.0.2-ci51 3,433 10/6/2019
4.0.2-ci46 2,435 10/5/2019
4.0.2-ci43 4,015 9/16/2019
4.0.2-ci282 2,558 9/14/2019
4.0.2-ci274 2,794 6/9/2019
4.0.1 7,408 3/15/2019
4.0.1-ci267 2,679 3/15/2019
4.0.1-ci265 2,844 3/1/2019
4.0.1-ci260 2,943 3/1/2019
4.0.0 4,287 12/21/2018
3.3.1 2,622 10/1/2018
3.3.0 2,216 8/9/2018
3.2.0 2,888 6/18/2018
3.1.0 1,993 10/30/2017
3.0.0 1,830 10/5/2017
2.1.4 1,671 8/1/2017
2.1.3 1,609 7/23/2017
2.1.2 1,583 7/22/2017
2.1.1.1 1,653 7/13/2017
2.1.0 1,415 7/6/2017
2.0.50 1,794 7/4/2017
1.2.39 1,490 6/17/2017
1.2.37 1,466 6/8/2017
1.2.36 1,456 5/25/2017
1.2.35 1,467 5/4/2017
1.2.34 1,457 4/27/2017
1.2.33 1,459 4/27/2017
1.2.32 1,430 4/27/2017
1.2.31 1,474 2/19/2017
1.2.29 3,009 8/16/2016

Creating stand alonge AutoDI lib to be referenced by unit test projects.