AutoDI 1.2.33

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

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

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,071 11/28/2022
4.1.0-ci90 1,358 11/27/2022
4.1.0-ci89 1,079 11/27/2022
4.1.0-ci85 999 11/27/2022
4.1.0-ci81 1,044 11/27/2022
4.1.0-ci78 1,203 11/27/2022
4.1.0-ci74 1,097 11/27/2022
4.1.0-ci69 944 11/27/2022
4.1.0-ci63 1,037 11/27/2022
4.1.0-ci56 1,217 11/27/2022
4.1.0-ci48 1,079 11/27/2022
4.1.0-ci38 912 11/27/2022
4.1.0-ci33 1,989 10/20/2021
4.1.0-ci28 1,735 10/6/2021
4.1.0-ci24 26,090 9/8/2021
4.1.0-ci19 1,973 9/7/2021
4.1.0-ci18 304 9/7/2021
4.1.0-ci17 198 9/7/2021
4.1.0-ci126 1,191 2/13/2023
4.1.0-ci111 1,079 11/28/2022
4.0.2 18,715 5/7/2020
4.0.2-ci66 3,104 3/27/2020
4.0.2-ci51 3,222 10/6/2019
4.0.2-ci46 2,228 10/5/2019
4.0.2-ci43 3,718 9/16/2019
4.0.2-ci282 2,341 9/14/2019
4.0.2-ci274 2,551 6/9/2019
4.0.1 7,139 3/15/2019
4.0.1-ci267 2,466 3/15/2019
4.0.1-ci265 2,604 3/1/2019
4.0.1-ci260 2,666 3/1/2019
4.0.0 3,992 12/21/2018
3.3.1 2,436 10/1/2018
3.3.0 2,061 8/9/2018
3.2.0 2,623 6/18/2018
3.1.0 1,795 10/30/2017
3.0.0 1,627 10/5/2017
2.1.4 1,493 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,601 7/4/2017
1.2.39 1,316 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,745 8/16/2016

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