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

Fix use of relative Uris #1251

Merged
merged 1 commit into from
Apr 4, 2023
Merged

Fix use of relative Uris #1251

merged 1 commit into from
Apr 4, 2023

Conversation

bpulliam
Copy link
Contributor

@bpulliam bpulliam commented Apr 4, 2023

Description

Both XamlSource and CodeSource variables use relative URIs, but are inferred to be absolute. This leads to false lookups under
ms-resource://Files/ which doesn't exist. The fix is to specify the relative paths as strings until we are ready to use them in an actual URI.

Also fixes for whitespace and unused namespaces.

@bpulliam bpulliam requested a review from Scottj1s April 4, 2023 19:00
@bpulliam bpulliam merged commit 1b9df97 into main Apr 4, 2023
@bpulliam bpulliam deleted the user/bpulliam/uri branch April 4, 2023 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants