79150449

Date: 2024-11-02 10:32:04
Score: 2.5
Natty:
Report link

The default application closure code (Environment.Exit(), Application.Shutdown) will execute your finally blocks. The only one that explicitly won’t is Environment.FailFast(). Which isn’t called by .net unless something cataclysmic happened (usually in native code).

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jean-Baptiste Zeller