GeeWee / BetterHostedServices

Fixed a wide variety of issues that have to do with Hosted Services and BackgroundServices, such as error handling and the abillity to access them via the DI.
MIT License
27 stars 4 forks source link

Looks like I can use it in my .net generic host #20

Closed yww325 closed 3 years ago

yww325 commented 3 years ago

Question

Suggest maybe you could remove the asp.net keyword from the readme, I like the idea of doing less in starting the hosted service, and catching error in the start method. I found it applies to my generic host console app

https://docs.microsoft.com/en-us/dotnet/core/extensions/generic-host

GeeWee commented 3 years ago

Hey! Clarified that it also works for non asp.net core projects. Thanks for the feedback!