[PR #869] [MERGED] Add MappingBuilder to build mappings in code and export to Models or JSON #1125

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/869
Author: @StefH
Created: 12/23/2022
Status: Merged
Merged: 1/6/2023
Merged by: @StefH

Base: masterHead: mappng-builder


📝 Commits (7)

📊 Changes

10 files changed (+479 additions, -156 deletions)

View changed files

📝 examples/WireMock.Net.Console.Net452.Classic/MainApp.cs (+14 -0)
src/WireMock.Net/IMappingBuilder.cs (+43 -0)
src/WireMock.Net/MappingBuilder.cs (+116 -0)
src/WireMock.Net/Owin/WireMockMiddlewareOptionsHelper.cs (+35 -0)
📝 src/WireMock.Net/Serialization/MappingToFileSaver.cs (+20 -1)
📝 src/WireMock.Net/Serialization/MatcherMapper.cs (+2 -1)
📝 src/WireMock.Net/Server/WireMockServer.Admin.cs (+12 -18)
📝 src/WireMock.Net/Server/WireMockServer.cs (+6 -40)
📝 test/WireMock.Net.Tests/Handlers/LocalFileSystemHandlerTests.cs (+95 -96)
test/WireMock.Net.Tests/MappingBuilderTests.cs (+136 -0)

📄 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/869 **Author:** [@StefH](https://github.com/StefH) **Created:** 12/23/2022 **Status:** ✅ Merged **Merged:** 1/6/2023 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `mappng-builder` --- ### 📝 Commits (7) - [`c3bc089`](https://github.com/wiremock/WireMock.Net/commit/c3bc0892793557746fef744a81f21f160ef33e81) MappingBuilder - [`0b2ce7f`](https://github.com/wiremock/WireMock.Net/commit/0b2ce7fd2dbb03b653f66b1c376688e169b26399) Merge branch 'master' into mappng-builder - [`2c28639`](https://github.com/wiremock/WireMock.Net/commit/2c286398eafe5ec5bd1b894c4d823452c63ce3fe) . - [`c630c9d`](https://github.com/wiremock/WireMock.Net/commit/c630c9da3e808f22730235e43d7993f7866742d6) ... - [`b49a8e7`](https://github.com/wiremock/WireMock.Net/commit/b49a8e774f35fe90b07a9dd9fe1dfda087cb4bc2) sc - [`2ab3622`](https://github.com/wiremock/WireMock.Net/commit/2ab36223f0b4badc049717dbfd29d9124ec64779) t - [`0c89238`](https://github.com/wiremock/WireMock.Net/commit/0c8923807f417a3c87c038c145180c7ef60fe9b9) . ### 📊 Changes **10 files changed** (+479 additions, -156 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.Console.Net452.Classic/MainApp.cs` (+14 -0) ➕ `src/WireMock.Net/IMappingBuilder.cs` (+43 -0) ➕ `src/WireMock.Net/MappingBuilder.cs` (+116 -0) ➕ `src/WireMock.Net/Owin/WireMockMiddlewareOptionsHelper.cs` (+35 -0) 📝 `src/WireMock.Net/Serialization/MappingToFileSaver.cs` (+20 -1) 📝 `src/WireMock.Net/Serialization/MatcherMapper.cs` (+2 -1) 📝 `src/WireMock.Net/Server/WireMockServer.Admin.cs` (+12 -18) 📝 `src/WireMock.Net/Server/WireMockServer.cs` (+6 -40) 📝 `test/WireMock.Net.Tests/Handlers/LocalFileSystemHandlerTests.cs` (+95 -96) ➕ `test/WireMock.Net.Tests/MappingBuilderTests.cs` (+136 -0) </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 08:34:49 +01:00
adam closed this issue 2025-12-29 08:34:49 +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#1125