ABnet.BackgroundWorkers This is a sample repository for creating background workers using .NET Core. Commands You can run the projects using the .NET CLI or using Visual Studio. Run project: dotnet run --project ABnet.BackgroundWorkers Run tests: dotnet test References Dependency Injection .NET Generic Host Background tasks with hosted services Logging in .NET Core Options pattern