mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
WireMockConsoleLogger aggregate exception handling bug? #419
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @siewers on GitHub (May 19, 2022).
It seems like the handling of the aggregate exception is wrong.
d7173d34a3/src/WireMock.Net/Logging/WireMockConsoleLogger.cs (L50-L57)Shouldn't it be like this?
@StefH commented on GitHub (May 19, 2022):
@siewers
I think you are correct. Can you make a PR?