A simple helper to perform async application initialization for the generic host in .NET 6.0 or higher.
Info
Version: | 3.0.1 |
Author(s): | Thomas Levesque |
Last Update: | Monday, February 26, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/thomaslevesque/Extensions.Hosting.AsyncInitialization |
NuGet Url: | https://www.nuget.org/packages/Extensions.Hosting.AsyncInitialization |
Install
Install-Package Extensions.Hosting.AsyncInitialization
dotnet add package Extensions.Hosting.AsyncInitialization
paket add Extensions.Hosting.AsyncInitialization
Extensions.Hosting.AsyncInitialization Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.0)
- Microsoft.Extensions.Hosting.Abstractions(>= 2.1.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.1.0)
Tags