OlaUtility 1.0.5
This is a simple IOC Container i built to use depedency injection in small console projects personally. I would use standard containers for standard and web projects.
Install-Package OlaUtility -Version 1.0.5
dotnet add package OlaUtility --version 1.0.5
<PackageReference Include="OlaUtility" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OlaUtility --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: OlaUtility, 1.0.5"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install OlaUtility as a Cake Addin
#addin nuget:?package=OlaUtility&version=1.0.5
// Install OlaUtility as a Cake Tool
#tool nuget:?package=OlaUtility&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
First Release, this only registers and resolves transient instances.
I intend to work more on it in my spare time.
This is not to be used for production, just test purposes for now.
This container cannot be used for web based dependency injection.
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.