[PR #514] [MERGED] Update .NET Core 3.1 example #949

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/514
Author: @Crossbow78
Created: 10/3/2020
Status: Merged
Merged: 10/6/2020
Merged by: @StefH

Base: masterHead: update-netcore31-example


📝 Commits (1)

  • f4534a2 Apply ILogger, IOptions, IHostedService patterns to .NET Core 3.1 example

📊 Changes

8 files changed (+131 additions, -152 deletions)

View changed files

📝 examples/WireMock.Net.WebApplication.NETCore2/web.config (+1 -1)
📝 examples/WireMock.Net.WebApplication.NETCore3/App.cs (+14 -8)
📝 examples/WireMock.Net.WebApplication.NETCore3/IWireMockService.cs (+3 -1)
📝 examples/WireMock.Net.WebApplication.NETCore3/Program.cs (+29 -58)
📝 examples/WireMock.Net.WebApplication.NETCore3/Properties/launchSettings.json (+1 -1)
📝 examples/WireMock.Net.WebApplication.NETCore3/WireMock.Net.WebApplication.NETCore3.csproj (+1 -0)
📝 examples/WireMock.Net.WebApplication.NETCore3/WireMockService.cs (+81 -82)
📝 examples/WireMock.Net.WebApplication.NETCore3/web.config (+1 -1)

📄 Description

  • Apply ILogger, IOptions, IHostedService patterns to .NET Core 3.1 example
  • Trim unnecessary bits
  • Enforce 'Out-of-process' hosting model or the example will not run correctly
  • Consolidated line-ending in two files

🔄 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/514 **Author:** [@Crossbow78](https://github.com/Crossbow78) **Created:** 10/3/2020 **Status:** ✅ Merged **Merged:** 10/6/2020 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `update-netcore31-example` --- ### 📝 Commits (1) - [`f4534a2`](https://github.com/wiremock/WireMock.Net/commit/f4534a244785adc8cab16e0635b5be2d32aafa7e) Apply ILogger, IOptions, IHostedService patterns to .NET Core 3.1 example ### 📊 Changes **8 files changed** (+131 additions, -152 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.WebApplication.NETCore2/web.config` (+1 -1) 📝 `examples/WireMock.Net.WebApplication.NETCore3/App.cs` (+14 -8) 📝 `examples/WireMock.Net.WebApplication.NETCore3/IWireMockService.cs` (+3 -1) 📝 `examples/WireMock.Net.WebApplication.NETCore3/Program.cs` (+29 -58) 📝 `examples/WireMock.Net.WebApplication.NETCore3/Properties/launchSettings.json` (+1 -1) 📝 `examples/WireMock.Net.WebApplication.NETCore3/WireMock.Net.WebApplication.NETCore3.csproj` (+1 -0) 📝 `examples/WireMock.Net.WebApplication.NETCore3/WireMockService.cs` (+81 -82) 📝 `examples/WireMock.Net.WebApplication.NETCore3/web.config` (+1 -1) </details> ### 📄 Description * Apply `ILogger`, `IOptions`, `IHostedService` patterns to .NET Core 3.1 example * Trim unnecessary bits * Enforce 'Out-of-process' hosting model or the example will not run correctly * Consolidated line-ending in two files --- <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:06 +01:00
adam closed this issue 2025-12-29 08:34:06 +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#949