4 references to _nuGetPackageId
dotnet-new.IntegrationTests (4)
DotnetNewDetailsTest.Approval.cs (4)
19CommandResult commandResult = new DotnetNewCommand(_log, "details", _nuGetPackageId, "--version", "4.8.0-dev.604")
36var createCommandResult = () => new DotnetNewCommand(_log, "details", _nuGetPackageId)
128new DotnetNewCommand(_log, "install", _nuGetPackageId, "--nuget-source", "https://api.nuget.org/v3/index.json")
136CommandResult commandResult = new DotnetNewCommand(_log, "details", _nuGetPackageId)