1 instantiation of Settings
Microsoft.Extensions.AI.Evaluation.Integration.Tests (1)
Settings.cs (1)
75
return new
Settings
(config);
20 references to Settings
Microsoft.Extensions.AI.Evaluation.Integration.Tests (20)
QualityEvaluatorTests.cs (4)
30
if (
Settings
.Current.Configured)
59
storageRootPath:
Settings
.Current.StorageRootPath,
72
storageRootPath:
Settings
.Current.StorageRootPath,
285
if (!
Settings
.Current.Configured)
ResultsTests.cs (2)
31
storageRootPath:
Settings
.Current.Configured ?
32
Settings
.Current.StorageRootPath :
SafetyEvaluatorTests.cs (9)
30
if (
Settings
.Current.Configured)
55
subscriptionId:
Settings
.Current.AzureSubscriptionId,
56
resourceGroupName:
Settings
.Current.AzureResourceGroupName,
57
projectName:
Settings
.Current.AzureAIProjectName);
73
storageRootPath:
Settings
.Current.StorageRootPath,
90
storageRootPath:
Settings
.Current.StorageRootPath,
104
storageRootPath:
Settings
.Current.StorageRootPath,
115
storageRootPath:
Settings
.Current.StorageRootPath,
557
if (!
Settings
.Current.Configured)
Settings.cs (3)
55
private static
Settings
? _currentSettings;
57
public static
Settings
Current
66
private static
Settings
GetCurrentSettings()
Setup.cs (2)
18
var endpoint = new Uri(
Settings
.Current.Endpoint);
26
IChatClient chatClient = azureClient.GetChatClient(
Settings
.Current.DeploymentName).AsIChatClient();