27 overrides of SetTracing
Aspire.Azure.AI.OpenAI.Tests (1)
ConformanceTests.cs (1)
99protected override void SetTracing(AzureOpenAISettings options, bool enabled)
Aspire.Azure.Data.Tables.Tests (1)
ConformanceTests.cs (1)
103protected override void SetTracing(AzureDataTablesSettings options, bool enabled)
Aspire.Azure.Messaging.ServiceBus.Tests (1)
ConformanceTests.cs (1)
93protected override void SetTracing(AzureMessagingServiceBusSettings options, bool enabled)
Aspire.Azure.Messaging.WebPubSub.Tests (1)
ConformanceTests.cs (1)
98protected override void SetTracing(AzureMessagingWebPubSubSettings options, bool enabled)
Aspire.Azure.Search.Documents.Tests (1)
ConformanceTests.cs (1)
99protected override void SetTracing(AzureSearchSettings options, bool enabled)
Aspire.Azure.Security.KeyVault.Tests (1)
ConformanceTests.cs (1)
99protected override void SetTracing(AzureSecurityKeyVaultSettings options, bool enabled)
Aspire.Azure.Storage.Blobs.Tests (1)
ConformanceTests.cs (1)
104protected override void SetTracing(AzureStorageBlobsSettings options, bool enabled)
Aspire.Azure.Storage.Queues.Tests (1)
ConformanceTests.cs (1)
106protected override void SetTracing(AzureStorageQueuesSettings options, bool enabled)
Aspire.Confluent.Kafka.Tests (2)
ConsumerConformanceTests.cs (1)
51protected override void SetTracing(KafkaConsumerSettings options, bool enabled)
ProducerConformanceTests.cs (1)
50protected override void SetTracing(KafkaProducerSettings options, bool enabled)
Aspire.Elastic.Clients.Elasticsearch.Tests (1)
ConformanceTests.cs (1)
96protected override void SetTracing(ElasticClientsElasticsearchSettings options, bool enabled)
Aspire.Microsoft.Azure.Cosmos.Tests (1)
ConformanceTests.cs (1)
43protected override void SetTracing(MicrosoftAzureCosmosSettings options, bool enabled)
Aspire.Microsoft.Data.SqlClient.Tests (1)
ConformanceTests.cs (1)
82protected override void SetTracing(MicrosoftDataSqlClientSettings options, bool enabled)
Aspire.Microsoft.EntityFrameworkCore.Cosmos.Tests (1)
ConformanceTests.cs (1)
42protected override void SetTracing(EntityFrameworkCoreCosmosSettings options, bool enabled)
Aspire.Microsoft.EntityFrameworkCore.SqlServer.Tests (1)
ConformanceTests.cs (1)
85protected override void SetTracing(MicrosoftEntityFrameworkCoreSqlServerSettings options, bool enabled)
Aspire.Milvus.Client.Tests (1)
ConformanceTests.cs (1)
82protected override void SetTracing(MilvusClientSettings options, bool enabled) => throw new NotImplementedException();
Aspire.MongoDB.Driver.Tests (1)
ConformanceTests.cs (1)
95protected override void SetTracing(MongoDBSettings options, bool enabled)
Aspire.MySqlConnector.Tests (1)
ConformanceTests.cs (1)
87protected override void SetTracing(MySqlConnectorSettings options, bool enabled)
Aspire.NATS.Net.Tests (1)
ConformanceTests.cs (1)
68protected override void SetTracing(NatsClientSettings options, bool enabled)
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (1)
ConformanceTests.cs (1)
99protected override void SetTracing(NpgsqlEntityFrameworkCorePostgreSQLSettings options, bool enabled)
Aspire.Npgsql.Tests (1)
ConformanceTests.cs (1)
89protected override void SetTracing(NpgsqlSettings options, bool enabled)
Aspire.OpenAI.Tests (1)
ConformanceTests.cs (1)
81protected override void SetTracing(OpenAISettings options, bool enabled)
Aspire.Oracle.EntityFrameworkCore.Tests (1)
ConformanceTests.cs (1)
81protected override void SetTracing(OracleEntityFrameworkCoreSettings options, bool enabled)
Aspire.Pomelo.EntityFrameworkCore.MySql.Tests (1)
ConformanceTests.cs (1)
96protected override void SetTracing(PomeloEntityFrameworkCoreMySqlSettings options, bool enabled)
Aspire.Qdrant.Client.Tests (1)
ConformanceTests.cs (1)
52protected override void SetTracing(QdrantClientSettings options, bool enabled) => throw new NotImplementedException();
Aspire.RabbitMQ.Client.Tests (1)
ConformanceTests.cs (1)
103protected override void SetTracing(RabbitMQClientSettings options, bool enabled)
Aspire.StackExchange.Redis.Tests (1)
ConformanceTests.cs (1)
92protected override void SetTracing(StackExchangeRedisSettings options, bool enabled)
3 references to SetTracing
Aspire.Components.Common.Tests (3)
ConformanceTests.cs (3)
55protected bool TracingIsSupported => CheckIfImplemented(SetTracing); 144using IHost host = CreateHostWithComponent(options => SetTracing(options, enabled)); 427RegisterComponent(builder, options => SetTracing(options, true), key);