SoporNu.Extensions.Microsoft.DependencyInjection 0.0.1-alpha

This is a prerelease version of SoporNu.Extensions.Microsoft.DependencyInjection.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package SoporNu.Extensions.Microsoft.DependencyInjection --version 0.0.1-alpha
NuGet\Install-Package SoporNu.Extensions.Microsoft.DependencyInjection -Version 0.0.1-alpha
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="SoporNu.Extensions.Microsoft.DependencyInjection" Version="0.0.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SoporNu.Extensions.Microsoft.DependencyInjection --version 0.0.1-alpha
#r "nuget: SoporNu.Extensions.Microsoft.DependencyInjection, 0.0.1-alpha"
#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 SoporNu.Extensions.Microsoft.DependencyInjection as a Cake Addin
#addin nuget:?package=SoporNu.Extensions.Microsoft.DependencyInjection&version=0.0.1-alpha&prerelease

// Install SoporNu.Extensions.Microsoft.DependencyInjection as a Cake Tool
#tool nuget:?package=SoporNu.Extensions.Microsoft.DependencyInjection&version=0.0.1-alpha&prerelease

SoporNu.Extensions.Microsoft.DependencyInjection

DI-till�gg f�r Microsoft.Extensions.DependencyInjection. SoporNu �r en .NET API-klient f�r Sopor.nu Hitta �tervinning.

Anv�ndning

  1. L�gg NuGet SoporNu.Extensions.Microsoft.DependencyInjection till ditt projekt:

    dotnet add package SoporNu.Extensions.Microsoft.DependencyInjection --prerelease
    
  2. Vid start-up av din app, l�gg till SoporNu:

    builder.Services.AddSoporApiClient();
    
  3. Ta ett beroende p� ISoporApiClient, och h�mta �VS fr�n Avfallshubben. T.ex.:

    public class AvsService
    {
        private readonly ISoporApiClient _client;
    
        public AvsService(ISoporApiClient client)
        {
            _client = client;
        }
    }
    

Hur bidra

SoporNu �r �ppen k�llkod (MIT), och du f�r g�rna bidra!

Om du har en buggrapport, en funktionsbeg�ran, eller ett f�rslag, �ppna ett nytt �rende. F�r att skicka in en patch, var v�nlig skapa en PR.

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
0.0.2-alpha 54 1/30/2024
0.0.1-alpha 43 1/30/2024