Tooling-Windows-Submodule
Tooling-Windows-Submodule copied to clipboard
Community Toolkit infrastructure for use as a submodule 'tooling' directory in other repositories.
### 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 -...
### Describe the bug In the following situation ``` ``` after using `animations:Implicit...`  before using it  ### 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...
### 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...
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...
### Describe the bug I was testing the new builds from `main` and noticed all UWP packages are broken on .NET 9:  The core of the issue is that...
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...