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

[Identity] Fix Identity UI asset definitions #59100

Draft
wants to merge 1 commit into
base: release/9.0
Choose a base branch
from

Conversation

javiercn
Copy link
Member

  • Fix the package definitions for Identity UI as they were wrong and break when compiled against a newer (10.0) SDK.

  • Previously, if we didn't find the endpoints for the assets, they would get re-generated on the fly.

  • As part of optimizing our build performance we reduce the cases in which that happened.

  • As a result, the identity UI endpoints (which were incorrectly defined) no longer are defined on the flight and break.

  • This fix corrects the endpoints that are embedded into the package and avoids the need to re-generate them.

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-identity Includes: Identity and providers label Nov 22, 2024
@dotnet-policy-service dotnet-policy-service bot added this to the 9.0.x milestone Nov 22, 2024
@javiercn javiercn linked an issue Nov 22, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-identity Includes: Identity and providers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Identity][UI] Fix asset path for endpoint definitions
1 participant