mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #704] [MERGED] Add .ConfigureAwait(false); to the await Task calls #1045
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/704
Author: @StefH
Created: 12/20/2021
Status: ✅ Merged
Merged: 12/24/2021
Merged by: @StefH
Base:
master← Head:ConfigureAwait📝 Commits (5)
1dfb761Add .ConfigureAwait(false); to the await Task callsae72dd0;ec8cc43merge07e404a.b08b842.📊 Changes
62 files changed (+373 additions, -372 deletions)
View changed files
📝
WireMock.Net Solution.sln.DotSettings(+4 -0)📝
examples/WireMock.Net.Console.Net452.Classic/MainApp.cs(+1 -1)📝
src/WireMock.Net/Authentication/AzureADAuthenticationMatcher.cs(+1 -1)📝
src/WireMock.Net/Http/HttpResponseMessageHelper.cs(+3 -3)📝
src/WireMock.Net/Mapping.cs(+2 -2)📝
src/WireMock.Net/Matchers/JSONPathMatcher.cs(+6 -6)📝
src/WireMock.Net/Matchers/SimMetricsMatcher.cs(+2 -2)📝
src/WireMock.Net/Owin/GlobalExceptionMiddleware.cs(+8 -5)📝
src/WireMock.Net/Owin/IWireMockMiddlewareOptions.cs(+0 -1)📝
src/WireMock.Net/Owin/Mappers/OwinRequestMapper.cs(+5 -5)📝
src/WireMock.Net/Owin/Mappers/OwinResponseMapper.cs(+2 -2)📝
src/WireMock.Net/Owin/WireMockMiddleware.cs(+7 -8)📝
src/WireMock.Net/Proxy/ProxyHelper.cs(+2 -2)📝
src/WireMock.Net/ResponseBuilders/Response.cs(+5 -8)📝
src/WireMock.Net/ResponseProviders/DynamicAsyncResponseProvider.cs(+2 -2)📝
src/WireMock.Net/ResponseProviders/ProxyAsyncResponseProvider.cs(+2 -2)📝
src/WireMock.Net/Serialization/MappingConverter.cs(+0 -1)📝
src/WireMock.Net/Serialization/MatcherMapper.cs(+2 -2)📝
src/WireMock.Net/Server/WireMockServer.Admin.cs(+7 -7)📝
src/WireMock.Net/Server/WireMockServer.ImportWireMockOrg.cs(+2 -2)...and 42 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.