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