Tooling-Windows-Submodule
Tooling-Windows-Submodule copied to clipboard
Community Toolkit infrastructure for use as a submodule 'tooling' directory in other repositories.
This PR: - Updates our Uno packages to the latest stable version - Closes #182. Updates the TFMs that Uno runs on from net7.0 to net8.0 - Fixes any issues...
This PR updates our tooling to use the PackageId as the AssemblyName for components. It required changes in both Tooling and any components with a custom PackageId due to the...
### Describe the bug As titled ### Steps to reproduce ```text 1. Launch app. Observe the app is at home page. 2. Click home button 3. Observe the app navigates...
### Describe the bug Would be nice to be able to link between sample pages within the sample app. (Within the same component and between components.) ### Steps to reproduce...
## Background Our Uno Platform TFMs are currently set to `net7.0*`, originally upgraded in https://github.com/CommunityToolkit/Tooling-Windows-Submodule/pull/117. ## The problem However, .NET 7 will [reach End of Support](https://devblogs.microsoft.com/dotnet/dotnet-7-end-of-support/) on May 14, 2024....
### Describe the bug The Chrome buttons in the titlebar are invisible in light mode (white on white) ### Steps to reproduce ```text Open the app in light mode ```...
## Background > @Arlodotexe thoughts on how hard it'd be to group things in the TOC under 'Controls' that have the Controls package/project name? I think that'd help reduce some...
`LabsUITestMethod` currently doesn't look for other attributes when being generated. We should at least create a pattern/work to enable `DataRow` for repeated test scenarios. Looks like `ExpectedException` is the old...
as an additional job to test changes to tooling against our main code-base. This will help us catch more issues with the build when we make tooling changes. Since before...
### Describe the bug i want to use Labs Source Code and Components but there is some issues for generating solutions, Issue 1: there is a bat file called: **OpenSolution.bat**...