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

AuthorizationHandler example contains incorrectly cased IsNullOrWhitespace call #2352

Closed
sandord opened this issue Jan 2, 2025 · 0 comments · Fixed by #2354
Closed

AuthorizationHandler example contains incorrectly cased IsNullOrWhitespace call #2352

sandord opened this issue Jan 2, 2025 · 0 comments · Fixed by #2354
Assignees
Labels
doc-bug Problem with the content; needs to be fixed [org][type][category] dotnet-aspire/svc in-pr okr-health okr-quality Content-health KR: Concerns article defects/freshness or build warnings. Pri1 High priority, do before Pri2 and Pri3 📌 seQUESTered Identifies that an issue has been imported into Quest.

Comments

@sandord
Copy link

sandord commented Jan 2, 2025

Type of issue

Typo

Description

The AuthorizationHandler example contains IsNullOrWhitespace which is incorrectly cased. It causes a compiler error.

It obviously should have been written as IsNullOrWhiteSpace.

Page URL

https://learn.microsoft.com/en-us/dotnet/aspire/authentication/keycloak-integration?tabs=dotnet-cli

Content source URL

https://github.com/dotnet/docs-aspire/blob/main/docs/authentication/keycloak-integration.md

Document Version Independent Id

8191aee1-6f2c-5820-046d-17dc81d997e9

Article author

@IEvangelist

Related Issues


Associated WorkItem - 360304

@sandord sandord changed the title AuthorizationHandler example contains IsNullOrWhitespace with incorrect casing AuthorizationHandler example contains incorrectly cased IsNullOrWhitespace call Jan 2, 2025
IEvangelist added a commit that referenced this issue Jan 3, 2025
@IEvangelist IEvangelist self-assigned this Jan 3, 2025
@dotnetrepoman dotnetrepoman bot added 🗺️ mapQUEST Only used as a way to mark an issue as updated. RepoMan should instantly remove it. and removed 🗺️ mapQUEST Only used as a way to mark an issue as updated. RepoMan should instantly remove it. labels Jan 3, 2025
@IEvangelist IEvangelist added 🗺️ reQUEST Triggers an issue to be imported into Quest. Pri1 High priority, do before Pri2 and Pri3 doc-bug Problem with the content; needs to be fixed [org][type][category] okr-quality Content-health KR: Concerns article defects/freshness or build warnings. and removed ⌚ Not Triaged Not triaged labels Jan 3, 2025
@sequestor sequestor bot added 📌 seQUESTered Identifies that an issue has been imported into Quest. and removed 🗺️ reQUEST Triggers an issue to be imported into Quest. labels Jan 7, 2025
@IEvangelist IEvangelist moved this from 🔖 Ready to 👀 In review in dotnet/docs January 2025 sprint project Jan 7, 2025
@dotnetrepoman dotnetrepoman bot added 🗺️ mapQUEST Only used as a way to mark an issue as updated. RepoMan should instantly remove it. and removed 🗺️ mapQUEST Only used as a way to mark an issue as updated. RepoMan should instantly remove it. labels Jan 7, 2025
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in dotnet/docs January 2025 sprint project Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-bug Problem with the content; needs to be fixed [org][type][category] dotnet-aspire/svc in-pr okr-health okr-quality Content-health KR: Concerns article defects/freshness or build warnings. Pri1 High priority, do before Pri2 and Pri3 📌 seQUESTered Identifies that an issue has been imported into Quest.
Projects
Development

Successfully merging a pull request may close this issue.

2 participants