Question: Saving mapping with relative (not found) file fails #126

Closed
opened 2025-12-29 14:23:14 +01:00 by adam · 1 comment
Owner

Originally created by @StefH on GitHub (Aug 7, 2018).

 server
                .Given(Request.Create().WithPath("/file_rel").UsingGet())
                .RespondWith(Response.Create()
                    .WithBodyFromFile("Program.cs", false)
                );
Originally created by @StefH on GitHub (Aug 7, 2018). ``` c# server .Given(Request.Create().WithPath("/file_rel").UsingGet()) .RespondWith(Response.Create() .WithBodyFromFile("Program.cs", false) ); ```
adam closed this issue 2025-12-29 14:23:14 +01:00
Author
Owner

@StefH commented on GitHub (Aug 7, 2018):

works as expected

@StefH commented on GitHub (Aug 7, 2018): works as expected
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#126