Info
Version: | 1.0.0 |
Author(s): | Jason D Wilson |
Last Update: | Tuesday, November 24, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JasonDWilson/DotNetCore.GenericHost |
NuGet Url: | https://www.nuget.org/packages/DotNetCore.GenericHostBuilder |
Install
Install-Package DotNetCore.GenericHostBuilder
dotnet add package DotNetCore.GenericHostBuilder
paket add DotNetCore.GenericHostBuilder
DotNetCore.GenericHostBuilder Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 2.2.0)
- Microsoft.Extensions.Configuration.CommandLine(>= 2.2.0)
- Microsoft.Extensions.Hosting(>= 2.2.0)
- Microsoft.Extensions.Hosting.Abstractions(>= 2.2.0)
Tags
It allows passing of a Startup class when building the host.
This project tries to bring consistency to using the .Net Core Generic Host when compared to using the Web Host. It brings with it the ability to pass a StartUp class that will be used to configure the host, hosted applications, dependency injection services, and logging.