mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #926] [MERGED] Fix C# mapping code generator for header names #1149
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/926
Author: @cezarypiatek
Created: 5/2/2023
Status: ✅ Merged
Merged: 5/2/2023
Merged by: @StefH
Base:
master← Head:master📝 Commits (1)
6797f97Fix 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.