File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
// This file contains directives available in test projects.
6
6
// Learn more global using directives at https://docs.microsoft.com/dotnet/csharp/language-reference/keywords/using-directive#global-modifier
7
7
8
+ global using CommunityToolkit . Tests . Internal ; // TODO: For CompositionTargetHelper until ported over into package.
9
+ global using CommunityToolkit . WinUI ;
10
+
8
11
#if ! WINAPPSDK
9
12
global using Windows . UI ;
10
13
global using Windows . UI . Core ;
Original file line number Diff line number Diff line change 4
4
5
5
using CommunityToolkit . Tooling . TestGen ;
6
6
using CommunityToolkit . Tests ;
7
- using CommunityToolkit . Tests . Internal ; // TODO: For CompositionTargetHelper until ported over into package.
8
- using CommunityToolkit . WinUI ;
9
7
using CommunityToolkit . WinUI . Controls ;
10
8
11
9
namespace ProjectTemplateExperiment . Tests ;
You can’t perform that action at this time.
0 commit comments