Tooling-Windows-Submodule icon indicating copy to clipboard operation
Tooling-Windows-Submodule copied to clipboard

Community Toolkit infrastructure for use as a submodule 'tooling' directory in other repositories.

Results 88 Tooling-Windows-Submodule issues
Sort by recently updated
recently updated
newest added

In TabMode, users should not see the header of the page containing the title and description. ![image](https://user-images.githubusercontent.com/24302614/175098073-a0e3f52c-78d8-487d-84c1-740259fb164e.png) The VisualState to do this is part of CommunityToolkit/Labs-Windows#162, just needs the be...

sample app 🖼
ux :paintbrush:

### 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...

documentation :page_with_curl:
dev loop ➰

### 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...

bug :bug:
build :fire:

### Describe the bug The ``ToolkitSampleMultiChoiceOption`` is unable to parse data. The error ![image](https://user-images.githubusercontent.com/9384045/221234258-d3a7a19c-1b88-4439-94ad-6f4b635fcb97.png) The sample choices ![image](https://user-images.githubusercontent.com/9384045/221234329-84d916de-759e-4e79-8a54-ad9908e4ed84.png) The sample XAML ![image](https://user-images.githubusercontent.com/9384045/221234590-a05e7b52-767a-41e9-ba27-4d4c1f8978c7.png) ### Steps to reproduce ```text Use https://github.com/Avid29/Labs-Windows/tree/marquee ```...

bug :bug:

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...

bug :bug:

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...

enhancement
good first issue
build :fire:

### 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...

build :fire:
dev loop ➰
Uno
WASM
low difficulty

## 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...

documentation :page_with_curl:
dev loop ➰
sample app 🖼

### 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...

bug :bug:
documentation :page_with_curl:
dev loop ➰

### 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...

enhancement
dev loop ➰
testing 🏗