-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fixed incorrect paths for pipeline sample resources #4280
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
Fixed incorrect paths for pipeline sample resources #4280
Conversation
Thanks Sergio0694 for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌 |
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.
Looks good - let's go ahead and reanimate the T-Rex, as well.
Microsoft.Toolkit.Uwp.SampleApp/SamplePages/ImageBlendBrush/ImageBlendBrushXaml.bind
Show resolved
Hide resolved
This PR has been marked as "needs attention 👋" and awaiting a response from the team. |
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.
RAWR!!
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.
Looks good, thanks @Sergio0694. I guess an interesting behavior is that if one path is wrong the whole brush fails to load I guess? I think that's why I thought something more might be going on and didn't think of just the unicorn/trex paths changing.
Wonder if we'd want to change this behavior in the future?
Fixes #4275
PR Type
What kind of change does this PR introduce?
What is the current behavior?
The pipeline samples are currently broken. This is not due to a bug in the pipeline APIs themselves, but just by the fact that following #4179, the
DropShadowPanel/Unicorn.png
resource was moved toShadows/Unicorn.png
, but those other pipeline sample pages weren't updated. This caused that image loading to fail, and the whole pipeline brush to stop working.What is the new behavior?
Updated the resource path in those sample pages.
Screenshot
PR Checklist
Please check if your PR fulfills the following requirements: