Tooling-Windows-Submodule
Tooling-Windows-Submodule copied to clipboard
Community Toolkit infrastructure for use as a submodule 'tooling' directory in other repositories.
[Error CA1063](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1063) indicates the IDisposable isn't implemented correctly, and needs to be virtual for unsealed types. This doesn't appear to have been used in the old repo has blocked the...
### Describe the feature When developing tests, it can be beneficial to see the test page to develop it, just like any other sample. May also make debugging tests easier...
Investigate if the https://github.com/dotnet/templating system allows us to pass in parameters to modify the generation. Default would still be everything included. We'd want to have a flag which can either:...
We need new icons for categories and individual controls, based on the look and feel of the WinUI Gallery.
### Describe the bug Here goes nothing. [In the CI](https://github.com/CommunityToolkit/Labs-Windows/runs/7550122176?check_suite_focus=true), we've hit ILT0005, and an out of memory error. Only WinUI 2 failed to build, and no app-affecting code was...
# Background To facilitate testing, we define the `[InternalsVisibleTo]` attribute on the assembly of each project. # Problem We're currently use C# to do this, which puts another file into...
### Describe the bug The Source Generator tries to call `EnqueueAsync` on the class, but this is a method from `VisualUITestBase`, so if you try and use the generator attribute...
### Describe the bug _[originally discovered here](https://github.com/CommunityToolkit/Labs-Windows/pull/354#issuecomment-1487539780)_ ``` "D:\a\Labs-Windows\Labs-Windows\CommunityToolkit.AllComponents.sln" (default target) (1:2) -> "D:\a\Labs-Windows\Labs-Windows\tooling\ProjectHeads\AllComponents\Tests.WinAppSdk\CommunityToolkit.Tests.WinAppSdk.csproj" (default target) (27:6) -> (_HandleFileConflictsForPublish target) -> C:\Program Files\dotnet\sdk\6.0.407\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(112,5): error NETSDK1152: Found multiple publish output files...
- [ ] #15 Global Usings files should be replaced with props file versions to minimize needing to include files in each project, more transparent. for instance, this is a...
## Problem Statement Would be nice to include an Assets folder in the sample project template so you can refer to local images in a sample or doc.