MinecraftJars.NET.Extensions.DependencyInjection 1.4.6

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

// Install MinecraftJars.NET.Extensions.DependencyInjection as a Cake Tool
#tool nuget:?package=MinecraftJars.NET.Extensions.DependencyInjection&version=1.4.6

MinecraftJars.NET dependency injection extensions MinecraftJars.NET dependency injection extensions

Installing

Multiple options are available to install within your project:

  1. Install, using the Nuget Gallery

  2. Install using the Package Manager Console:

    Install-Package MinecraftJars.NET.Extensions.DependencyInjection 
    
  3. Install using .NET CLI

    dotnet add package MinecraftJars.NET.Extensions.DependencyInjection
    

Usage

As simple as


// Registering DI
services.AddMinecraftJar();

// Injecting e.g. via service provider
var minecraftJar = serviceProvider.GetRequiredService<IMinecraftJar>()

// Usage
var providers = minecraftJar.GetProviders();

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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
1.4.6 130 6/7/2023
1.4.5 118 6/4/2023
1.4.4 102 6/3/2023
1.4.3 107 6/3/2023
1.4.2 106 6/3/2023