File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55// This file contains directives available in test projects.
66// Learn more global using directives at https://docs.microsoft.com/dotnet/csharp/language-reference/keywords/using-directive#global-modifier
77
8+ global using CommunityToolkit . Tests . Internal ; // TODO: For CompositionTargetHelper until ported over into package.
9+ global using CommunityToolkit . WinUI ;
10+
811#if ! WINAPPSDK
912global using Windows . UI ;
1013global using Windows . UI . Core ;
Original file line number Diff line number Diff line change 44
55using CommunityToolkit . Tooling . TestGen ;
66using CommunityToolkit . Tests ;
7- using CommunityToolkit . Tests . Internal ; // TODO: For CompositionTargetHelper until ported over into package.
8- using CommunityToolkit . WinUI ;
97using CommunityToolkit . WinUI . Controls ;
108
119namespace ProjectTemplateExperiment . Tests ;
You can’t perform that action at this time.
0 commit comments