7 references to g_StarterProject
dotnet-svcutil-lib.Tests (7)
TestInit.cs (7)
98
CopyProject(
g_StarterProject
, this_TestGroupProjDir, fileName);
167
Assert.True(File.Exists(
g_StarterProject
.FullPath), $"{nameof(
g_StarterProject
)} is not initialized!");
256
var project = (sdkVersion == null ||
g_StarterProject
.SdkVersion == sdkVersion) ?
g_StarterProject
: this_TestGroupProject;
257
var projectPath = CopyProject(
g_StarterProject
, this_TestCaseOutputDir, testCaseName);
263
this_TestCaseProject =
g_StarterProject
;