mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #514] [MERGED] Update .NET Core 3.1 example #949
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/514
Author: @Crossbow78
Created: 10/3/2020
Status: ✅ Merged
Merged: 10/6/2020
Merged by: @StefH
Base:
master← Head:update-netcore31-example📝 Commits (1)
f4534a2Apply 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
ILogger,IOptions,IHostedServicepatterns to .NET Core 3.1 example🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.