[PR #1069] [MERGED] Extend TypeLoader #1218

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1069
Author: @StefH
Created: 2/22/2024
Status: Merged
Merged: 2/23/2024
Merged by: @StefH

Base: masterHead: stef-pluginloader


📝 Commits (2)

📊 Changes

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

View changed files

📝 WireMock.Net Solution.sln.DotSettings (+1 -0)
src/WireMock.Net/Plugin/PluginLoader.cs (+0 -56)
📝 src/WireMock.Net/Serialization/MatcherMapper.cs (+1 -2)
src/WireMock.Net/Util/TypeLoader.cs (+89 -0)
test/WireMock.Net.Tests/Plugin/PluginLoaderTests.cs (+0 -37)
test/WireMock.Net.Tests/Util/TypeLoaderTests.cs (+65 -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/1069 **Author:** [@StefH](https://github.com/StefH) **Created:** 2/22/2024 **Status:** ✅ Merged **Merged:** 2/23/2024 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-pluginloader` --- ### 📝 Commits (2) - [`a2c8518`](https://github.com/wiremock/WireMock.Net/commit/a2c851881c461ad5f4004d9662a870fce0e7c8ca) Extend PluginLoader - [`cae4499`](https://github.com/wiremock/WireMock.Net/commit/cae4499d25510a221db6ab070f224da8288faeed) rename ### 📊 Changes **6 files changed** (+156 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `WireMock.Net Solution.sln.DotSettings` (+1 -0) ➖ `src/WireMock.Net/Plugin/PluginLoader.cs` (+0 -56) 📝 `src/WireMock.Net/Serialization/MatcherMapper.cs` (+1 -2) ➕ `src/WireMock.Net/Util/TypeLoader.cs` (+89 -0) ➖ `test/WireMock.Net.Tests/Plugin/PluginLoaderTests.cs` (+0 -37) ➕ `test/WireMock.Net.Tests/Util/TypeLoaderTests.cs` (+65 -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 09:18:56 +01:00
adam closed this issue 2025-12-29 09:18:56 +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#1218