[PR #520] [MERGED] Make kestrel limits configurable #950

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/520
Author: @eduherminio
Created: 10/14/2020
Status: Merged
Merged: 10/15/2020
Merged by: @StefH

Base: masterHead: override-kestrel-options-with-config-file


📝 Commits (4)

📊 Changes

3 files changed (+42 additions, -0 deletions)

View changed files

📝 src/WireMock.Net/Owin/AspNetCoreSelfHost.NETStandard.cs (+21 -0)
📝 src/WireMock.Net/Owin/AspNetCoreSelfHost.NETStandard13.cs (+19 -0)
📝 src/WireMock.Net/Owin/AspNetCoreSelfHost.cs (+2 -0)

📄 Description


🔄 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/520 **Author:** [@eduherminio](https://github.com/eduherminio) **Created:** 10/14/2020 **Status:** ✅ Merged **Merged:** 10/15/2020 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `override-kestrel-options-with-config-file` --- ### 📝 Commits (4) - [`caca829`](https://github.com/wiremock/WireMock.Net/commit/caca8298e09d8c764f97d847a37538ac91bdb602) Allow kestrel options to be overriden with values of config files and environment variables (see https://docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel?view=aspnetcore-3.1#kestrel-options) - [`505c812`](https://github.com/wiremock/WireMock.Net/commit/505c81272ead1520f78e910097e6b85895997647) Make appsettings.json optional - [`4ad5aee`](https://github.com/wiremock/WireMock.Net/commit/4ad5aeee4f85e465117dec5b6b9e1f00afc876f2) Move changes to AspNetCoreSelfHost.Framework files. - [`e527868`](https://github.com/wiremock/WireMock.Net/commit/e5278685c24d8e88f6aedf55486e51fb2a08d5e3) Implement ConfigureKestrelServerOptions for .NET Standard 1.3. ### 📊 Changes **3 files changed** (+42 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Owin/AspNetCoreSelfHost.NETStandard.cs` (+21 -0) 📝 `src/WireMock.Net/Owin/AspNetCoreSelfHost.NETStandard13.cs` (+19 -0) 📝 `src/WireMock.Net/Owin/AspNetCoreSelfHost.cs` (+2 -0) </details> ### 📄 Description * Allow Kestrel limits options to be overridden with values of config files and environment variables (see [related Microsoft documentation](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel?view=aspnetcore-3.1#kestrel-options)). --- <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#950