14 writes to FileName
dotnet-MsiInstallation.Tests (1)
Framework\VMControl.cs (1)
353
FileName
= _psExecPath,
Microsoft.NET.Build.Tests (2)
AspNetCoreOnFullFramework.cs (1)
88
FileName
= exePath
GivenThatWeWantToGenerateADepsFileForATool.cs (1)
229
FileName
= TestContext.Current.ToolsetUnderTest.DotNetHostPath,
Microsoft.NET.Publish.Tests (4)
GivenThatWeWantToPublishTrimmedWindowsFormsAndWPFApps.cs (2)
172
FileName
= Path.Combine(publishDirectory, Path.GetFileName(testDir.Path) + ".exe")
244
FileName
= Path.Combine(publishDirectory, Path.GetFileName(testDir.Path) + ".exe")
PublishWebApp.cs (1)
51
FileName
= Path.Combine(publishDirectory.FullName, testProject.Name + EnvironmentInfo.ExecutableExtension)
PublishWpfApp.cs (1)
59
FileName
= Path.Combine(publishDirectory, Path.GetFileName(testDir.Path) + ".exe")
Microsoft.NET.TestFramework (7)
Commands\DotnetCommand.cs (1)
17
FileName
= TestContext.Current.ToolsetUnderTest.DotNetHostPath,
Commands\MSBuildVersionCommand.cs (2)
16
FileName
= TestContext.Current.ToolsetUnderTest.FullFrameworkMSBuildPath,
25
FileName
= TestContext.Current.ToolsetUnderTest.DotNetHostPath,
Commands\NuGetExeRestoreCommand.cs (1)
63
FileName
= nugetExePath,
Commands\RunExeCommand.cs (1)
25
FileName
= _commandPath,
ToolsetInfo.cs (2)
230
ret.
FileName
= FullFrameworkMSBuildPath;
241
ret.
FileName
= DotNetHostPath;
3 references to FileName
Microsoft.NET.TestFramework (3)
Commands\SdkCommandSpec.cs (1)
43
FileName =
FileName
,
Commands\TestCommand.cs (2)
170
string fileToShow = Path.GetFileNameWithoutExtension(spec.
FileName
!).Equals("dotnet", StringComparison.OrdinalIgnoreCase) ?
172
spec.
FileName
!;