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