5 references to PackagesJsonPath
dotnet-new.IntegrationTests (5)
DotnetNewTestTemplatesTests.cs (5)
245
if (File.Exists(
PackagesJsonPath
))
249
string jsonContent = File.ReadAllText(
PackagesJsonPath
);
327
if (Path.GetDirectoryName(
PackagesJsonPath
) is string directoryPath)
333
_log.WriteLine($"Warning: Could not determine directory path for '{
PackagesJsonPath
}'.");
339
PackagesJsonPath
,