Bytz.Extensions.DependencyInjection 3.1.0

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

// Install Bytz.Extensions.DependencyInjection as a Cake Tool
#tool nuget:?package=Bytz.Extensions.DependencyInjection&version=3.1.0

.NET

Bytz.Extensions.DependencyInjection

A set of .NET Core Extensions to simplify the registration of components with .NET Core IServiceCollection Dependency Injection.

  • Quickly register multiple components with the service collection in a single statement.
  • Test the container to assure correct registration.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0 103 3/23/2024
3.0.5 89 3/10/2024
3.0.2 88 2/22/2024
3.0.0 83 2/21/2024
2.0.16 453 1/22/2021
2.0.15 370 1/21/2021
2.0.14 357 1/21/2021
2.0.13 352 1/20/2021
2.0.12 319 1/20/2021
2.0.11 330 1/20/2021
2.0.10 335 1/20/2021
2.0.9 347 1/19/2021

* minor changes
* added Remove[t] to extension methods for removing a service from the service collection