mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #548] [MERGED] Move CSharpCodeMatcher to a new project #966
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/548
Author: @StefH
Created: 12/3/2020
Status: ✅ Merged
Merged: 1/12/2021
Merged by: @StefH
Base:
master← Head:plugin_matcher_csharp📝 Commits (10+)
1a66223matchera28bc0aMerge branch 'master' into plugin_matcher_csharp3deb393wip2b4f4c8fix990516f1.4.07f4f14a.e90fbcdx841f31f?1232679netstandard2.100ca01b{}📊 Changes
16 files changed (+274 additions, -63 deletions)
View changed files
📝
Directory.Build.props(+1 -1)📝
README.md(+2 -1)📝
WireMock.Net Solution.sln(+7 -0)📝
src/WireMock.Net.Matchers.CSharpCode/Matchers/CSharpCodeMatcher.cs(+31 -14)➕
src/WireMock.Net.Matchers.CSharpCode/Properties/AssemblyInfo.cs(+6 -0)➕
src/WireMock.Net.Matchers.CSharpCode/WireMock.Net.Matchers.CSharpCode.csproj(+60 -0)➕
src/WireMock.Net/Matchers/ICSharpCodeMatcher.cs(+11 -0)➕
src/WireMock.Net/Plugin/PluginLoader.cs(+57 -0)📝
src/WireMock.Net/Properties/AssemblyInfo.cs(+7 -6)📝
src/WireMock.Net/Serialization/MatcherMapper.cs(+2 -1)📝
src/WireMock.Net/WireMock.Net.csproj(+4 -36)➕
test/WireMock.Net.Tests/Plugin/PluginLoaderTests.cs(+35 -0)📝
test/WireMock.Net.Tests/Serialization/MatcherModelMapperTests.cs(+44 -0)📝
test/WireMock.Net.Tests/WireMock.Net.Tests.csproj(+2 -1)📝
test/WireMock.Net.Tests/WireMockAdminApiTests.cs(+4 -2)📝
test/WireMock.Net.Tests/WireMockServerTests.cs(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.