mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Feature Request: Add minimal-API-style routing as Extension Package #707
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?
Originally created by @GennadyGS on GitHub (Jul 28, 2025).
Originally assigned to: @StefH on GitHub.
Proposal: Add the routing features implemented in the WireMock.Net.Routing library (https://github.com/GennadyGS/WireMock.Net.Routing) to WireMock.Net as an extension package under the https://github.com/wiremock organization.
Details:
Reference:
Please consider this feature request and evaluate the possibility of adding these routing features as an extension package.
@StefH commented on GitHub (Aug 5, 2025):
@GennadyGS
Interesting idea!
I'm thinking if this needs to be a separate project or just be included is this solution...
@GennadyGS commented on GitHub (Aug 5, 2025):
Thanks for response.
I think it would be better to add the extension directly into the main solution—either as a separate package or inside the main package. I'm totally fine with both options.
@StefH commented on GitHub (Aug 9, 2025):
Best is inside this repo + solution.
Maybe as name
WireMock.Net.Extensions.Routingbecause it's an extension to to main logic?@GennadyGS commented on GitHub (Aug 9, 2025):
Agree
@GennadyGS commented on GitHub (Aug 9, 2025):
Is anything required from me?
@StefH commented on GitHub (Aug 10, 2025):
You can create a PR which adds this src + test.