Skip to content

Commit 9cb5b66

Browse files
authored
Merge pull request #1245 from gordon-cs/s25-add-test_proj-to-main_proj
S25 add test proj to main proj
2 parents 1105ee3 + 1a1daad commit 9cb5b66

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Gordon360.Tests/TestUsings.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@
77
global using Gordon360.Services;
88
global using Gordon360.Controllers;
99
global using Gordon360.Models.CCT;
10-
global using Gordon360.Models.CCT.Context;
1110
global using Gordon360.Models.ViewModels;
1211
global using System.Linq;
13-
global using Microsoft.EntityFrameworkCore;
1412
global using Microsoft.AspNetCore.Mvc;
15-
global using Gordon360.Services;
1613
global using Microsoft.AspNetCore.Http;
17-
global using Microsoft.AspNetCore.Mvc;
1814
global using System.Security.Claims;
1915
global using Gordon360.Enums;
2016

Gordon360.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1010
.editorconfig = .editorconfig
1111
EndProjectSection
1212
EndProject
13+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gordon360.Tests", "Gordon360.Tests\Gordon360.Tests.csproj", "{2367A0C6-A189-42C3-2176-E3F8CC54DF1F}"
14+
EndProject
1315
Global
1416
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1517
Debug|Any CPU = Debug|Any CPU
@@ -21,6 +23,10 @@ Global
2123
{47DF568B-4E41-4398-BD88-B6BAB507334A}.Release|Any CPU.ActiveCfg = Release|Any CPU
2224
{47DF568B-4E41-4398-BD88-B6BAB507334A}.Release|Any CPU.Build.0 = Release|Any CPU
2325
{47DF568B-4E41-4398-BD88-B6BAB507334A}.Release|Any CPU.Deploy.0 = Release|Any CPU
26+
{2367A0C6-A189-42C3-2176-E3F8CC54DF1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{2367A0C6-A189-42C3-2176-E3F8CC54DF1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{2367A0C6-A189-42C3-2176-E3F8CC54DF1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
29+
{2367A0C6-A189-42C3-2176-E3F8CC54DF1F}.Release|Any CPU.Build.0 = Release|Any CPU
2430
EndGlobalSection
2531
GlobalSection(SolutionProperties) = preSolution
2632
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)