CommunityToolkit/WindowsCommunityToolkit
Voir sur GitHub[Investigation] Are our named Resources Exposed to Applications Properly?
Open
#3 603 ouverte le 4 déc. 2020
bug :bug:build :fire:good first issuehelp wantedimprovements :sparkles:need more info :pushpin:open discussion :telephone:question :grey_question:
Métriques du dépôt
- Stars
- (5 708 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
See start of discussion on this thread here: https://github.com/windows-toolkit/WindowsCommunityToolkit/pull/3556#issuecomment-726656619
Describe the bug
When a developer uses the Toolkit they should have access to the style/resources we expose in order to use them as a basis for modifications. On the discussion above, it's unclear if that's happening properly or not...
Steps to Reproduce
Steps to reproduce the behavior:
- Start a new project
- Include the Controls package
- Go to MainPage
- Add
<Page.Resources>and try and create a new style based on aDefaultTokenizingTextBoxStyle - Try to use a new style on the control
- Compile... does this work?
Expected behavior
It should work...
Related to #3602