[PR #737] [MERGED] Add WireMock.Net.WebApplication.NET6 example #1058

Closed
opened 2025-12-29 08:34:31 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: test


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/737 **Author:** [@StefH](https://github.com/StefH) **Created:** 3/11/2022 **Status:** ✅ Merged **Merged:** 3/11/2022 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `test` --- ### 📝 Commits (1) - [`5c4f51b`](https://github.com/wiremock/WireMock.Net/commit/5c4f51b5477d0f8b9573e8d04211ccb8437e78d4) net6 ### 📊 Changes **11 files changed** (+437 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 08:34:31 +01:00
adam closed this issue 2025-12-29 08:34:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#1058