[PR #926] [MERGED] Fix C# mapping code generator for header names #1149

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/926
Author: @cezarypiatek
Created: 5/2/2023
Status: Merged
Merged: 5/2/2023
Merged by: @StefH

Base: masterHead: master


📝 Commits (1)

  • 6797f97 Fix csharp mapping code generator

📊 Changes

6 files changed (+6 additions, -6 deletions)

View changed files

📝 src/WireMock.Net/Serialization/MappingConverter.cs (+1 -1)
📝 test/WireMock.Net.Tests/Serialization/MappingConverterTests.ToCSharpCode_With_Builder_And_AddStartIsFalse.verified.txt (+1 -1)
📝 test/WireMock.Net.Tests/Serialization/MappingConverterTests.ToCSharpCode_With_Builder_And_AddStartIsTrue.verified.txt (+1 -1)
📝 test/WireMock.Net.Tests/Serialization/MappingConverterTests.ToCSharpCode_With_Server_And_AddStartIsFalse.verified.txt (+1 -1)
📝 test/WireMock.Net.Tests/Serialization/MappingConverterTests.ToCSharpCode_With_Server_And_AddStartIsTrue.verified.txt (+1 -1)
📝 test/WireMock.Net.Tests/WireMockAdminApiTests.IWireMockAdminApi_GetMappingsCode.verified.txt (+1 -1)

📄 Description

This PR removes redundant ")" character from header names.


🔄 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/926 **Author:** [@cezarypiatek](https://github.com/cezarypiatek) **Created:** 5/2/2023 **Status:** ✅ Merged **Merged:** 5/2/2023 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`6797f97`](https://github.com/wiremock/WireMock.Net/commit/6797f97637cbfcb4d927d90708978fa158e650fd) Fix csharp mapping code generator ### 📊 Changes **6 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Serialization/MappingConverter.cs` (+1 -1) 📝 `test/WireMock.Net.Tests/Serialization/MappingConverterTests.ToCSharpCode_With_Builder_And_AddStartIsFalse.verified.txt` (+1 -1) 📝 `test/WireMock.Net.Tests/Serialization/MappingConverterTests.ToCSharpCode_With_Builder_And_AddStartIsTrue.verified.txt` (+1 -1) 📝 `test/WireMock.Net.Tests/Serialization/MappingConverterTests.ToCSharpCode_With_Server_And_AddStartIsFalse.verified.txt` (+1 -1) 📝 `test/WireMock.Net.Tests/Serialization/MappingConverterTests.ToCSharpCode_With_Server_And_AddStartIsTrue.verified.txt` (+1 -1) 📝 `test/WireMock.Net.Tests/WireMockAdminApiTests.IWireMockAdminApi_GetMappingsCode.verified.txt` (+1 -1) </details> ### 📄 Description This PR removes redundant ")" character from header names. --- <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:59 +01:00
adam closed this issue 2025-12-29 08:34:59 +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#1149