Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AddConnections: AddRouting -> AddRoutingCore #56703

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Conversation

BrennanConroy
Copy link
Member

Closes #56559

SignalR doesn't require regex constraints so doesn't need the additional config from AddRouting. Someone can add it back by calling AddRouting manually.

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-signalr Includes: SignalR clients and servers label Jul 9, 2024
Copy link
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Is this technically a breaking change?

@JamesNK
Copy link
Member

JamesNK commented Jul 10, 2024

Is this technically a breaking change?

Not to SignalR.

Technically someone could create a slim builder, register just SignalR, then add Minimal API routes that use regexes. But that's very unlikely. IMO not worth worrying about.

@BrennanConroy BrennanConroy merged commit 71b5ef3 into main Jul 11, 2024
23 of 26 checks passed
@BrennanConroy BrennanConroy deleted the BrennanConroy-patch-1 branch July 11, 2024 00:56
@dotnet-policy-service dotnet-policy-service bot added this to the 9.0-preview7 milestone Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-signalr Includes: SignalR clients and servers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider replacing AddRouting with AddRoutingCore in AddConnections
3 participants