mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1175] [MERGED] Add WireMock.Net.AspNetCore.Middleware #1267
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/1175
Author: @StefH
Created: 9/19/2024
Status: ✅ Merged
Merged: 9/27/2024
Merged by: @StefH
Base:
master← Head:us/1035-middleware📝 Commits (7)
94fed7bAdd WireMock.Net.AspNetCore.Middleware41275f6.a1ede1fmm + fixe423ad8Merge branch 'master' into us/1035-middleware1b2eb10WireMock.Net.Middleware.Testsecb329d.a3bae4bX-WireMock-Response-Delay📊 Changes
23 files changed (+641 additions, -1 deletions)
View changed files
📝
.github/workflows/ci.yml(+2 -0)📝
WireMock.Net Solution.sln(+29 -1)📝
azure-pipelines-ci.yml(+1 -0)➕
examples/WireMock.Net.WebApplication/Program.cs(+56 -0)➕
examples/WireMock.Net.WebApplication/Properties/launchSettings.json(+41 -0)➕
examples/WireMock.Net.WebApplication/WeatherForecast.cs(+4 -0)➕
examples/WireMock.Net.WebApplication/WireMock.Net.WebApplication.csproj(+13 -0)➕
examples/WireMock.Net.WebApplication/appsettings.Development.json(+8 -0)➕
examples/WireMock.Net.WebApplication/appsettings.json(+9 -0)➕
src/WireMock.Net.AspNetCore.Middleware/AppConstants.cs(+9 -0)➕
src/WireMock.Net.AspNetCore.Middleware/HttpDelegatingHandler/WireMockDelegationHandler.cs(+72 -0)➕
src/WireMock.Net.AspNetCore.Middleware/HttpDelegatingHandler/WireMockDelegationHandlerSettings.cs(+8 -0)➕
src/WireMock.Net.AspNetCore.Middleware/ServiceCollectionExtensions.cs(+52 -0)➕
src/WireMock.Net.AspNetCore.Middleware/WireMock.Net.AspNetCore.Middleware.csproj(+49 -0)➕
src/WireMock.Net.AspNetCore.Middleware/WireMockBackgroundService.cs(+39 -0)➕
src/WireMock.Net.AspNetCore.Middleware/WireMockServerInstance.cs(+49 -0)➕
test/WireMock.Net.Middleware.Tests/CustomWebApplicationFactory.cs(+25 -0)➕
test/WireMock.Net.Middleware.Tests/IntegrationTests.cs(+49 -0)➕
test/WireMock.Net.Middleware.Tests/WireMock.Net.Middleware.Tests.csproj(+43 -0)➕
test/WireMock.Net.TestWebApplication/Program.cs(+49 -0)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.