36 references to WithHealthCheck
Aspire.Hosting (3)
ResourceBuilderExtensions.cs (3)
585/// <para>The <see cref="WithHealthCheck{T}(IResourceBuilder{T}, string)"/> method can be used to associate 735/// The <see cref="WithHealthCheck{T}(IResourceBuilder{T}, string)"/> method is used in conjunction with 737/// registered in the application hosts dependency injection container. The <see cref="WithHealthCheck{T}(IResourceBuilder{T}, string)"/>
Aspire.Hosting.Azure.Tests (1)
AzureCosmosDBEmulatorFunctionalTests.cs (1)
32.WithHealthCheck("blocking_check");
Aspire.Hosting.Elasticsearch (1)
ElasticsearchBuilderExtensions.cs (1)
93.WithHealthCheck(healthCheckKey);
Aspire.Hosting.Elasticsearch.Tests (1)
ElasticsearchFunctionalTests.cs (1)
218.WithHealthCheck("blocking_check");
Aspire.Hosting.Garnet (1)
GarnetBuilderExtensions.cs (1)
79.WithHealthCheck(healthCheckKey);
Aspire.Hosting.Garnet.Tests (1)
GarnetFunctionalTests.cs (1)
33.WithHealthCheck("blocking_check");
Aspire.Hosting.Kafka (1)
KafkaBuilderExtensions.cs (1)
76.WithHealthCheck(healthCheckKey);
Aspire.Hosting.Kafka.Tests (1)
KafkaFunctionalTests.cs (1)
34.WithHealthCheck("blocking_check");
Aspire.Hosting.Milvus (1)
MilvusBuilderExtensions.cs (1)
111.WithHealthCheck(healthCheckKey);
Aspire.Hosting.Milvus.Tests (2)
MilvusFunctionalTests.cs (2)
249.WithHealthCheck("blocking_check"); 289.WithHealthCheck("blocking_check");
Aspire.Hosting.MongoDB (1)
MongoDBBuilderExtensions.cs (1)
53.WithHealthCheck(healthCheckKey);
Aspire.Hosting.MongoDB.Tests (1)
MongoDbFunctionalTests.cs (1)
45.WithHealthCheck("blocking_check");
Aspire.Hosting.MySql (1)
MySqlBuilderExtensions.cs (1)
74.WithHealthCheck(healthCheckKey);
Aspire.Hosting.MySql.Tests (2)
MySqlFunctionalTests.cs (2)
41.WithHealthCheck("blocking_check"); 81.WithHealthCheck("blocking_check");
Aspire.Hosting.Nats (1)
NatsBuilderExtensions.cs (1)
64.WithHealthCheck(healthCheckKey);
Aspire.Hosting.Nats.Tests (1)
NatsFunctionalTests.cs (1)
256.WithHealthCheck("blocking_check");
Aspire.Hosting.Oracle (1)
OracleDatabaseBuilderExtensions.cs (1)
71.WithHealthCheck(healthCheckKey);
Aspire.Hosting.Oracle.Tests (2)
OracleFunctionalTests.cs (2)
364.WithHealthCheck("blocking_check"); 404.WithHealthCheck("blocking_check");
Aspire.Hosting.PostgreSQL (1)
PostgresBuilderExtensions.cs (1)
102.WithHealthCheck(healthCheckKey);
Aspire.Hosting.PostgreSQL.Tests (2)
PostgresFunctionalTests.cs (2)
44.WithHealthCheck("blocking_check"); 95.WithHealthCheck("blocking_check");
Aspire.Hosting.RabbitMQ (1)
RabbitMQBuilderExtensions.cs (1)
72.WithHealthCheck(healthCheckKey);
Aspire.Hosting.RabbitMQ.Tests (1)
RabbitMQFunctionalTests.cs (1)
37.WithHealthCheck("blocking_check");
Aspire.Hosting.Redis (1)
RedisBuilderExtensions.cs (1)
64.WithHealthCheck(healthCheckKey);
Aspire.Hosting.Redis.Tests (1)
RedisFunctionalTests.cs (1)
43.WithHealthCheck("blocking_check");
Aspire.Hosting.SqlServer (2)
SqlServerBuilderExtensions.cs (2)
73.WithHealthCheck(healthCheckKey); 110.WithHealthCheck(healthCheckKey);
Aspire.Hosting.SqlServer.Tests (2)
SqlServerFunctionalTests.cs (2)
35.WithHealthCheck("blocking_check"); 75.WithHealthCheck("blocking_check");
Aspire.Hosting.Valkey (1)
ValkeyBuilderExtensions.cs (1)
78.WithHealthCheck(healthCheckKey);
Aspire.Hosting.Valkey.Tests (1)
ValkeyFunctionalTests.cs (1)
212.WithHealthCheck("blocking_check");