3 instantiations of MicrosoftAzureCosmosSettings
Aspire.Microsoft.Azure.Cosmos (1)
AspireMicrosoftAzureCosmosExtensions.cs (1)
67
var settings = new
MicrosoftAzureCosmosSettings
();
Aspire.Microsoft.Azure.Cosmos.Tests (2)
ConfigurationTests.cs (2)
12
=> Assert.Null(new
MicrosoftAzureCosmosSettings
().ConnectionString);
16
=> Assert.False(new
MicrosoftAzureCosmosSettings
().DisableTracing);
12 references to MicrosoftAzureCosmosSettings
Aspire.Microsoft.Azure.Cosmos (7)
AspireMicrosoftAzureCosmosExtensions.cs (6)
26
/// <param name="configureSettings">An optional method that can be used for customizing the <see cref="
MicrosoftAzureCosmosSettings
"/>. It's invoked after the settings are read from the configuration.</param>
33
Action<
MicrosoftAzureCosmosSettings
>? configureSettings = null,
45
/// <param name="configureSettings">An optional method that can be used for customizing the <see cref="
MicrosoftAzureCosmosSettings
"/>. It's invoked after the settings are read from the configuration.</param>
52
Action<
MicrosoftAzureCosmosSettings
>? configureSettings = null,
60
Action<
MicrosoftAzureCosmosSettings
>? configureSettings,
67
var
settings = new MicrosoftAzureCosmosSettings();
AssemblyInfo.cs (1)
7
[assembly: ConfigurationSchema("Aspire:Microsoft:Azure:Cosmos", typeof(
MicrosoftAzureCosmosSettings
))]
Aspire.Microsoft.Azure.Cosmos.Tests (5)
ConformanceTests.cs (5)
13
public class ConformanceTests : ConformanceTests<CosmosClient,
MicrosoftAzureCosmosSettings
>
28
protected override void RegisterComponent(HostApplicationBuilder builder, Action<
MicrosoftAzureCosmosSettings
>? configure = null, string? key = null)
40
protected override void SetHealthCheck(
MicrosoftAzureCosmosSettings
options, bool enabled)
43
protected override void SetTracing(
MicrosoftAzureCosmosSettings
options, bool enabled)
46
protected override void SetMetrics(
MicrosoftAzureCosmosSettings
options, bool enabled)