Do class finalizers execute when IIS pool recycled, or, for that matter during pool STOP. Theoretically, this should be similar to Application.Run/Stop
but is it?
In the same context, I believe, if the app is NET CORE, and it runs console app in the Kestrel or IIS, the console app shutting would run the finalizers. Or is it?