File tree Expand file tree Collapse file tree 3 files changed +15
-13
lines changed
templates/Coalesce.Vue.Template/content/Coalesce.Starter.Vue.Data.Test Expand file tree Collapse file tree 3 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 2626 <ProjectReference Include =" ..\Coalesce.Starter.Vue.Data\Coalesce.Starter.Vue.Data.csproj" />
2727 </ItemGroup >
2828
29- <ItemGroup >
30- <Using Include =" Xunit" />
31- <Using Include =" Coalesce.Starter.Vue.Data" />
32- <Using Include =" Coalesce.Starter.Vue.Data.Models" />
33- </ItemGroup >
34-
35- </Project >
29+ </Project >
Original file line number Diff line number Diff line change 1+
2+ global using Xunit ;
3+ global using Moq ;
4+ global using IntelliTect . Coalesce ;
5+ global using IntelliTect . Coalesce . Api ;
6+ global using IntelliTect . Coalesce . Models ;
7+ global using Microsoft . EntityFrameworkCore ;
8+ global using Coalesce . Starter . Vue . Data ;
9+ global using Coalesce . Starter . Vue . Data . Test ;
10+ global using System . Security . Claims ;
11+ #if ( Identity || ExampleModel || TrackingBase || AuditLogs )
12+ global using Coalesce . Starter . Vue . Data . Models ;
13+ #endif
Original file line number Diff line number Diff line change 22using Coalesce . Starter . Vue . Data . Auth ;
33using Microsoft . AspNetCore . Identity ;
44#endif
5- using Coalesce . Starter . Vue . Data . Models ;
6- using IntelliTect . Coalesce ;
75using IntelliTect . Coalesce . TypeDefinition ;
86using Microsoft . AspNetCore . Http ;
9- using Microsoft . EntityFrameworkCore ;
107using Microsoft . Extensions . Caching . Memory ;
118using Microsoft . Extensions . Options ;
12- using Moq ;
139using Moq . AutoMock ;
1410using Moq . Protected ;
15- using System . Security . Claims ;
1611
1712namespace Coalesce . Starter . Vue . Data . Test ;
1813
@@ -69,8 +64,8 @@ public async Task SetCurrentUserAsync(User? user)
6964
7065 CurrentUser = await principalFactory . CreateAsync ( user ) ;
7166 }
72- #endif
7367
68+ #endif
7469 /// <summary>
7570 /// <para>
7671 /// Create a new <see cref="Mocker"/>, allowing for new instances of all services
You can’t perform that action at this time.
0 commit comments