79722475

Date: 2025-08-01 12:02:42
Score: 0.5
Natty:
Report link

thanks to MrCSUI, my problem was the same but I had the error only in build server. only add a throw to program.cs and test again. the error will shows up.

catch (Exception ex)
{
    Log.Fatal(ex, "Unhandled exception");
    if (enviornment == "IntegrationTest")
    {
        throw;
    }
}
finally
{
    Log.Information("Shut down complete");
    Log.CloseAndFlush();
}
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: samsoft