1 write to _configuration
Microsoft.Agents.AI.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
33
_configuration
= configuration;
3 references to _configuration
Microsoft.Agents.AI.ProjectTemplates.Tests (3)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (3)
36
var outputFolderName = GetRandomizedFileName(prefix:
_configuration
.TestOutputFolderPrefix);
58
var installResult = await new DotNetNewCommand("install",
_configuration
.TemplatePackageName)
65
installResult.AssertSucceeded($"dotnet new install {
_configuration
.TemplatePackageName}");