Prepare Openza Flow for Microsoft Store - #22
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe changes configure separate Debug and release Windows Store manifests, update packaging settings and documentation, ignore generated Store metadata, and switch static pull request row bindings from one-way to one-time updates. ChangesWindows Store packaging
Pull request row bindings
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/Openza.Flow/Package.Dev.appxmanifest`:
- Around line 23-34: Add the startup, toast, and COM extension declarations to
the manifest’s Application element alongside the existing uap:VisualElements
block, using the required desktop:Extension and com:Extension entries for
registration. Set the startup task extension’s Enabled attribute to false, and
preserve the existing application metadata and opt-in behavior.
In `@src/Openza.Flow/Package.StoreAssociation.xml`:
- Around line 369-374: Remove the tracked Package.StoreAssociation.xml artifact
containing Store-private account and Partner Center metadata, and add
Package.StoreAssociation.xml to the repository’s .gitignore so future Store
association wizard output is excluded. Do not replace it with a sanitized copy;
contributors should regenerate it locally when needed.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 6af1413e-2127-4fec-b13c-55db7abf5f2e
⛔ Files ignored due to path filters (6)
src/Openza.Flow/Assets/Square150x150Logo.pngis excluded by!**/*.pngsrc/Openza.Flow/Assets/Square44x44Logo.pngis excluded by!**/*.pngsrc/Openza.Flow/Assets/Square44x44Logo.targetsize-32_altform-unplated.pngis excluded by!**/*.pngsrc/Openza.Flow/Assets/Square44x44Logo.targetsize-48.pngis excluded by!**/*.pngsrc/Openza.Flow/Assets/StoreLogo.pngis excluded by!**/*.pngsrc/Openza.Flow/Assets/Wide310x150Logo.pngis excluded by!**/*.png
📒 Files selected for processing (6)
README.mdsrc/Openza.Flow/Controls/PullRequestRowControl.xamlsrc/Openza.Flow/Openza.Flow.csprojsrc/Openza.Flow/Package.Dev.appxmanifestsrc/Openza.Flow/Package.StoreAssociation.xmlsrc/Openza.Flow/Package.appxmanifest
- Fix P1: register startup, toast, and COM extensions in the Debug manifest (#3611007986) - Fix P1: remove and ignore Store association metadata (#3611007987) Addresses: #3611007986, #3611007987
Summary
Impact
Prepares Openza Flow 1.0.0 for Microsoft Store packaging and distribution without committing generated packages, certificates, tokens, or private Store artifacts.
Validation
dotnet restore Openza.Flow.slnxdotnet test src/Openza.Flow.Tests/Openza.Flow.Tests.csproj -c Release --no-restore— 41 passedgitleaks detect --source . --verbose— cleanSummary by CodeRabbit
Documentation
New Features
Bug Fixes
Chores