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 Was trying to add another components (headered controls) as a project reference to the samples of another project (behaviors.samples) so that I could use the control...
### Describe the bug We need to move the non-IIS config in the `launchSettings.json` file above the IIS one so it's selected by default in VisualStudio: https://github.com/CommunityToolkit/Tooling-Windows-Submodule/blob/ef77ff02493232e77a7ccbc0a8e895a2dad1880a/ProjectHeads/SingleComponent/Wasm/Properties/launchSettings.json#L10-L27 Also, should update...
### Describe the bug Seem to always see this on first run, sometimes more often. We should ensure we update or see if there's a resolution or workaround for this...
When the [`TitleBar`](https://github.com/CommunityToolkit/Labs-Windows/pull/459) component is ready, we should remove the copy of this component added in #88 and use the published component instead.
> One thing we'll have to think about is how we mark which platforms are supported within the docs and that script. Like for now for WASM it's easiest to...
# Background Using the [`GenerateAllSolution.ps1`](https://github.com/CommunityToolkit/Labs-Windows/blob/02a352f8034c977d7dc2fe7e7c50757f31395b43/GenerateAllSolution.ps1) script, we take a template of a solution file, dynamically add all sample projects to it, and spit out a working solution. # The problem...
Talked to Jerome. This is a known Uno issue (see https://github.com/unoplatform/uno/issues/8750). For now, we can just modify the default namespace in the csproj file? @Arlodotexe I think that'll be the...
### Describe the bug Found this out when trying to remove a test from our matrix: https://github.com/CommunityToolkit/Windows/pull/174 Apparently, it wasn't actually removed as the `[UIThreadTestMethod]` doesn't forward the `[Ignore]` attribute...
### Describe the bug For samples we allow adding extra dependencies that are needed to showcase things just in the samples (but not required by the base component). However, we...
### Describe the bug For https://github.com/CommunityToolkit/Windows/pull/136 and https://github.com/CommunityToolkit/Windows/pull/141 - I wanted to place the Markdown document in the folder along with the samples. However, when I ran the dev app,...