-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add Microsoft Store color appearance troubleshooting documentation #5674
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
base: docs
Are you sure you want to change the base?
Conversation
Learn Build status updates of commit 76becd5:
|
Co-authored-by: GrantMeStrength <1928855+GrantMeStrength@users.noreply.github.com>
…ic example Co-authored-by: GrantMeStrength <1928855+GrantMeStrength@users.noreply.github.com>
Learn Build status updates of commit 7fe2916:
|
File | Status | Preview URL | Details |
---|---|---|---|
uwp/launch-resume/microsoft-store-color-appearance-issues.md | Details | ||
uwp/develop/toc.yml | ✅Succeeded | ||
uwp/launch-resume/add-a-splash-screen.md | ✅Succeeded | ||
uwp/launch-resume/splash-screens.md | ✅Succeeded |
uwp/launch-resume/microsoft-store-color-appearance-issues.md
- Line 115, Column 83: [Warning: link-out-of-scope - See documentation]
File '../hub/apps/publish/publish-your-app/msix/screenshots-and-images.md' referenced by link '../../hub/apps/publish/publish-your-app/msix/screenshots-and-images.md' will not be built because it is not included in build scope.
- Line 140, Column 3: [Warning: link-out-of-scope - See documentation]
File '../hub/apps/publish/publish-your-app/msix/screenshots-and-images.md' referenced by link '../../hub/apps/publish/publish-your-app/msix/screenshots-and-images.md' will not be built because it is not included in build scope.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
Learn Build status updates of commit 7e7925d:
|
File | Status | Preview URL | Details |
---|---|---|---|
uwp/launch-resume/microsoft-store-color-appearance-issues.md | Details | ||
uwp/develop/toc.yml | ✅Succeeded | ||
uwp/launch-resume/add-a-splash-screen.md | ✅Succeeded | ||
uwp/launch-resume/splash-screens.md | ✅Succeeded |
uwp/launch-resume/microsoft-store-color-appearance-issues.md
- Line 117, Column 83: [Warning: link-out-of-scope - See documentation]
File '../hub/apps/publish/publish-your-app/msix/screenshots-and-images.md' referenced by link '../../hub/apps/publish/publish-your-app/msix/screenshots-and-images.md' will not be built because it is not included in build scope.
- Line 142, Column 3: [Warning: link-out-of-scope - See documentation]
File '../hub/apps/publish/publish-your-app/msix/screenshots-and-images.md' referenced by link '../../hub/apps/publish/publish-your-app/msix/screenshots-and-images.md' will not be built because it is not included in build scope.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
Ipsita - Copilot suggested this topic to address a customer question. I am not qualified to review it. What do you think? |
…5421543654sync_temp For protected branch, push strategy should use PR and merge to target branch method to work around git push error
Addresses a documentation gap where developers experience different app background colors between the Microsoft Store web version and the Store app, with no existing guidance on why this occurs or how to resolve it.
Problem
Developers report that their UWP apps display custom background colors correctly in the web version of the Microsoft Store but show as gray (#464646) in the Microsoft Store app on Windows. The existing documentation mentions the default gray color but doesn't explain the discrepancy between different Store contexts or provide troubleshooting guidance.
Solution
New Documentation Added
uwp/launch-resume/microsoft-store-color-appearance-issues.md
- Comprehensive troubleshooting guide that:BackgroundColor="#0ab68e"
)Enhanced Existing Documentation
Updated
add-a-splash-screen.md
:Updated
splash-screens.md
with reference to the new troubleshooting guide in the topic table.Updated
uwp/develop/toc.yml
to include the new documentation in the splash screens section.Key Features
This documentation fills a critical gap for UWP developers experiencing Microsoft Store visual appearance issues, providing them with the knowledge and tools needed to resolve color display problems across different Store contexts.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.