Pure.DI.MS
2.1.0
Prefix Reserved
See the version list below for details.
dotnet add package Pure.DI.MS --version 2.1.0
NuGet\Install-Package Pure.DI.MS -Version 2.1.0
<PackageReference Include="Pure.DI.MS" Version="2.1.0" />
paket add Pure.DI.MS --version 2.1.0
#r "nuget: Pure.DI.MS, 2.1.0"
// Install Pure.DI.MS as a Cake Addin #addin nuget:?package=Pure.DI.MS&version=2.1.0 // Install Pure.DI.MS as a Cake Tool #tool nuget:?package=Pure.DI.MS&version=2.1.0
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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.