[PR #704] [MERGED] Add .ConfigureAwait(false); to the await Task calls #1045

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

📋 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: masterHead: ConfigureAwait


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/704 **Author:** [@StefH](https://github.com/StefH) **Created:** 12/20/2021 **Status:** ✅ Merged **Merged:** 12/24/2021 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `ConfigureAwait` --- ### 📝 Commits (5) - [`1dfb761`](https://github.com/wiremock/WireMock.Net/commit/1dfb761e3e5bae2e5e8160838eefdb2d4c8e5bc9) Add .ConfigureAwait(false); to the await Task calls - [`ae72dd0`](https://github.com/wiremock/WireMock.Net/commit/ae72dd005dd1890d9af175a9246b41e37bbf4a6e) ; - [`ec8cc43`](https://github.com/wiremock/WireMock.Net/commit/ec8cc43bf9598f8d304c7b203a53beffb132aee7) merge - [`07e404a`](https://github.com/wiremock/WireMock.Net/commit/07e404a367f890b6c9d87f42485250f1aa25f211) . - [`b08b842`](https://github.com/wiremock/WireMock.Net/commit/b08b8428067d499c8964e817326dbd4242a7ae53) . ### 📊 Changes **62 files changed** (+373 additions, -372 deletions) <details> <summary>View changed files</summary> 📝 `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_ </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 08:34:28 +01:00
adam closed this issue 2025-12-29 08:34:28 +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#1045