Commit 34cde2c
Consolidated ProjectHeads and supporting infrastructure (#360)
* Moved project heads to common folder
* Fixed broken reference to props file
* Fix broken path references
* Fixed broken file references
* Fixed broken path
* Move asset references to props file
* Consolidated ProjectHeads and supporting infrastructure
* Migrating projects to new infra
* Migrating files to new infra
* Added missing assemblyname and rootnamespace declaration
* Fixed building WinAppSdk
* Fixed build errors for UWP under "All" solution
* Fixed working directory for UseTargetFrameworks.ps1
* Switch GenerateSingleSampleHeads.ps1 to use dotnet templating tool
Update WindowsAppSDK version and MSTest tools
Add properties to allow tests to run on 1.2.x, see microsoft/testfx#1127
Remove solution files from experiments
Add bat file to copy heads and run slngen
Tested locally running all heads and tests for an experiment
* Update folder for linux CI build and Codespaces to WASM project
* Clean-up and re-work build script for testing the project template
* Use expanded form for environment variables everywhere
* Use repo root path for script when in working directory of template
* Use github syntax for environment variable for path, see actions/runner-images#1794
* Re-work path structure for project template test in ci
* Setup paths again to use full path into GenerateSingleSampleHeads script
* Fixed comment referencing outdated file name
* Use absolute path for project references in the "All" solution
* Removed leading directory separator on generated path
* Update slngen to fix build issues with not finding SDK due to global.json
See details in microsoft/slngen#453
* Add flag to build to enable easily getting diagnostics from tools
* Clean-up labels and conditions for diagnostics
* Add COREHOST_TRACE diagnostics for dotnet
* Move conditional for COREHOST_TRACE into step
* Just have COREHOST_TRACE defined at top
* Add calling dotnet --info
* Fixed missing markdown/cs files. Changed "Experiment" to "ToolkitComponent"
* Revert initial work renaming Experiment to Component.
* Fixed markdown exclude path
* Moved project out of double nested folder
* Removed restored files that should have been deleted
* Move SourceGenerators.Tests project up a folder and fix in build.yml path
Wasn't being built as was excluded from wildcard in solution generator
* Fixed path for test output
* Improved and shortened project names
* Rename LabsUITestMethod to UIThreadTestMethod
* Renamed to CommunityToolkit.Tooling.TestGen
* New names for UITestMethodAttribute and UITestMethodGenerator
* Fixed incorrect namespace
* Fixed a bad find/replace
* Renamed "all" component heads and App/Test shared projects
* Added "App" to app head names
* Fixed runtime error
* Move SourceGenerators.Tests project up a folder and fix in build.yml path
Wasn't being built as was excluded from wildcard in solution generator
* Fixed path for test output
* Improved and shortened project names
* Rename LabsUITestMethod to UIThreadTestMethod
* Renamed to CommunityToolkit.Tooling.TestGen
* New names for UITestMethodAttribute and UITestMethodGenerator
* Renamed "all" component heads and App/Test shared projects
* Added "App" to app head names
* Turn off diagnostics for our powershell scripts as slngen has error with diagnostics
Fix diagnostic flag detection
* Enable git long path support for the clean operation
* Update microsoft/setup-msbuild github action
* Cleaned up moved files that weren't deleted properly
* Update slngen to 9.5.4
Should hopefully resolve CI issues from microsoft/slngen#453 and its initial fix
---------
Co-authored-by: michael-hawker <24302614+michael-hawker@users.noreply.github.com>1 parent 8f29383 commit 34cde2c
299 files changed
Lines changed: 2048 additions & 481 deletions
File tree
- CommunityToolkit.Tooling.SampleGen.Tests
- CommunityToolkit.Tooling.SampleGen
- Attributes
- Diagnostics
- Metadata
- System.Runtime.CompilerServices
- CommunityToolkit.Tooling.TestGen.Tests
- CommunityToolkit.Tooling.TestGen
- Diagnostics
- Extensions
- CommunityToolkit.Tooling.XamlNamedPropertyRelay
- MultiTarget
- ProjectHeads
- AllComponents
- Tests.Uwp
- Properties
- Tests.WinAppSdk
- Properties
- Uwp
- Properties
- Wasm
- Properties
- WasmScripts
- wwwroot
- WinAppSdk
- Properties
- SingleComponent
- .template.config
- Tests.Uwp
- Properties
- Tests.WinAppSdk
- Properties
- Uwp
- Properties
- Wasm
- Properties
- WasmScripts
- wwwroot
- WinAppSdk
- Properties
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments