Tooling-Windows-Submodule
Tooling-Windows-Submodule copied to clipboard
Community Toolkit infrastructure for use as a submodule 'tooling' directory in other repositories.
In TabMode, users should not see the header of the page containing the title and description.  The VisualState to do this is part of CommunityToolkit/Labs-Windows#162, just needs the be...
### Describe the bug We spent quite a bit of time creating tools that will speed up the developer experience when creating samples. However, few will be able to use...
### Describe the bug We should use the new Labs Icon https://github.com/CommunityToolkit/design-assets/pull/2 for our NuGet packages here. ### Steps to reproduce ```text N/A ``` ### Expected behavior Packages have Labs...
### Describe the bug The ``ToolkitSampleMultiChoiceOption`` is unable to parse data. The error  The sample choices  The sample XAML  ### Steps to reproduce ```text Use https://github.com/Avid29/Labs-Windows/tree/marquee ```...
We have some inconsistencies in our default Markdown styling used for the Gallery. These improvements should come to the MarkdownTextBlock as well. E.g. # = H1 = should be using...
We specify the `LangVersion` globally here: https://github.com/CommunityToolkit/Labs-Windows/blob/60927b0c5975e1ccdbf52a899e044109aca1df1f/Windows.Toolkit.Common.props#L20 (Though maybe this should just be in the `Directory.Build.props` instead?) We should update this to be explicitly 10.0. We should also remove it...
### Describe the bug It's easy to miss `Uno001` errors about something not being supported on Uno Platform during development (as the warning window is usually a mess and easy...
## Background The sample applications for both CommunityToolkit vNext and CommunityToolkit Labs currently utilize an "Experimental" InfoBar with "Informational" severity. ## Problem The aforementioned notice is exclusively applicable to Labs...
### Describe the bug Some toolkit components do not have sample controls, but do have documentation that needs to be available to end users. For example, https://github.com/CommunityToolkit/Labs-Windows/pull/438. ### Steps to...
### Describe the bug In https://github.com/CommunityToolkit/Labs-Windows/pull/438, I need a second test project referencing the source generator (not the main library), so I can write tests for it as well. This...