mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #918] [CLOSED] Change some internal classes to public #1145
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?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/918
Author: @Naudate
Created: 4/5/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
c12813echanges📊 Changes
3 files changed (+3 additions, -3 deletions)
View changed files
📝
src/WireMock.Net/Serialization/JsonSerializationConstants.cs(+1 -1)📝
src/WireMock.Net/Util/BodyParser.cs(+1 -1)📝
src/WireMock.Net/Util/BodyParserSettings.cs(+1 -1)📄 Description
Hello,
I am using WireMock.Net in a project and I wanted to add some changes and see with you if it was possible.
We are using WireMock.Net to mock requests and reuse mappings for JMeter tests. I can't use the recording process that is already in place because its a proxy . We prefer that the application make the call rather than WireMock.Net. So to use what have been done and stay up to date I wanted to change some classes :
Those classes are internal and I wanted to put them public. That way I can use WireMock.Net in the project.
Thank you for your answer.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.