mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #737] [MERGED] Add WireMock.Net.WebApplication.NET6 example #1058
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/737
Author: @StefH
Created: 3/11/2022
Status: ✅ Merged
Merged: 3/11/2022
Merged by: @StefH
Base:
master← Head:test📝 Commits (1)
5c4f51bnet6📊 Changes
11 files changed (+437 additions, -1 deletions)
View changed files
📝
WireMock.Net Solution.sln(+7 -0)➕
examples/WireMock.Net.WebApplication.NET6/App.cs(+28 -0)➕
examples/WireMock.Net.WebApplication.NET6/IWireMockService.cs(+9 -0)➕
examples/WireMock.Net.WebApplication.NET6/Program.cs(+30 -0)➕
examples/WireMock.Net.WebApplication.NET6/WireMock.Net.WebApplication.NET6.csproj(+33 -0)➕
examples/WireMock.Net.WebApplication.NET6/WireMockService.cs(+83 -0)➕
examples/WireMock.Net.WebApplication.NET6/__admin/mappings/1e0686d3-5eb0-4c30-9482-db3735a1e4c4.json(+184 -0)➕
examples/WireMock.Net.WebApplication.NET6/appsettings.json(+29 -0)➕
examples/WireMock.Net.WebApplication.NET6/readme.md(+21 -0)➕
examples/WireMock.Net.WebApplication.NET6/web.config(+12 -0)📝
src/WireMock.Net/ResponseBuilders/Response.WithProxy.cs(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.