mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-27 00:59:11 +02: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.
https://github.com/WireMock-Net/WireMock.Net/blob/d7173d34a3da7f828a0aa706c5283badf2d43da0/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?