CdIts.AzFunctionWarmup.Base
2.0.0
See the version list below for details.
dotnet add package CdIts.AzFunctionWarmup.Base --version 2.0.0
NuGet\Install-Package CdIts.AzFunctionWarmup.Base -Version 2.0.0
<PackageReference Include="CdIts.AzFunctionWarmup.Base" Version="2.0.0" />
paket add CdIts.AzFunctionWarmup.Base --version 2.0.0
#r "nuget: CdIts.AzFunctionWarmup.Base, 2.0.0"
// Install CdIts.AzFunctionWarmup.Base as a Cake Addin #addin nuget:?package=CdIts.AzFunctionWarmup.Base&version=2.0.0 // Install CdIts.AzFunctionWarmup.Base as a Cake Tool #tool nuget:?package=CdIts.AzFunctionWarmup.Base&version=2.0.0
Extension that adds a AddSingletonWithWarmup method to IServiceCollection. Instances need to implement IWarmup and define a WarmupAsync method. Supports dependency injection for warmup classes.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. 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 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. |
-
net6.0
-
net7.0
-
net8.0
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CdIts.AzFunctionWarmup.Base:
Package | Downloads |
---|---|
CdIts.AzFunctionWarmup
Extension that adds a AddSingletonWithWarmup method to IServiceCollection. This package is for the InProcess worker model. Instances need to implement IWarmup and define a WarmupAsync method. The method is called before azure functions are discovered, but after all dependencies are registered. Supports dependency injection for warmup classes. |
|
CdIts.AzFunctionWarmup.Isolated
Extension that adds a AddSingletonWithWarmup method to IServiceCollection. This package is for the isolated worker model. Instances need to implement IWarmup and define a WarmupAsync method. Call host.Warum() or await host.WArmupAsync() in your startup. Supports dependency injection for warmup classes. |
GitHub repositories
This package is not used by any popular GitHub repositories.