-
Notifications
You must be signed in to change notification settings - Fork 1
Docs(XamlNavigation): Update XamlNavigation guide links #20
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
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.
Pull request overview
This PR updates documentation and configuration files for the XamlNavigationApp sample, primarily correcting file paths and links after renaming/restructuring the project directory from DevTKSS.Uno.XamlNavigationApp-1 to DevTKSS.Uno.XamlNavigationApp.
Key Changes:
- Corrected documentation links in both English and German guides to reference the correct project path
- Updated VSCode configuration files (launch.json, tasks.json, settings.json) with accurate project paths
- Added new SimpleMemberSelectionApp configuration and documentation
- Fixed solution file references and structure
Reviewed changes
Copilot reviewed 70 out of 110 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/articles/en/Navigation/*.md | Updated documentation links from XamlNavigationApp-1 to XamlNavigationApp |
| docs/articles/de/Navigation/*.md | Updated German documentation links with corrected paths |
| docs/articles/en/Introduction-en.md | Updated source code links and improved structure |
| src/DevTKSS.Uno.XamlNavigationApp/ReadMe.en.md | Added new English readme with guide links |
| src/DevTKSS.Uno.XamlNavigationApp/ReadMe.de.md | Added new German readme with guide links |
| src/DevTKSS.Uno.SimpleMemberSelectionApp/* | Added complete new sample application |
| .vscode/launch.json | Updated debug configurations with corrected paths |
| .vscode/tasks.json | Updated build/publish tasks with corrected paths |
| DevTKSS.Uno.SampleApps.slnx | New solution file structure |
| README.md | Enhanced documentation with tutorial links |
Comments suppressed due to low confidence (1)
.vscode/launch.json:50
- The launch configuration references an incorrect path
${workspaceFolder}/DevTKSS.Uno.SimpleMemberSelectionApp-1/(note the-1suffix). Based on the other configurations and the actual project structure, this should be${workspaceFolder}/DevTKSS.Uno.SimpleMemberSelectionApp/without the-1suffix.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.