Microsoft.Extensions.Hosting.HostAbortedException – Application host was aborted
The Microsoft.Extensions.Hosting.HostAbortedException with the message “Application host was aborted” occurs in .NET applications when the application’s host is abruptly terminated. This typically happens in ASP.NET Core or .NET Generic Host….