mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #986] [MERGED] Write logging in case a Matcher throws an exception #1180
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/986
Author: @StefH
Created: 8/3/2023
Status: ✅ Merged
Merged: 8/21/2023
Merged by: @StefH
Base:
master← Head:stef-404📝 Commits (10+)
00009c3ThrowExceptiond2baff9...b87cf16.eefe026Merge branch 'master' into stef-4040ceab87...14d4efabff6def9fix test5e7cca4...f4b7ce0.b088c0fsonar📊 Changes
88 files changed (+1282 additions, -1260 deletions)
View changed files
📝
src/WireMock.Net.Abstractions/Admin/Mappings/StatusModel.cs(+19 -15)📝
src/WireMock.Net.Abstractions/Admin/Settings/SettingsModel.cs(+0 -5)📝
src/WireMock.Net.Abstractions/Handlers/IFileSystemHandler.cs(+114 -115)📝
src/WireMock.Net.Abstractions/Logging/IWireMockLogger.cs(+50 -52)📝
src/WireMock.Net.Abstractions/Matchers/Request/IRequestMatchResult.cs(+44 -44)📝
src/WireMock.Net.Abstractions/Matchers/Request/MatchDetail.cs(+19 -14)📝
src/WireMock.Net.Matchers.CSharpCode/Matchers/CSharpCodeMatcher.cs(+23 -18)📝
src/WireMock.Net/Authentication/AzureADAuthenticationMatcher.cs(+3 -5)📝
src/WireMock.Net/Constants/WireMockConstants.cs(+2 -0)➕
src/WireMock.Net/Extensions/ExceptionExtensions.cs(+16 -0)📝
src/WireMock.Net/Handlers/LocalFileSystemHandler.cs(+2 -2)📝
src/WireMock.Net/Mapping.cs(+2 -2)📝
src/WireMock.Net/Matchers/AbstractJsonPartialMatcher.cs(+7 -13)📝
src/WireMock.Net/Matchers/ContentTypeMatcher.cs(+6 -8)📝
src/WireMock.Net/Matchers/ExactMatcher.cs(+9 -15)📝
src/WireMock.Net/Matchers/ExactObjectMatcher.cs(+5 -10)📝
src/WireMock.Net/Matchers/GraphQLMatcher.cs(+42 -36)📝
src/WireMock.Net/Matchers/Helpers/BodyDataMatchScoreCalculator.cs(+3 -13)📝
src/WireMock.Net/Matchers/IMatcher.cs(+0 -5)📝
src/WireMock.Net/Matchers/IObjectMatcher.cs(+2 -2)...and 68 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.