AutoDI 1.2.37

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

// Install AutoDI as a Cake Tool
#tool nuget:?package=AutoDI&version=1.2.37

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,029 11/28/2022
4.1.0-ci90 1,299 11/27/2022
4.1.0-ci89 1,026 11/27/2022
4.1.0-ci85 987 11/27/2022
4.1.0-ci81 1,003 11/27/2022
4.1.0-ci78 1,144 11/27/2022
4.1.0-ci74 1,046 11/27/2022
4.1.0-ci69 907 11/27/2022
4.1.0-ci63 1,015 11/27/2022
4.1.0-ci56 1,168 11/27/2022
4.1.0-ci48 1,035 11/27/2022
4.1.0-ci38 862 11/27/2022
4.1.0-ci33 1,944 10/20/2021
4.1.0-ci28 1,671 10/6/2021
4.1.0-ci24 26,028 9/8/2021
4.1.0-ci19 1,926 9/7/2021
4.1.0-ci18 303 9/7/2021
4.1.0-ci17 197 9/7/2021
4.1.0-ci126 1,133 2/13/2023
4.1.0-ci111 1,021 11/28/2022
4.0.2 18,605 5/7/2020
4.0.2-ci66 3,041 3/27/2020
4.0.2-ci51 3,133 10/6/2019
4.0.2-ci46 2,150 10/5/2019
4.0.2-ci43 3,643 9/16/2019
4.0.2-ci282 2,279 9/14/2019
4.0.2-ci274 2,474 6/9/2019
4.0.1 7,081 3/15/2019
4.0.1-ci267 2,388 3/15/2019
4.0.1-ci265 2,546 3/1/2019
4.0.1-ci260 2,581 3/1/2019
4.0.0 3,933 12/21/2018
3.3.1 2,427 10/1/2018
3.3.0 2,044 8/9/2018
3.2.0 2,607 6/18/2018
3.1.0 1,795 10/30/2017
3.0.0 1,627 10/5/2017
2.1.4 1,492 8/1/2017
2.1.3 1,427 7/23/2017
2.1.2 1,408 7/22/2017
2.1.1.1 1,476 7/13/2017
2.1.0 1,249 7/6/2017
2.0.50 1,600 7/4/2017
1.2.39 1,315 6/17/2017
1.2.37 1,297 6/8/2017
1.2.36 1,294 5/25/2017
1.2.35 1,304 5/4/2017
1.2.34 1,295 4/27/2017
1.2.33 1,289 4/27/2017
1.2.32 1,262 4/27/2017
1.2.31 1,313 2/19/2017
1.2.29 2,744 8/16/2016

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