6 references to FakeFilePath
dotnet.Tests (6)
NuGetSignatureVerificationEnablerTests.cs (6)
61
ForwardingApp forwardingApp = new(
FakeFilePath
, Array.Empty<string>());
75
ForwardingApp forwardingApp = new(
FakeFilePath
, Array.Empty<string>());
89
MSBuildForwardingApp forwardingApp = new(Array.Empty<string>(),
FakeFilePath
);
103
MSBuildForwardingApp forwardingApp = new(Array.Empty<string>(),
FakeFilePath
);
116
ForwardingApp forwardingApp = new(
FakeFilePath
, Array.Empty<string>());
129
MSBuildForwardingApp forwardingApp = new(Array.Empty<string>(),
FakeFilePath
);