SoporNu.Extensions.Microsoft.DependencyInjection
0.0.1-alpha
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
<PackageReference Include="SoporNu.Extensions.Microsoft.DependencyInjection" Version="0.0.1-alpha" />
paket add SoporNu.Extensions.Microsoft.DependencyInjection --version 0.0.1-alpha
#r "nuget: SoporNu.Extensions.Microsoft.DependencyInjection, 0.0.1-alpha"
// 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
L�gg NuGet SoporNu.Extensions.Microsoft.DependencyInjection till ditt projekt:
dotnet add package SoporNu.Extensions.Microsoft.DependencyInjection --prerelease
Vid start-up av din app, l�gg till SoporNu:
builder.Services.AddSoporApiClient();
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 | Versions 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. |
-
net8.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- SoporNu (>= 0.0.1-alpha)
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 | 66 | 1/30/2024 |
0.0.1-alpha | 53 | 1/30/2024 |