WalkthroughFirstWPFApp/csharp/MainWindow.xaml references non-existent resource CustomNavWindowStyle
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 94/100
Research direction
Open Getting Started/WalkthroughFirstWPFApp/csharp/MainWindow.xaml at line 11 and compare its resource reference with NavigationWindowKeyboardAccessibleStyle.xaml at line 629. Confirm that the referenced key is absent and the defined key is NavWindowKeyboardAccessibleStyle. Done when the sample uses the existing resource key and the project builds successfully.
Written by the indexing model from the issue text.
Description
Description:
Getting Started/WalkthroughFirstWPFApp/csharp/MainWindow.xaml line 11 references Style="{StaticResource CustomNavWindowStyle}", but this resource key does not exist anywhere in the project.
The actual style is defined in NavigationWindowKeyboardAccessibleStyle.xaml with key NavWindowKeyboardAccessibleStyle (line 629).
Expected: Change to Style="{StaticResource NavWindowKeyboardAccessibleStyle}"
Files affected:
- Getting Started/WalkthroughFirstWPFApp/csharp/MainWindow.xaml:11
- Dominant language
- C#
- Stars
- 5.7k
- Forks
- 3.3k
- Avg merge
- 12d 8h
- Merged PRs (30d)
- 2
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/WPF-Samples
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
microsoft/WPF-Samples#678 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 64/100
microsoft/WPF-Samples#812 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
microsoft/WPF-Samples#808 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 30/100
microsoft/WPF-Samples#807 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
microsoft/WPF-Samples#806 ·
All issues in microsoft/WPF-Samples
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·