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

### Describe the bug https://github.com/user-attachments/assets/41f98901-ec32-4728-9741-c0663b35f2b4 ### Steps to reproduce ```text As what the video did ``` ### Expected behavior Bar not shaking ### Screenshots _No response_ ### Code Platform -...

bug :bug:
sample app 🖼

### Describe the bug In the following situation ``` ``` after using `animations:Implicit...` ![image](https://github.com/CommunityToolkit/Tooling-Windows-Submodule/assets/9213496/a4f09513-92be-4217-b258-d8e4672624fc) before using it ![image](https://github.com/CommunityToolkit/Tooling-Windows-Submodule/assets/9213496/f7b865a3-1d52-42ce-bef5-5b83c00ccdd5) ### Steps to reproduce ```text it seems that animation modify grid.row option....

# Background Branched from https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/280#issuecomment-2776951004 > It only works if you run from the components folder, maybe we should make it more robust so that it can run from the...

documentation :page_with_curl:
low difficulty
powershell

### Describe the bug # Background This was found while investigating [Fix: DockPanel measure fix #618](https://github.com/CommunityToolkit/Windows/pull/618) # Problem If an exception is thrown during a XAML measure pass, the tests...

bug :bug:
regression
testing 🏗

This PR introduces the a styling tweak to the LABS tag and sets the DisplayMode to Top for the NavView. Here's why: Our current layout requires a lot of clicking...

https://learn.microsoft.com/windows/uwp/monetize/log-custom-events-for-dev-center For https://github.com/CommunityToolkit/Windows/pull/206 Related https://github.com/CommunityToolkit/Windows/issues/195 Only for UWP UAP as that's what the SDK supports

# Background ### Raised by This was raised by Lamparter in the [`#community-toolkit`](https://discord.com/channels/372137812037730304/669640275500466197/1350179520338067546) channel of the Windows App Community Discord. > It looks like CommunityToolkit 8.2.250129-preview2 dropped support for .NET...

enhancement
build :fire:
nuget :package:
Uno

### Describe the bug I was testing the new builds from `main` and noticed all UWP packages are broken on .NET 9: ![Image](https://github.com/user-attachments/assets/a14f57b0-282f-4f61-8e0c-cabdfdb0b0f1) The core of the issue is that...

bug :bug:

Use: ```cs [ToolkitSampleEnumOption("MyVisibility", Title = "Visibility")] public partial class Sample : UserControl; ``` instead of ```cs [ToolkitSampleEnumOption("MyVisibility", "Visible", "Collapsed", Title = "Visibility")] public partial class Sample : UserControl; ``` And...

## Background While the original "why" behind AoT being disabled in tests is lost or unknown, the "why" behind enabling it now is known. We are in the process of...

enhancement
testing 🏗
nativeaot