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

9 Коммитов

Автор SHA1 Сообщение Дата
hhchaos befa674b77 Initial port of code from TransitionHelper PR https://github.com/CommunityToolkit/WindowsCommunityToolkit/pull/4338
(Still not compiling)
2023-03-28 14:48:17 -07:00
michael-hawker e127f3195e Update all `common` folder references to `tooling`
Add a ToolingDirectory property for simplifying naming in future
Abstract a few directories in build.yml to make simpler to change later too
2023-03-14 02:01:17 -07:00
Arlo Godfrey c322845be3 Added todo for removing suppression when issue #256 is closed 2022-08-18 17:46:04 -07:00
Arlo Godfrey 8d8a564e24 Ignore duplicate PackageReference warning 2022-08-18 17:46:04 -07:00
Arlo Godfrey cfa2d9db22 Supress NU1505 2022-08-18 17:46:04 -07:00
Matt Lacey 37611e3f7c
use GlobalUsings files (#154)
* WIP

* put all test related namespaces in a single file

* Add GloblaUsings for System.* namespaces - used everywhere

* Start to move other Windows/Microsoft namespaces to a single file

* Don't include Rider temp/cache files

* Add link to docs explaining global using directives

* xPlatform projects need linked GU_Labs file as don't have a shared props file to reuse

* Update common/GlobalUsings_Tests.cs

Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>

* Update common/GlobalUsings_Labs.cs

Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>

* Update common/GlobalUsings.cs

Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>

* Update GlobalUsings_Labs.cs

* simplify and standardize including GU_Labs

* Remove explicit `using Windows.Foundation;` to try and address CI build failures

* fix duplication of global usings

* Tidy up the CanvasLayout usings

commiting to test wider on the CI

* remove using declarations from SizerBase

* remove using declarations from template

* Add all GlobalUsings to the Solution so easily accessible

* Add license header to GlobalUsings files

* Expand comments explaining the GlobalUsings files

* Don't use a shared "Microsoft.UI.Xaml.Controls" declaration

* Remove duplication from GU_Tests

* Standardize filename pluralization

* centralize declarations for Automation namespaces

* rename GU_Labs > GU_WinUI

* Remove GU_Experiments as unneeded

Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
2022-06-20 14:22:58 -07:00
Arlo Godfrey 7580d12edb Enable nullables and nullable warnings as errors globally 2022-03-21 12:22:43 -05:00
michael-hawker a73d35b3af Various updates to names for CanvasLayout package to be WinUI vs UWP 2022-03-10 16:59:16 -08:00
michael-hawker b4ec1bb3da Initial split of UWP App properties to single file. 2021-10-13 16:11:50 -07:00