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)
36var outputFolderName = GetRandomizedFileName(prefix: _configuration.TestOutputFolderPrefix); 58var installResult = await new DotNetNewCommand("install", _configuration.TemplatePackageName) 65installResult.AssertSucceeded($"dotnet new install {_configuration.TemplatePackageName}");