BigO.DependencyInjection
9.0.1
dotnet add package BigO.DependencyInjection --version 9.0.1
NuGet\Install-Package BigO.DependencyInjection -Version 9.0.1
<PackageReference Include="BigO.DependencyInjection" Version="9.0.1" />
<PackageVersion Include="BigO.DependencyInjection" Version="9.0.1" />
<PackageReference Include="BigO.DependencyInjection" />
paket add BigO.DependencyInjection --version 9.0.1
#r "nuget: BigO.DependencyInjection, 9.0.1"
#:package BigO.DependencyInjection@9.0.1
#addin nuget:?package=BigO.DependencyInjection&version=9.0.1
#tool nuget:?package=BigO.DependencyInjection&version=9.0.1
BigO.DependencyInjection
BigO.DependencyInjection contains base utilities and extensions for the BigO .NET library.
Features
- Service Registration: Easily register services with various lifetimes (singleton, scoped, transient).
- Decorator Support: Apply decorators to services seamlessly.
- Factory Registration: Register services with factory methods.
Installation
Install via NuGet Package Manager Console:
Install-Package BigO.DependencyInjection
Or via .NET CLI:
dotnet add package BigO.DependencyInjection
License
This project is licensed under the MIT License. See the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Microsoft.Extensions.Configuration (>= 9.0.9)
- Microsoft.Extensions.DependencyInjection (>= 9.0.9)
- Microsoft.Extensions.Options (>= 9.0.9)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 9.0.9)
- Scrutor (>= 6.1.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on BigO.DependencyInjection:
Package | Downloads |
---|---|
BigO.Cqrs
BigO.Cqrs contains base utilities and extensions dealing with CQRS. |
|
BigO.Domain
A toolset of selected extensions and utilities to assist with learning/development tasks revolving around domain driven design. |
|
BigO.Security
The package contains useful utilities for development around security in .NET. |
GitHub repositories
This package is not used by any popular GitHub repositories.