DryIoc 2.0.0-preview156
This is a prerelease version of DryIoc.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DryIoc --version 2.0.0-preview156
NuGet\Install-Package DryIoc -Version 2.0.0-preview156
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="DryIoc" Version="2.0.0-preview156" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DryIoc --version 2.0.0-preview156
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DryIoc, 2.0.0-preview156"
#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 DryIoc as a Cake Addin #addin nuget:?package=DryIoc&version=2.0.0-preview156&prerelease // Install DryIoc as a Cake Tool #tool nuget:?package=DryIoc&version=2.0.0-preview156&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DryIoc is small, fast, capable IoC container for .NET
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on DryIoc:
Repository | Stars |
---|---|
CXWorld/CapFrameX
Frametime capture and analysis tool
|
|
seesharper/LightInject
An ultra lightweight IoC container
|
|
2fast-team/2fast
Two-Factor Authenticator Supporting TOTP (Windows 10 & Android, iOS, Linux and macOS App)
|
|
fluffynuts/PeanutButter
Tasty, versatile, nutritious; goes with many things in .net.
|
fixed: #70: .Net 4.0 related: Unable to resolve types from unsigned assembly if compiling to dynamic assembly is turned On (it is by default)