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

Make ensuring TPeriodicTask registered more graceful #25

Open ProMix0 opened 2 years ago

ProMix0 commented 2 years ago

Describe the feature

Call ServiceProvider.GetService<TPeriodicTask>() and check result for null

GeeWee commented 2 years ago

Agree with the thought! Let's talk this feature over in #29