-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Blazor] Fix Win UI deployed app #5377
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work on tracking this down!
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Is this also working in unpackaged apps? |
@mattleibow nope, that's something I discussed yesterday with @Eilon and is something we need to implement. @mattleibow what are the steps for publishing an unpackaged app? I'm using |
Check out: #3166 It is a msbuild prop and change to launchSettings.json Then normal F5 things. |
Also, this PR makes a bunch of changes that you can copy: #4460 |
Description of Change
The APIs we were using were not correct, this change updates the code to use alternative APIs that are better suited for this task.
The image below shows the deployed app after this fix:
Issues Fixed
Fixes #5024