[PR #978] [CLOSED] Use AgileMapper instead of TinyMapper #1177

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/978
Author: @StefH
Created: 7/20/2023
Status: Closed

Base: masterHead: stef-mapperly


📝 Commits (3)

📊 Changes

7 files changed (+111 additions, -37 deletions)

View changed files

📝 examples/WireMock.Net.Console.Net472.Classic/App.config (+2 -2)
📝 examples/WireMock.Net.Console.Net472.Classic/WireMock.Net.Console.Net472.Classic.csproj (+27 -1)
📝 examples/WireMock.Net.Console.Net472.Classic/packages.config (+6 -0)
📝 src/WireMock.Net/Server/WireMockServer.Admin.cs (+2 -2)
src/WireMock.Net/Util/AgileMapperUtils.cs (+31 -0)
src/WireMock.Net/Util/TinyMapperUtils.cs (+0 -31)
📝 src/WireMock.Net/WireMock.Net.csproj (+43 -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/978 **Author:** [@StefH](https://github.com/StefH) **Created:** 7/20/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `stef-mapperly` --- ### 📝 Commits (3) - [`3304696`](https://github.com/wiremock/WireMock.Net/commit/3304696fe5183a2db0527800c6d8af5064da603a) Use AgileMapper instead of TinyMapper - [`2ec86e0`](https://github.com/wiremock/WireMock.Net/commit/2ec86e0a83844dfb7a242625ac87ec4c87bdc5ca) . - [`3f37d7a`](https://github.com/wiremock/WireMock.Net/commit/3f37d7a83aa565ea2f5792f5fc0a2371298dc9fe) . ### 📊 Changes **7 files changed** (+111 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.Console.Net472.Classic/App.config` (+2 -2) 📝 `examples/WireMock.Net.Console.Net472.Classic/WireMock.Net.Console.Net472.Classic.csproj` (+27 -1) 📝 `examples/WireMock.Net.Console.Net472.Classic/packages.config` (+6 -0) 📝 `src/WireMock.Net/Server/WireMockServer.Admin.cs` (+2 -2) ➕ `src/WireMock.Net/Util/AgileMapperUtils.cs` (+31 -0) ➖ `src/WireMock.Net/Util/TinyMapperUtils.cs` (+0 -31) 📝 `src/WireMock.Net/WireMock.Net.csproj` (+43 -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:47 +01:00
adam closed this issue 2025-12-29 09:18:47 +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#1177