[PR #75] [MERGED] Add WireMock.Net.WebApplication example #757

Closed
opened 2025-12-29 15:33:04 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/75
Author: @StefH
Created: 1/11/2018
Status: Merged
Merged: 1/11/2018
Merged by: @StefH

Base: masterHead: stef_azure_web


📝 Commits (1)

  • 51dd9e4 Add WireMock.Net.WebApplication example

📊 Changes

19 files changed (+369 additions, -82 deletions)

View changed files

📝 WireMock.Net Solution.sln (+8 -4)
📝 examples/WireMock.Net.Client/WireMock.Net.Client.csproj (+1 -1)
examples/WireMock.Net.WebApplication/App.cs (+22 -0)
examples/WireMock.Net.WebApplication/IWireMockService.cs (+7 -0)
examples/WireMock.Net.WebApplication/Program.cs (+57 -0)
examples/WireMock.Net.WebApplication/Properties/launchSettings.json (+28 -0)
examples/WireMock.Net.WebApplication/WireMock.Net.WebApplication.csproj (+29 -0)
examples/WireMock.Net.WebApplication/WireMockService.cs (+37 -0)
examples/WireMock.Net.WebApplication/appsettings.json (+20 -0)
📝 src/WireMock.Net.StandAlone/StandAloneApp.cs (+1 -1)
📝 src/WireMock.Net/DynamicResponseProvider.cs (+3 -3)
📝 src/WireMock.Net/Server/FluentMockServer.Admin.cs (+2 -2)
📝 src/WireMock.Net/Server/FluentMockServer.cs (+10 -5)
📝 src/WireMock.Net/Settings/FluentMockServerSettings.cs (+17 -46)
src/WireMock.Net/Settings/IFluentMockServerSettings.cs (+81 -0)
src/WireMock.Net/Settings/IProxyAndRecordSettings.cs (+28 -0)
📝 src/WireMock.Net/Settings/ProxyAndRecordSettings.cs (+12 -14)
📝 src/WireMock.Net/WireMock.Net.csproj (+4 -4)
📝 test/WireMock.Net.Tests/WireMock.Net.Tests.csproj (+2 -2)

📄 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/75 **Author:** [@StefH](https://github.com/StefH) **Created:** 1/11/2018 **Status:** ✅ Merged **Merged:** 1/11/2018 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef_azure_web` --- ### 📝 Commits (1) - [`51dd9e4`](https://github.com/wiremock/WireMock.Net/commit/51dd9e4491c6d5f5021d699e9176663463ecdbaa) Add WireMock.Net.WebApplication example ### 📊 Changes **19 files changed** (+369 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `WireMock.Net Solution.sln` (+8 -4) 📝 `examples/WireMock.Net.Client/WireMock.Net.Client.csproj` (+1 -1) ➕ `examples/WireMock.Net.WebApplication/App.cs` (+22 -0) ➕ `examples/WireMock.Net.WebApplication/IWireMockService.cs` (+7 -0) ➕ `examples/WireMock.Net.WebApplication/Program.cs` (+57 -0) ➕ `examples/WireMock.Net.WebApplication/Properties/launchSettings.json` (+28 -0) ➕ `examples/WireMock.Net.WebApplication/WireMock.Net.WebApplication.csproj` (+29 -0) ➕ `examples/WireMock.Net.WebApplication/WireMockService.cs` (+37 -0) ➕ `examples/WireMock.Net.WebApplication/appsettings.json` (+20 -0) 📝 `src/WireMock.Net.StandAlone/StandAloneApp.cs` (+1 -1) 📝 `src/WireMock.Net/DynamicResponseProvider.cs` (+3 -3) 📝 `src/WireMock.Net/Server/FluentMockServer.Admin.cs` (+2 -2) 📝 `src/WireMock.Net/Server/FluentMockServer.cs` (+10 -5) 📝 `src/WireMock.Net/Settings/FluentMockServerSettings.cs` (+17 -46) ➕ `src/WireMock.Net/Settings/IFluentMockServerSettings.cs` (+81 -0) ➕ `src/WireMock.Net/Settings/IProxyAndRecordSettings.cs` (+28 -0) 📝 `src/WireMock.Net/Settings/ProxyAndRecordSettings.cs` (+12 -14) 📝 `src/WireMock.Net/WireMock.Net.csproj` (+4 -4) 📝 `test/WireMock.Net.Tests/WireMock.Net.Tests.csproj` (+2 -2) </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 15:33:04 +01:00
adam closed this issue 2025-12-29 15:33:04 +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-wiremock#757