-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Don't add service parameters to an endpoint ApiDescriptions #33727
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
/backport to release/6.0-preview6 |
Started backporting to release/6.0-preview6: https://github.com/dotnet/aspnetcore/actions/runs/958707437 |
@halter73 how do we get the latest bits for minimal apis? We are working on an api that we would love to being using it. |
Hi @kdcllc. It looks like you just commented on a closed PR. The team will most probably miss it. If you'd like to bring something important up to their attention, consider filing a new issue and add enough details to build context. |
@kdcllc Your best bet is probably using a "main (6.0.x Runtime)" or "Release/6.0.1XX-preview6 (6.0.x Runtime)" installer from https://github.com/dotnet/installer |
@halter73 Great, that is exactly what I did. Thank you very much! |
Hi @kdcllc. It looks like you just commented on a closed PR. The team will most probably miss it. If you'd like to bring something important up to their attention, consider filing a new issue and add enough details to build context. |
Bug fix for #33433 which was recently merged. Service parameters do not belong in an endpoint's ApiDescription.
Before:
After:
Addresses #33685