[PR #1320] [MERGED] Fix TypeLoader #1337

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1320
Author: @StefH
Created: 6/14/2025
Status: Merged
Merged: 6/15/2025
Merged by: @StefH

Base: masterHead: example-console-mime


📝 Commits (9)

📊 Changes

12 files changed (+323 additions, -26 deletions)

View changed files

📝 .github/workflows/ci.yml (+6 -0)
📝 WireMock.Net Solution.sln (+14 -0)
📝 azure-pipelines-ci.yml (+7 -0)
examples/WireMock.Net.ConsoleApp.UsingNuGet/Program.cs (+88 -0)
examples/WireMock.Net.ConsoleApp.UsingNuGet/WireMock.Net.ConsoleApp.UsingNuGet.csproj (+18 -0)
📝 src/WireMock.Net.MimePart/Util/MimeKitUtils.cs (+1 -1)
📝 src/WireMock.Net.MimePart/WireMock.Net.MimePart.csproj (+3 -3)
📝 src/WireMock.Net.Minimal/Util/TypeLoader.cs (+27 -16)
📝 src/WireMock.Net.Minimal/WireMock.Net.Minimal.csproj (+1 -1)
test/WireMock.Net.Tests.UsingNuGet/WireMock.Net.Tests.UsingNuGet.csproj (+39 -0)
test/WireMock.Net.Tests.UsingNuGet/WireMockServerTests.WithMultiPart.cs (+103 -0)
📝 test/WireMock.Net.Tests/Util/TypeLoaderTests.cs (+16 -5)

📄 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/1320 **Author:** [@StefH](https://github.com/StefH) **Created:** 6/14/2025 **Status:** ✅ Merged **Merged:** 6/15/2025 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `example-console-mime` --- ### 📝 Commits (9) - [`aa0c6cd`](https://github.com/wiremock/WireMock.Net/commit/aa0c6cd0de2ee90812af1aaeec7ea7722845ebf1) no ilmerge - [`c5f9bae`](https://github.com/wiremock/WireMock.Net/commit/c5f9bae244bea0c30013a40d30d9e5d9c9303bb3) . - [`1a9362b`](https://github.com/wiremock/WireMock.Net/commit/1a9362be9afa0645af2589a8496755785c68e97c) . - [`521ea13`](https://github.com/wiremock/WireMock.Net/commit/521ea1376c6518bc57d4b1869a37dbdd4bfd4ee4) nullable - [`0ea9c47`](https://github.com/wiremock/WireMock.Net/commit/0ea9c470fec594280bdcecd5eeac42f13ba12c2b) .UsingNuGet - [`6be7015`](https://github.com/wiremock/WireMock.Net/commit/6be70158cc90f89f0dbc63128c963579dacdc133) fix - [`fbb9b89`](https://github.com/wiremock/WireMock.Net/commit/fbb9b896a10b451a068bf39fe73be02f7756439e) . - [`e6c897a`](https://github.com/wiremock/WireMock.Net/commit/e6c897a184e3ba1af046a38d0be41f1c980cd4a2) directoriesToSearch - [`01d18d2`](https://github.com/wiremock/WireMock.Net/commit/01d18d2da2e3bff71160310123cdd43e14de300e) . ### 📊 Changes **12 files changed** (+323 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+6 -0) 📝 `WireMock.Net Solution.sln` (+14 -0) 📝 `azure-pipelines-ci.yml` (+7 -0) ➕ `examples/WireMock.Net.ConsoleApp.UsingNuGet/Program.cs` (+88 -0) ➕ `examples/WireMock.Net.ConsoleApp.UsingNuGet/WireMock.Net.ConsoleApp.UsingNuGet.csproj` (+18 -0) 📝 `src/WireMock.Net.MimePart/Util/MimeKitUtils.cs` (+1 -1) 📝 `src/WireMock.Net.MimePart/WireMock.Net.MimePart.csproj` (+3 -3) 📝 `src/WireMock.Net.Minimal/Util/TypeLoader.cs` (+27 -16) 📝 `src/WireMock.Net.Minimal/WireMock.Net.Minimal.csproj` (+1 -1) ➕ `test/WireMock.Net.Tests.UsingNuGet/WireMock.Net.Tests.UsingNuGet.csproj` (+39 -0) ➕ `test/WireMock.Net.Tests.UsingNuGet/WireMockServerTests.WithMultiPart.cs` (+103 -0) 📝 `test/WireMock.Net.Tests/Util/TypeLoaderTests.cs` (+16 -5) </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:19:21 +01:00
adam closed this issue 2025-12-29 09:19:21 +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#1337