BackgroundService exceptions now propagate in .NET 11
A bug in .NET where BackgroundService exceptions after first await caused exit code 0 is fixed in .NET 11, now propagating errors correctly.
A bug in .NET where BackgroundService exceptions after first await caused exit code 0 is fixed in .NET 11, now propagating errors correctly.
Explores two new .NET 10 features: non-blocking BackgroundService startup and a numeric string comparer for natural sorting.
A tutorial on building a custom cron job scheduler in ASP.NET Core using BackgroundService, for educational purposes.