1 write to ProjectPath
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
188
ProjectPath
= projectValue,
7 references to ProjectPath
dotnet-watch (1)
Program.cs (1)
113
projectPath = options.
ProjectPath
?? searchBase;
dotnet-watch.Tests (6)
CommandLine\CommandLineOptionsTests.cs (5)
200
Assert.Equal("p", options.
ProjectPath
);
254
Assert.Null(options.
ProjectPath
);
327
Assert.Equal("P", options.
ProjectPath
);
426
Assert.Equal("MyProject.csproj", options.
ProjectPath
);
433
Assert.Equal("MyProject.csproj", options.
ProjectPath
);
TestUtilities\TestOptions.cs (1)
26
return options.GetProjectOptions(options.
ProjectPath
?? "test.csproj", workingDirectory: "");