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

## Background The current CI pipeline rebuilds tests every time they are run, leading to longer build times and reduced efficiency. ## Problem - Tests are rebuilt from source during...

enhancement
CI/pipeline 🔬
testing 🏗

### Describe the bug I just wasted several hours trying to figure out why is my wasdk gallery project suddenly missing in the main toolkit project. And I finally found...

bug :bug:

## Background Our tooling allows us to generate a solution with specific MultiTargets enabled. These consist of uwp, wasdk, wasm, wpf, linuxgtk, android, ios and macos. ## Problem Something recently...

### Describe the bug Would be nice to convert to something like: ```cs [ToolkitSample(...)] public sealed partial class MySample : Page { [ToolkitSampleNumericOption(min: 0.0, max: 1.0)] public partial double MyRangeValue...

enhancement
dev loop ➰
sample app 🖼
source generator :gear:

### Describe the bug Part of our setup is to enable us to only load what we need to work on an individual component. If I load the `Primitives` component...

bug :bug:

### Describe the bug The generated solution doesn't exclude markdown documents for disabled components, making it impossible to use the 'single-component' view through our primary solution. ### Steps to reproduce...

bug :bug:

Closes https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/292

## Background *Originally posted in the Windows App Community Discord server in [`#community-toolkit`](https://discord.com/channels/372137812037730304/1416111446793916539/1416111558127517819).* A few relevant links: - GitHub release: https://github.com/microsoft/WindowsAppSDK/releases/tag/v1.8.0 - Wasdk 1.6 dependencies (our current version): https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.6.250602001#dependencies-body-tab -...

external :arrow_heading_up: