[PR #1051] [CLOSED] Use Stef.ClassMapper instead of TinyMapper #1212

Closed
opened 2025-12-29 09:18:55 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1051
Author: @StefH
Created: 1/6/2024
Status: Closed

Base: masterHead: stef-tinymapper


📝 Commits (3)

📊 Changes

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

View changed files

📝 src/WireMock.Net/Serialization/MappingConverter.cs (+2 -2)
📝 src/WireMock.Net/Server/WireMockServer.Admin.cs (+2 -2)
📝 src/WireMock.Net/Server/WireMockServer.ConvertMapping.cs (+2 -2)
src/WireMock.Net/Util/MapperUtils.cs (+54 -0)
src/WireMock.Net/Util/TinyMapperUtils.cs (+0 -54)
📝 src/WireMock.Net/WireMock.Net.csproj (+2 -1)

📄 Description

No description provided


🔄 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/1051 **Author:** [@StefH](https://github.com/StefH) **Created:** 1/6/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `stef-tinymapper` --- ### 📝 Commits (3) - [`08a7292`](https://github.com/wiremock/WireMock.Net/commit/08a7292d753162947c77cdd3ccf4183e5d929243) TinyMapper.Signed - [`f74d0b7`](https://github.com/wiremock/WireMock.Net/commit/f74d0b7db61684bcf5fcec4167fe5a0fcb040755) ok? - [`bf47f7e`](https://github.com/wiremock/WireMock.Net/commit/bf47f7e492a3b399d0d0d426d0a85ed3a4b23a04) Stef.ClassMapper ### 📊 Changes **6 files changed** (+62 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Serialization/MappingConverter.cs` (+2 -2) 📝 `src/WireMock.Net/Server/WireMockServer.Admin.cs` (+2 -2) 📝 `src/WireMock.Net/Server/WireMockServer.ConvertMapping.cs` (+2 -2) ➕ `src/WireMock.Net/Util/MapperUtils.cs` (+54 -0) ➖ `src/WireMock.Net/Util/TinyMapperUtils.cs` (+0 -54) 📝 `src/WireMock.Net/WireMock.Net.csproj` (+2 -1) </details> ### 📄 Description _No description provided_ --- <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 09:18:55 +01:00
adam closed this issue 2025-12-29 09:18:55 +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#1212