Docs(XamlNavigation): Update XamlNavigation guide links#20
Merged
Conversation
Contributor
There was a problem hiding this comment.
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.
src/DevTKSS.Uno.SimpleMemberSelectionApp/Services/Endpoints/DebugHandler.cs
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.