43 references to Config
Microsoft.DotNet.SignTool.Tests (43)
SignToolTests.cs (43)
335
dotNetPathTooling:
Config
.DotNetPathTooling,
342
tarToolPath:
Config
.TarToolPath,
343
pkgToolPath:
Config
.PkgToolPath,
356
dotNetPathTooling:
Config
.DotNetPathTooling,
357
tarToolPath:
Config
.TarToolPath,
358
pkgToolPath:
Config
.PkgToolPath,
359
snPath:
Config
.SNPath,
415
dotNetPathTooling:
Config
.DotNetPathTooling,
416
tarToolPath:
Config
.TarToolPath,
417
pkgToolPath:
Config
.PkgToolPath,
418
snPath:
Config
.SNPath,
563
dotNetPathTooling:
Config
.DotNetPathTooling,
564
tarToolPath:
Config
.TarToolPath,
565
pkgToolPath:
Config
.PkgToolPath,
566
snPath:
Config
.SNPath,
590
PkgToolPath =
Config
.PkgToolPath,
612
PkgToolPath =
Config
.PkgToolPath,
1101
wix3ToolsPath:
Config
.Wix3ToolPath,
1102
wixToolsPath:
Config
.WixToolPath);
2120
wix3ToolsPath:
Config
.Wix3ToolPath,
2121
wixToolsPath:
Config
.WixToolPath);
2173
wix3ToolsPath:
Config
.Wix3ToolPath,
2174
wixToolsPath:
Config
.WixToolPath);
2213
wix3ToolsPath:
Config
.Wix3ToolPath,
2214
wixToolsPath:
Config
.WixToolPath);
2223
var badPath = Path.Combine(
Config
.WixToolPath, "badpath");
2239
Wix3ToolsPath =
Config
.Wix3ToolPath,
2796
TarToolPath =
Config
.TarToolPath,
2797
PkgToolPath =
Config
.PkgToolPath,
3168
dotNetPathTooling:
Config
.DotNetPathTooling,
3169
tarToolPath:
Config
.TarToolPath,
3170
pkgToolPath:
Config
.PkgToolPath,
3171
snPath:
Config
.SNPath,
3220
dotNetPathTooling:
Config
.DotNetPathTooling,
3221
tarToolPath:
Config
.TarToolPath,
3222
pkgToolPath:
Config
.PkgToolPath,
3223
snPath:
Config
.SNPath,
3268
var wixToolsPath =
Config
.WixToolPath;
3448
StrongNameHelper.IsSigned_Legacy(GetResourcePath("SignedLibrary.dll"),
Config
.SNPath).Should().BeTrue();
3449
StrongNameHelper.IsSigned_Legacy(GetResourcePath("StrongNamedWithEcmaKey.dll"),
Config
.SNPath).Should().BeTrue();
3464
StrongNameHelper.IsSigned_Legacy(resourcePath,
Config
.SNPath).Should().Be(
3476
StrongNameHelper.IsSigned_Legacy(resourcePath,
Config
.SNPath).Should().Be(initiallySigned);
3479
StrongNameHelper.Sign_Legacy(resourcePath, GetResourcePath(key),
Config
.SNPath).Should().BeTrue();