mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1358] [MERGED] TypeLoader: implement Try methods #1356
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/1358
Author: @StefH
Created: 8/31/2025
Status: ✅ Merged
Merged: 8/31/2025
Merged by: @StefH
Base:
master← Head:TypeLoader_try📝 Commits (2)
cb50ffbTypeLoader: implement Try methods990f4b3fix📊 Changes
10 files changed (+191 additions, -82 deletions)
View changed files
📝
src/WireMock.Net.MimePart/Util/MimeKitUtils.cs(+15 -7)📝
src/WireMock.Net.Minimal/Matchers/Request/RequestMessageMultiPartMatcher.cs(+12 -2)📝
src/WireMock.Net.Minimal/Owin/Mappers/OwinResponseMapper.cs(+6 -3)📝
src/WireMock.Net.Minimal/RequestMessage.cs(+2 -9)📝
src/WireMock.Net.Minimal/Serialization/MatcherMapper.cs(+32 -6)📝
src/WireMock.Net.Minimal/Server/WireMockServer.ConvertMapping.cs(+1 -3)📝
src/WireMock.Net.Shared/Matchers/Request/RequestMessageGraphQLMatcher.cs(+5 -2)📝
src/WireMock.Net.Shared/Matchers/Request/RequestMessageProtoBufMatcher.cs(+4 -1)📝
src/WireMock.Net.Shared/Util/TypeLoader.cs(+90 -28)📝
test/WireMock.Net.Tests/Util/TypeLoaderTests.cs(+24 -21)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.