[PR #918] [CLOSED] Change some internal classes to public #1145

Closed
opened 2025-12-29 08:34:58 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/918
Author: @Naudate
Created: 4/5/2023
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 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 :

  • JsonSerializationConstants
  • BodyParser
  • BodyParserSettings
    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.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/918 **Author:** [@Naudate](https://github.com/Naudate) **Created:** 4/5/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c12813e`](https://github.com/wiremock/WireMock.Net/commit/c12813e31cceb96f6debc814097b4b2846f2a1b9) changes ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Serialization/JsonSerializationConstants.cs` (+1 -1) 📝 `src/WireMock.Net/Util/BodyParser.cs` (+1 -1) 📝 `src/WireMock.Net/Util/BodyParserSettings.cs` (+1 -1) </details> ### 📄 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 : - **_JsonSerializationConstants_** - **_BodyParser_** - _**BodyParserSettings**_ 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 08:34:58 +01:00
adam closed this issue 2025-12-29 08:34:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#1145