Pure.DI.MS 2.1.6

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

// Install Pure.DI.MS as a Cake Tool
#tool nuget:?package=Pure.DI.MS&version=2.1.6

Tools for working with Microsoft DI using Pure.DI. Pure.DI is not a framework or library, but a source code generator for creating object graphs. To make them accurate, the developer uses a set of intuitive hints from the Pure.DI API. During the compilation phase, Pure.DI determines the optimal graph structure, checks its correctness, and generates partial class code to create object graphs in the Pure DI paradigm using only basic language constructs. The resulting generated code is robust, works everywhere, throws no exceptions, does not depend on .NET library calls or .NET reflections, is efficient in terms of performance and memory consumption, and is subject to all optimizations. This code can be easily integrated into an application because it does not use unnecessary delegates, additional calls to any methods, type conversions, boxing/unboxing, etc.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Pure.DI.MS:

Package Downloads
CSharpInteractive

C# {0} script library 1.0.7

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.6 137 3/14/2024
2.1.3 154 2/29/2024
2.1.0 138 2/14/2024
2.0.49 157 2/8/2024
2.0.23 1,619 11/3/2023
2.0.22 254 10/25/2023