This project show how to use the ASP.NET Core's Dependency Injection with HostBuilder following James Montemagno article.
ASP.NET Core's Dependency Injection with HostBuilder
This project use some features of c# 8, to enable edit the csproject and add:
<LangVersion>8.0</LangVersion>
See more in James Montemagno Article.