Граф коммитов

1252 Коммитов

Автор SHA1 Сообщение Дата
michael-hawker 2ec9c9d6bc Add enum parsing to document yaml parsing 2022-05-03 22:12:25 -07:00
michael-hawker cbcb6225a7 Initial manual YAML parsing of front matter for documents and document registry generation 2022-05-03 22:12:25 -07:00
Matt Lacey 466f194a20 remove unneeded backup file 2022-05-03 17:37:52 +01:00
Matt Lacey f7b1e0e1b3 move template back out of "labs" folder 2022-05-03 12:41:11 +01:00
Matt Lacey 472dbdaa45 ensure the order shared projects are references 2022-05-02 22:53:38 +01:00
Matt Lacey ae20e4f04b Merge branch 'main' into mrlacey/labtemplate 2022-05-02 20:49:05 +01:00
Matt Lacey 71a17ee613 move template into the labs folder
so that relative paths are the right depths
2022-05-02 20:48:49 +01:00
Arlo b5a6c40301 Fixup generated config not launching WASM app properly 2022-05-02 18:11:02 +00:00
Arlo e6b43a2a20 Fix building All Samples, added launch config generation. 2022-05-02 17:57:35 +00:00
Arlo a5f1922862 Split sample project reference building into DiscoverSamples.ps1 2022-05-02 17:18:33 +00:00
Arlo b60c3aa21f
Fixed sample source not displaying on Wasm, WPF and GTK (#88)
* Fixed sample source not displaying on Wasm, WPF and GTK

* Removed irrelevant note

* Remove unused variable
2022-04-29 14:28:46 -07:00
Matt Lacey 622893983b Use a uniquely named sample page for each experiment 2022-04-28 16:38:53 +01:00
Matt Lacey 90c82a8908 Reflect changes in the lab example 2022-04-28 16:38:18 +01:00
Matt Lacey b7d21f37a0 Merge branch 'main' into mrlacey/labtemplate 2022-04-28 13:40:26 +01:00
Arlo 5fb3e88bec
Add PowerShell script to generate All Sample solution (#82)
* Created basic solution generation for Library and Sample projects

* Add generated solution file to gitignore

* Added generation of shared test projects in All solution

* Added UseUnoWinUI parameter

* Suppress git warning on newest version

* Enable solution generation in CI

* Bump Uno Check to 1.2.0 to fix android SDK issue

* Fixed errors on PowerShell 5

* Generate sample project references

* Remove props files / folders from solution template

* Cleaned up stray prop file solution folders that prevented builds

Co-authored-by: michael-hawker <24302614+michael-hawker@users.noreply.github.com>
2022-04-27 11:11:19 -07:00
Matt Lacey 973b84f228 Merge branch 'main' into mrlacey/labtemplate 2022-04-27 17:28:33 +01:00
Arlo c7db198c60
Fixed NuGet package included source code #81 (#83) 2022-04-27 00:00:25 -07:00
Arlo 63a00ffa3a
Fix CI builds (#87)
* Bump Uno-Check to fix issue with Android SDK

* Switch to debug for faster build iteration tests

* Revert "Don't add Source Generator to NuGet Package (#80)"

This reverts commit 60c85cdcb3.

* Re-implement separating source generator from MultiTarget props

* Fixed invalid case in paths

* Fixed hardcoded WinAppSdk target framework

* Revert CI to release

Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
2022-04-26 17:30:07 -07:00
Michael Hawker MSFT (XAML Llama) 33bf073779 Bump Uno-Check to fix issue with Android SDK 2022-04-22 12:05:07 -07:00
Michael Hawker MSFT (XAML Llama) 60c85cdcb3
Don't add Source Generator to NuGet Package (#80)
* Remove Source Generators from Libary/Multi-Target props and other Clean-up

* Minor tweaks to SG setup, still failure

* Restore required heads dependency on Source Generators

* Update common/Labs.Sample.props

Apply PR suggestion
2022-04-21 15:05:35 -07:00
Michael Hawker MSFT (XAML Llama) 6ed43156c9
Merge pull request #75 from CommunityToolkit/feature/winui-2-and-3
Add support for both WinUI 2 and 3 under Uno platform
2022-04-20 12:04:53 -07:00
michael-hawker a82bf2a1d2 Add verbose flag for uno check 2022-04-20 11:48:00 -07:00
Arlo Godfrey fe6fa69908 Add warning messages about branch switching when --assume-unchanged is used 2022-04-20 12:26:21 -05:00
Arlo Godfrey 66c04b4db7 Cleanup / simplify window activation 2022-04-19 12:27:12 -05:00
Arlo Godfrey 4c5d2a9246 Remove duplicate package reference 2022-04-19 12:26:38 -05:00
Matt Lacey bcf8f79717 Use correct GUID 2022-04-15 20:59:25 +01:00
Matt Lacey 5597f65ecb remove incorrectly added (& unneeded) file 2022-04-15 20:25:34 +01:00
Matt Lacey a2e7c4d9aa Changed the template short name to focus on creating an experiment rather than an app 2022-04-15 10:42:24 +01:00
Matt Lacey 60940e4cf7 improve default name in usage instructions 2022-04-15 10:40:12 +01:00
Matt Lacey 3d49125963 Merge branch 'mrlacey/labtemplate' of https://github.com/CommunityToolkit/Labs-Windows into mrlacey/labtemplate 2022-04-15 10:32:34 +01:00
Matt Lacey b13fc15970 Add documentation file placeholder 2022-04-15 10:32:22 +01:00
Matt Lacey 1c76a1efb6
Update template/samples/ProjectTemplate.Sample/ProjectTemplate.Sample.csproj
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
2022-04-15 10:31:31 +01:00
Matt Lacey 7cab022e5c Add missing file headers to all .cs template files 2022-04-15 10:20:23 +01:00
Matt Lacey 4e5bb9c58f Specify ".NET Foundation" as company in all AssemblyInfo files 2022-04-15 10:14:57 +01:00
Matt Lacey f421b7aca2 Change substituted year to make clearer the intent 2022-04-15 10:08:47 +01:00
Matt Lacey b177998db6 reflect recent updates to the test projects 2022-04-14 23:29:48 +01:00
Arlo Godfrey 5b43bc22c4 Merge branch 'main' into feature/winui-2-and-3 2022-04-14 17:23:14 -05:00
Matt Lacey 252f52e838 Merge branch 'main' into mrlacey/labtemplate 2022-04-14 23:05:54 +01:00
Matt Lacey 7326f73d92
Merge pull request #74 from CommunityToolkit/TestPropsFiles
Moved repeated test project properties into shared props files
2022-04-14 22:57:02 +01:00
Matt Lacey ec58226144 Add missing props files to All.sln 2022-04-14 21:55:12 +01:00
Matt Lacey 5dba681e72 Remove `Labs.Uwp.Test.props` (use `Labs.Uwp.Base.props` directly) 2022-04-14 21:54:53 +01:00
Arlo Godfrey f7da11d16d Split XAML style check into separate job 2022-04-14 14:15:40 -05:00
Arlo Godfrey 3e0f879d02 Fixed workflow names 2022-04-14 13:40:30 -05:00
Arlo Godfrey 2a8131a8e3 Add WinUI 3 build validation 2022-04-14 13:33:33 -05:00
Arlo Godfrey 01cc3541b3 Add PackageIdVariant for generating different packages for WinUI 2 and 3 2022-04-14 13:20:08 -05:00
Arlo Godfrey ba81d0498f Sync uno packages to the same version 2022-04-14 11:52:15 -05:00
Arlo Godfrey 74f7b29857 Fixed building in Visual Studio 2022-04-13 18:07:44 -05:00
Arlo Godfrey 6830d44688 Fixed building under WinUI 2 ./ 3 when all TFMs are enabled 2022-04-13 17:19:00 -05:00
Matt Lacey 1154ce0582 WIP 2022-04-13 22:24:59 +01:00
Arlo Godfrey bed0935464 Fixed UWP not building when WinUI 3 is enabled 2022-04-13 15:48:49 -05:00