Aditya Mandaleeka
Aditya Mandaleeka
Triage: looks like there is an old reference: https://github.com/grpc/grpc-dotnet/blob/c1d3bbfccd0be49c2b711c948cad7db90bd81b65/build/dependencies.props#L15 This should be 6.0.0 or later because of the move of ServiceCollection to the Abstractions lib (https://github.com/dotnet/runtime/pull/52284).
The API docs have been updated in https://github.com/dotnet/aspnetcore/pull/44380. The conceptual docs can now be cleaned up for 8.0.
Triage: we can consider adding something like this, though we'd need to think about the API design more. Once we've agreed on the design, we would take a PR to...
Marking ready for review so we remember to discuss it.
@tannergooding Do you think you'll have a chance to take a look at this PR?
Thanks @stephentoub, that sounds like a good plan. @gfoidl thank you as always for the great work you do, especially in the performance space!
@gfoidl Have you had a chance to review and come up with a plan on what to do next for this?
Sure, no rush. Just wanted to check if you'd already done it.
@javiercn @SteveSandersonMS Can you please take a look at this?
@ryancole Can you share more info about how your app is configured? Specifically, anything in `OpenIdConnectOptions` that you're setting would be interesting to look at, as your full startup.cs with...