-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Fix #10756 by removing some previously-obsoleted SignalR methods #20015
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+22 -403 👍
@@ -29,7 +29,6 @@ public async Task DetectFeaturesAsync_FindsNoFeatures() | |||
} | |||
|
|||
[Theory] | |||
[InlineData(nameof(StartupWithUseSignalR))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have a provision for building the analyzer tests against older runtimes, though it might be feasible with TFM pivots. Doesn't feel super necessary though.
Thank you for submitting this for API review. This will be reviewed by @dotnet/aspnet-api-review at the next meeting of the ASP.NET Core API Review group. Please ensure you take a look at the API review process documentation and ensure that:
|
|
@pranavkm dorp. I will do the needful ;). |
I think this was because I incorrectly ported the |
Hello @anurse! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Fixes #10756
In 3.0 we switched SignalR to use endpoint routing and obsoleted the old extension methods. This PR removes them.