mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #747] [MERGED] Update the logic for ProxyAndRecord #1063
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/747
Author: @StefH
Created: 4/21/2022
Status: ✅ Merged
Merged: 4/21/2022
Merged by: @StefH
Base:
master← Head:stef-742📝 Commits (10+)
5b75c4b.c2e2554set3e334da.299b610.c3985e6.6ab795c.f9fd104prioc660aa9appsettingsbdcab6aTinyMapperUtils1cc2b56set📊 Changes
30 files changed (+1719 additions, -1350 deletions)
View changed files
📝
Directory.Build.props(+6 -0)📝
WireMock.Net Solution.sln(+7 -7)➕
examples/WireMock.Net.Console.Proxy.NETCoreApp/501d5907-7f73-46dc-a1c6-1a48f39b103a.json(+169 -0)➕
examples/WireMock.Net.Console.Proxy.NETCoreApp/Program.cs(+53 -0)📝
examples/WireMock.Net.Console.Proxy.NETCoreApp/WireMock.Net.Console.Proxy.NETCoreApp.csproj(+2 -2)➖
examples/WireMock.Net.Console.Record.NETCoreApp/Program.cs(+0 -50)📝
examples/WireMock.Net.WebApplication.NET6/App.cs(+18 -19)📝
examples/WireMock.Net.WebApplication.NET6/IWireMockService.cs(+5 -6)📝
examples/WireMock.Net.WebApplication.NET6/Program.cs(+16 -17)📝
examples/WireMock.Net.WebApplication.NET6/WireMockService.cs(+54 -56)📝
examples/WireMock.Net.WebApplication.NET6/appsettings.json(+26 -26)📝
examples/WireMock.Net.WebApplication.NETCore2/Properties/launchSettings.json(+2 -6)📝
examples/WireMock.Net.WebApplication.NETCore3/WireMock.Net.WebApplication.NETCore3.csproj(+2 -2)📝
src/WireMock.Net.Abstractions/Admin/Mappings/MappingModel.cs(+1 -1)➕
src/WireMock.Net.Abstractions/Admin/Settings/ProxyAndRecordSettingsModel.cs(+59 -0)📝
src/WireMock.Net.Abstractions/Admin/Settings/SettingsModel.cs(+21 -1)➕
src/WireMock.Net.Abstractions/Admin/Settings/WebProxySettings.cs(+24 -0)📝
src/WireMock.Net.Abstractions/WireMock.Net.Abstractions.csproj(+7 -0)➕
src/WireMock.Net/Constants/WireMockConstants.cs(+9 -0)📝
src/WireMock.Net/IMapping.cs(+9 -1)...and 10 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.