We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I was looking at the sample project for the OpenIdConnect library and noticed he had created a UseWhen extension method.
UseWhen
After inquiring about why he made it instead of using Map and/or MapWhen: aspnet-contrib/AspNet.Security.OpenIdConnect.Samples#7
Map
MapWhen
Would it be worthwhile to enable this subtle difference in functionality within ASP.NET?
The text was updated successfully, but these errors were encountered:
Here's the bug for that one aspnet/HttpAbstractions#351
Sorry, something went wrong.
Subscribed! Thanks :)
Remove unnecessary package references (#1210)
3660563
No branches or pull requests
I was looking at the sample project for the OpenIdConnect library and noticed he had created a
UseWhen
extension method.After inquiring about why he made it instead of using
Map
and/orMapWhen
: aspnet-contrib/AspNet.Security.OpenIdConnect.Samples#7Would it be worthwhile to enable this subtle difference in functionality within ASP.NET?
The text was updated successfully, but these errors were encountered: