mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
v1.5.33 Returns always StatusCode 500 #538
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 @macalbert on GitHub (Aug 4, 2023).
Originally assigned to: @StefH on GitHub.
Describe the bug
Version 1.5.33 always returns StatusCode 500 ' Internal Server Error'.
Expected behaviour:
Should return the StatusCode provided in the ResponseBuilder.
Test to reproduce
Other related info
Ran under .Net 7 with Microsoft Visual Studio Community 2022 (64-bit) -Version 17.6.5
@StefH commented on GitHub (Aug 4, 2023):
Hello @macalbert.
Thanks for reporting.
I will release a new version soon.
https://github.com/WireMock-Net/WireMock.Net/pull/989
@macalbert commented on GitHub (Aug 4, 2023):
Thanks @StefH!! 😃