From cf92597ce7e0657317f702f71203eaf0ac831250 Mon Sep 17 00:00:00 2001 From: "alireza.baloochi1380@gmail.com" Date: Mon, 5 Aug 2024 20:27:14 +0330 Subject: [PATCH 01/10] Add CPM --- Directory.Build.props | 4 +- Directory.Build.targets | 2 +- Directory.Packages.props | 107 ++++++++++++++++++ .../HealthChecks.UI.Image.csproj | 4 +- .../HealthChecks.Sample.csproj | 2 +- .../HealthChecks.UI.Branding.csproj | 2 +- .../HealthChecks.UI.Oidc.csproj | 2 +- .../HealthChecks.UIAndApi.csproj | 2 +- .../HealthChecks.UIAndApiCustomization.csproj | 2 +- .../HealthChecks.ApplicationStatus.csproj | 4 +- .../HealthChecks.ArangoDb.csproj | 4 +- .../HealthChecks.Aws.S3.csproj | 4 +- .../HealthChecks.Aws.SecretsManager.csproj | 4 +- .../HealthChecks.Aws.Sns.csproj | 4 +- .../HealthChecks.Aws.Sqs.csproj | 4 +- .../HealthChecks.Aws.SystemsManager.csproj | 4 +- .../HealthChecks.Azure.Data.Tables.csproj | 4 +- .../HealthChecks.Azure.IoTHub.csproj | 4 +- ...HealthChecks.Azure.KeyVault.Secrets.csproj | 4 +- ...lthChecks.Azure.Messaging.EventHubs.csproj | 4 +- .../HealthChecks.Azure.Storage.Blobs.csproj | 4 +- ...thChecks.Azure.Storage.Files.Shares.csproj | 4 +- .../HealthChecks.Azure.Storage.Queues.csproj | 4 +- ...althChecks.AzureApplicationInsights.csproj | 4 +- .../HealthChecks.AzureDigitalTwin.csproj | 10 +- .../HealthChecks.AzureKeyVault.csproj | 8 +- .../HealthChecks.AzureSearch.csproj | 4 +- .../HealthChecks.AzureServiceBus.csproj | 4 +- .../HealthChecks.Consul.csproj | 4 +- .../HealthChecks.CosmosDb.csproj | 4 +- .../HealthChecks.Dapr.csproj | 4 +- .../HealthChecks.DocumentDb.csproj | 4 +- .../HealthChecks.DynamoDb.csproj | 4 +- .../HealthChecks.Elasticsearch.csproj | 4 +- .../HealthChecks.EventStore.gRPC.csproj | 4 +- .../HealthChecks.EventStore.csproj | 4 +- .../HealthChecks.Gcp.CloudFirestore.csproj | 4 +- .../HealthChecks.Gremlin.csproj | 4 +- .../HealthChecks.Hangfire.csproj | 4 +- .../HealthChecks.IbmMQ.csproj | 4 +- .../HealthChecks.InfluxDB.csproj | 4 +- .../HealthChecks.Kafka.csproj | 4 +- .../HealthChecks.Kubernetes.csproj | 4 +- .../HealthChecks.MongoDb.csproj | 4 +- .../HealthChecks.MySql.csproj | 4 +- .../HealthChecks.Nats.csproj | 4 +- .../HealthChecks.Network.csproj | 6 +- .../HealthChecks.NpgSql.csproj | 4 +- .../HealthChecks.OpenIdConnectServer.csproj | 6 +- .../HealthChecks.Oracle.csproj | 5 +- .../HealthChecks.Prometheus.Metrics.csproj | 2 +- ...hecks.Publisher.ApplicationInsights.csproj | 4 +- .../HealthChecks.Publisher.CloudWatch.csproj | 4 +- .../HealthChecks.Publisher.Datadog.csproj | 4 +- .../HealthChecks.Publisher.Prometheus.csproj | 4 +- .../HealthChecks.Publisher.Seq.csproj | 6 +- .../HealthChecks.Rabbitmq.csproj | 4 +- .../HealthChecks.RavenDB.csproj | 4 +- .../HealthChecks.Redis.csproj | 4 +- .../HealthChecks.SendGrid.csproj | 6 +- .../HealthChecks.SignalR.csproj | 4 +- .../HealthChecks.Solr.csproj | 4 +- .../HealthChecks.SqlServer.csproj | 4 +- .../HealthChecks.Sqlite.csproj | 4 +- .../HealthChecks.System.csproj | 4 +- .../HealthChecks.UI.Client.csproj | 2 +- .../HealthChecks.UI.Core.csproj | 4 +- .../HealthChecks.UI.Data.csproj | 2 +- .../HealthChecks.UI.InMemory.Storage.csproj | 2 +- .../HealthChecks.UI.K8s.Operator.csproj | 12 +- .../HealthChecks.UI.MySql.Storage.csproj | 2 +- .../HealthChecks.UI.PostgreSQL.Storage.csproj | 2 +- .../HealthChecks.UI.SQLite.Storage.csproj | 2 +- .../HealthChecks.UI.SqlServer.Storage.csproj | 2 +- src/HealthChecks.UI/HealthChecks.UI.csproj | 6 +- .../HealthChecks.Uris.csproj | 4 +- test/Directory.Build.props | 22 ++-- ...ealthChecks.Azure.Data.Tables.Tests.csproj | 2 +- ...Checks.Azure.KeyVault.Secrets.Tests.csproj | 2 +- ...cks.Azure.Messaging.EventHubs.Tests.csproj | 2 +- ...lthChecks.Azure.Storage.Blobs.Tests.csproj | 2 +- ...ks.Azure.Storage.Files.Shares.Tests.csproj | 2 +- ...thChecks.Azure.Storage.Queues.Tests.csproj | 2 +- ...HealthChecks.AzureDigitalTwin.Tests.csproj | 2 +- .../HealthChecks.AzureKeyVault.Tests.csproj | 2 +- .../HealthChecks.AzureServiceBus.Tests.csproj | 2 +- .../HealthChecks.Elasticsearch.Tests.csproj | 2 +- .../HealthChecks.MySql.Tests.csproj | 2 +- .../HealthChecks.Npgsql.Tests.csproj | 2 +- .../HealthChecks.UI.Data.Tests.csproj | 2 +- .../HealthChecks.Uris.Tests.csproj | 2 +- 91 files changed, 281 insertions(+), 177 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Directory.Build.props b/Directory.Build.props index a293c172de..36d8eac960 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -15,11 +15,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Directory.Build.targets b/Directory.Build.targets index 07841030dd..16b73e6a24 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -2,7 +2,7 @@ - + diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000000..8bc5fa2fea --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,107 @@ + + + true + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/docker-images/HealthChecks.UI.Image/HealthChecks.UI.Image.csproj b/build/docker-images/HealthChecks.UI.Image/HealthChecks.UI.Image.csproj index 30dadef2c0..16e486c554 100644 --- a/build/docker-images/HealthChecks.UI.Image/HealthChecks.UI.Image.csproj +++ b/build/docker-images/HealthChecks.UI.Image/HealthChecks.UI.Image.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/samples/HealthChecks.Sample/HealthChecks.Sample.csproj b/samples/HealthChecks.Sample/HealthChecks.Sample.csproj index 9c8d42a83e..ede91f2233 100644 --- a/samples/HealthChecks.Sample/HealthChecks.Sample.csproj +++ b/samples/HealthChecks.Sample/HealthChecks.Sample.csproj @@ -9,7 +9,7 @@ - + diff --git a/samples/HealthChecks.UI.Branding/HealthChecks.UI.Branding.csproj b/samples/HealthChecks.UI.Branding/HealthChecks.UI.Branding.csproj index fa8a63a366..3e7a413973 100644 --- a/samples/HealthChecks.UI.Branding/HealthChecks.UI.Branding.csproj +++ b/samples/HealthChecks.UI.Branding/HealthChecks.UI.Branding.csproj @@ -5,7 +5,7 @@ - + diff --git a/samples/HealthChecks.UI.Oidc/HealthChecks.UI.Oidc.csproj b/samples/HealthChecks.UI.Oidc/HealthChecks.UI.Oidc.csproj index 5ea30f044a..18dc80bb22 100644 --- a/samples/HealthChecks.UI.Oidc/HealthChecks.UI.Oidc.csproj +++ b/samples/HealthChecks.UI.Oidc/HealthChecks.UI.Oidc.csproj @@ -5,7 +5,7 @@ - + diff --git a/samples/HealthChecks.UIAndApi/HealthChecks.UIAndApi.csproj b/samples/HealthChecks.UIAndApi/HealthChecks.UIAndApi.csproj index 0cb0c0ff50..6f79db723f 100644 --- a/samples/HealthChecks.UIAndApi/HealthChecks.UIAndApi.csproj +++ b/samples/HealthChecks.UIAndApi/HealthChecks.UIAndApi.csproj @@ -6,7 +6,7 @@ - + diff --git a/samples/HealthChecks.UIAndApiCustomization/HealthChecks.UIAndApiCustomization.csproj b/samples/HealthChecks.UIAndApiCustomization/HealthChecks.UIAndApiCustomization.csproj index 1aa3a6909b..58eea66f1b 100644 --- a/samples/HealthChecks.UIAndApiCustomization/HealthChecks.UIAndApiCustomization.csproj +++ b/samples/HealthChecks.UIAndApiCustomization/HealthChecks.UIAndApiCustomization.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/HealthChecks.ApplicationStatus/HealthChecks.ApplicationStatus.csproj b/src/HealthChecks.ApplicationStatus/HealthChecks.ApplicationStatus.csproj index b027c098c6..f0d846dc04 100644 --- a/src/HealthChecks.ApplicationStatus/HealthChecks.ApplicationStatus.csproj +++ b/src/HealthChecks.ApplicationStatus/HealthChecks.ApplicationStatus.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.ArangoDb/HealthChecks.ArangoDb.csproj b/src/HealthChecks.ArangoDb/HealthChecks.ArangoDb.csproj index 9eda4278dc..0d149135e2 100644 --- a/src/HealthChecks.ArangoDb/HealthChecks.ArangoDb.csproj +++ b/src/HealthChecks.ArangoDb/HealthChecks.ArangoDb.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/HealthChecks.Aws.S3/HealthChecks.Aws.S3.csproj b/src/HealthChecks.Aws.S3/HealthChecks.Aws.S3.csproj index cb6ddb6056..4822af132c 100644 --- a/src/HealthChecks.Aws.S3/HealthChecks.Aws.S3.csproj +++ b/src/HealthChecks.Aws.S3/HealthChecks.Aws.S3.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Aws.SecretsManager/HealthChecks.Aws.SecretsManager.csproj b/src/HealthChecks.Aws.SecretsManager/HealthChecks.Aws.SecretsManager.csproj index 0fb7b3b214..81f9bf9031 100644 --- a/src/HealthChecks.Aws.SecretsManager/HealthChecks.Aws.SecretsManager.csproj +++ b/src/HealthChecks.Aws.SecretsManager/HealthChecks.Aws.SecretsManager.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Aws.Sns/HealthChecks.Aws.Sns.csproj b/src/HealthChecks.Aws.Sns/HealthChecks.Aws.Sns.csproj index 0de8b2e5fa..2a55b825e2 100644 --- a/src/HealthChecks.Aws.Sns/HealthChecks.Aws.Sns.csproj +++ b/src/HealthChecks.Aws.Sns/HealthChecks.Aws.Sns.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Aws.Sqs/HealthChecks.Aws.Sqs.csproj b/src/HealthChecks.Aws.Sqs/HealthChecks.Aws.Sqs.csproj index 2151bf310c..46501d9357 100644 --- a/src/HealthChecks.Aws.Sqs/HealthChecks.Aws.Sqs.csproj +++ b/src/HealthChecks.Aws.Sqs/HealthChecks.Aws.Sqs.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Aws.SystemsManager/HealthChecks.Aws.SystemsManager.csproj b/src/HealthChecks.Aws.SystemsManager/HealthChecks.Aws.SystemsManager.csproj index e04511d941..908eb5ae3a 100644 --- a/src/HealthChecks.Aws.SystemsManager/HealthChecks.Aws.SystemsManager.csproj +++ b/src/HealthChecks.Aws.SystemsManager/HealthChecks.Aws.SystemsManager.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Azure.Data.Tables/HealthChecks.Azure.Data.Tables.csproj b/src/HealthChecks.Azure.Data.Tables/HealthChecks.Azure.Data.Tables.csproj index ad763adc20..4eb2dd2384 100644 --- a/src/HealthChecks.Azure.Data.Tables/HealthChecks.Azure.Data.Tables.csproj +++ b/src/HealthChecks.Azure.Data.Tables/HealthChecks.Azure.Data.Tables.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Azure.IoTHub/HealthChecks.Azure.IoTHub.csproj b/src/HealthChecks.Azure.IoTHub/HealthChecks.Azure.IoTHub.csproj index c2d2a7fcbd..ec0071e2c1 100644 --- a/src/HealthChecks.Azure.IoTHub/HealthChecks.Azure.IoTHub.csproj +++ b/src/HealthChecks.Azure.IoTHub/HealthChecks.Azure.IoTHub.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Azure.KeyVault.Secrets/HealthChecks.Azure.KeyVault.Secrets.csproj b/src/HealthChecks.Azure.KeyVault.Secrets/HealthChecks.Azure.KeyVault.Secrets.csproj index 3a2ae536d3..7fcce734a6 100644 --- a/src/HealthChecks.Azure.KeyVault.Secrets/HealthChecks.Azure.KeyVault.Secrets.csproj +++ b/src/HealthChecks.Azure.KeyVault.Secrets/HealthChecks.Azure.KeyVault.Secrets.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Azure.Messaging.EventHubs/HealthChecks.Azure.Messaging.EventHubs.csproj b/src/HealthChecks.Azure.Messaging.EventHubs/HealthChecks.Azure.Messaging.EventHubs.csproj index f9de200d04..c24ce1aa4c 100644 --- a/src/HealthChecks.Azure.Messaging.EventHubs/HealthChecks.Azure.Messaging.EventHubs.csproj +++ b/src/HealthChecks.Azure.Messaging.EventHubs/HealthChecks.Azure.Messaging.EventHubs.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Azure.Storage.Blobs/HealthChecks.Azure.Storage.Blobs.csproj b/src/HealthChecks.Azure.Storage.Blobs/HealthChecks.Azure.Storage.Blobs.csproj index 0611ee1dc5..2df90663a1 100644 --- a/src/HealthChecks.Azure.Storage.Blobs/HealthChecks.Azure.Storage.Blobs.csproj +++ b/src/HealthChecks.Azure.Storage.Blobs/HealthChecks.Azure.Storage.Blobs.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Azure.Storage.Files.Shares/HealthChecks.Azure.Storage.Files.Shares.csproj b/src/HealthChecks.Azure.Storage.Files.Shares/HealthChecks.Azure.Storage.Files.Shares.csproj index da58b8f3ac..41f93d6bcb 100644 --- a/src/HealthChecks.Azure.Storage.Files.Shares/HealthChecks.Azure.Storage.Files.Shares.csproj +++ b/src/HealthChecks.Azure.Storage.Files.Shares/HealthChecks.Azure.Storage.Files.Shares.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Azure.Storage.Queues/HealthChecks.Azure.Storage.Queues.csproj b/src/HealthChecks.Azure.Storage.Queues/HealthChecks.Azure.Storage.Queues.csproj index 286ecb88b9..ae88468ef3 100644 --- a/src/HealthChecks.Azure.Storage.Queues/HealthChecks.Azure.Storage.Queues.csproj +++ b/src/HealthChecks.Azure.Storage.Queues/HealthChecks.Azure.Storage.Queues.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.AzureApplicationInsights/HealthChecks.AzureApplicationInsights.csproj b/src/HealthChecks.AzureApplicationInsights/HealthChecks.AzureApplicationInsights.csproj index 095d58772e..ca0134c086 100644 --- a/src/HealthChecks.AzureApplicationInsights/HealthChecks.AzureApplicationInsights.csproj +++ b/src/HealthChecks.AzureApplicationInsights/HealthChecks.AzureApplicationInsights.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.AzureDigitalTwin/HealthChecks.AzureDigitalTwin.csproj b/src/HealthChecks.AzureDigitalTwin/HealthChecks.AzureDigitalTwin.csproj index 0e2baba358..39ead51ea0 100644 --- a/src/HealthChecks.AzureDigitalTwin/HealthChecks.AzureDigitalTwin.csproj +++ b/src/HealthChecks.AzureDigitalTwin/HealthChecks.AzureDigitalTwin.csproj @@ -7,10 +7,10 @@ - - - - - + + + + + diff --git a/src/HealthChecks.AzureKeyVault/HealthChecks.AzureKeyVault.csproj b/src/HealthChecks.AzureKeyVault/HealthChecks.AzureKeyVault.csproj index 75d029fe49..1717c20c22 100644 --- a/src/HealthChecks.AzureKeyVault/HealthChecks.AzureKeyVault.csproj +++ b/src/HealthChecks.AzureKeyVault/HealthChecks.AzureKeyVault.csproj @@ -8,10 +8,10 @@ - - - - + + + + diff --git a/src/HealthChecks.AzureSearch/HealthChecks.AzureSearch.csproj b/src/HealthChecks.AzureSearch/HealthChecks.AzureSearch.csproj index fac2914f50..26af6bbabf 100644 --- a/src/HealthChecks.AzureSearch/HealthChecks.AzureSearch.csproj +++ b/src/HealthChecks.AzureSearch/HealthChecks.AzureSearch.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.AzureServiceBus/HealthChecks.AzureServiceBus.csproj b/src/HealthChecks.AzureServiceBus/HealthChecks.AzureServiceBus.csproj index c0e8a1574b..6824c40555 100644 --- a/src/HealthChecks.AzureServiceBus/HealthChecks.AzureServiceBus.csproj +++ b/src/HealthChecks.AzureServiceBus/HealthChecks.AzureServiceBus.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Consul/HealthChecks.Consul.csproj b/src/HealthChecks.Consul/HealthChecks.Consul.csproj index 4fe3c04841..4e35154d1c 100644 --- a/src/HealthChecks.Consul/HealthChecks.Consul.csproj +++ b/src/HealthChecks.Consul/HealthChecks.Consul.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.CosmosDb/HealthChecks.CosmosDb.csproj b/src/HealthChecks.CosmosDb/HealthChecks.CosmosDb.csproj index ddcf129d84..e85eeb1f42 100644 --- a/src/HealthChecks.CosmosDb/HealthChecks.CosmosDb.csproj +++ b/src/HealthChecks.CosmosDb/HealthChecks.CosmosDb.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Dapr/HealthChecks.Dapr.csproj b/src/HealthChecks.Dapr/HealthChecks.Dapr.csproj index c13f287872..892a18980c 100644 --- a/src/HealthChecks.Dapr/HealthChecks.Dapr.csproj +++ b/src/HealthChecks.Dapr/HealthChecks.Dapr.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.DocumentDb/HealthChecks.DocumentDb.csproj b/src/HealthChecks.DocumentDb/HealthChecks.DocumentDb.csproj index 429b26e222..82049d8e67 100644 --- a/src/HealthChecks.DocumentDb/HealthChecks.DocumentDb.csproj +++ b/src/HealthChecks.DocumentDb/HealthChecks.DocumentDb.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/HealthChecks.DynamoDb/HealthChecks.DynamoDb.csproj b/src/HealthChecks.DynamoDb/HealthChecks.DynamoDb.csproj index 1171f2afd6..0fc90c37b3 100644 --- a/src/HealthChecks.DynamoDb/HealthChecks.DynamoDb.csproj +++ b/src/HealthChecks.DynamoDb/HealthChecks.DynamoDb.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Elasticsearch/HealthChecks.Elasticsearch.csproj b/src/HealthChecks.Elasticsearch/HealthChecks.Elasticsearch.csproj index 3ffe36a1b0..b172e5407f 100644 --- a/src/HealthChecks.Elasticsearch/HealthChecks.Elasticsearch.csproj +++ b/src/HealthChecks.Elasticsearch/HealthChecks.Elasticsearch.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.EventStore.gRPC/HealthChecks.EventStore.gRPC.csproj b/src/HealthChecks.EventStore.gRPC/HealthChecks.EventStore.gRPC.csproj index b41f3e55bb..4cfc7cff2d 100644 --- a/src/HealthChecks.EventStore.gRPC/HealthChecks.EventStore.gRPC.csproj +++ b/src/HealthChecks.EventStore.gRPC/HealthChecks.EventStore.gRPC.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/HealthChecks.EventStore/HealthChecks.EventStore.csproj b/src/HealthChecks.EventStore/HealthChecks.EventStore.csproj index 1c033d57e0..e082f105e1 100644 --- a/src/HealthChecks.EventStore/HealthChecks.EventStore.csproj +++ b/src/HealthChecks.EventStore/HealthChecks.EventStore.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/HealthChecks.Gcp.CloudFirestore/HealthChecks.Gcp.CloudFirestore.csproj b/src/HealthChecks.Gcp.CloudFirestore/HealthChecks.Gcp.CloudFirestore.csproj index 66b8bd81f3..b02c0bff49 100644 --- a/src/HealthChecks.Gcp.CloudFirestore/HealthChecks.Gcp.CloudFirestore.csproj +++ b/src/HealthChecks.Gcp.CloudFirestore/HealthChecks.Gcp.CloudFirestore.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/HealthChecks.Gremlin/HealthChecks.Gremlin.csproj b/src/HealthChecks.Gremlin/HealthChecks.Gremlin.csproj index 609ff4bacf..d2c151a4e6 100644 --- a/src/HealthChecks.Gremlin/HealthChecks.Gremlin.csproj +++ b/src/HealthChecks.Gremlin/HealthChecks.Gremlin.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Hangfire/HealthChecks.Hangfire.csproj b/src/HealthChecks.Hangfire/HealthChecks.Hangfire.csproj index ac71badd0b..995deba9bf 100644 --- a/src/HealthChecks.Hangfire/HealthChecks.Hangfire.csproj +++ b/src/HealthChecks.Hangfire/HealthChecks.Hangfire.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/HealthChecks.IbmMQ/HealthChecks.IbmMQ.csproj b/src/HealthChecks.IbmMQ/HealthChecks.IbmMQ.csproj index 9b4699991a..95281186eb 100644 --- a/src/HealthChecks.IbmMQ/HealthChecks.IbmMQ.csproj +++ b/src/HealthChecks.IbmMQ/HealthChecks.IbmMQ.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.InfluxDB/HealthChecks.InfluxDB.csproj b/src/HealthChecks.InfluxDB/HealthChecks.InfluxDB.csproj index 55f089eb8e..b47e7da5ca 100644 --- a/src/HealthChecks.InfluxDB/HealthChecks.InfluxDB.csproj +++ b/src/HealthChecks.InfluxDB/HealthChecks.InfluxDB.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Kafka/HealthChecks.Kafka.csproj b/src/HealthChecks.Kafka/HealthChecks.Kafka.csproj index 10d476cbb3..5a8ba0931d 100644 --- a/src/HealthChecks.Kafka/HealthChecks.Kafka.csproj +++ b/src/HealthChecks.Kafka/HealthChecks.Kafka.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Kubernetes/HealthChecks.Kubernetes.csproj b/src/HealthChecks.Kubernetes/HealthChecks.Kubernetes.csproj index 6692ebfa47..829f50aacd 100644 --- a/src/HealthChecks.Kubernetes/HealthChecks.Kubernetes.csproj +++ b/src/HealthChecks.Kubernetes/HealthChecks.Kubernetes.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/HealthChecks.MongoDb/HealthChecks.MongoDb.csproj b/src/HealthChecks.MongoDb/HealthChecks.MongoDb.csproj index 3daa6d4152..5a580ff1f6 100644 --- a/src/HealthChecks.MongoDb/HealthChecks.MongoDb.csproj +++ b/src/HealthChecks.MongoDb/HealthChecks.MongoDb.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/HealthChecks.MySql/HealthChecks.MySql.csproj b/src/HealthChecks.MySql/HealthChecks.MySql.csproj index 3ab820fd25..c53080ca5b 100644 --- a/src/HealthChecks.MySql/HealthChecks.MySql.csproj +++ b/src/HealthChecks.MySql/HealthChecks.MySql.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Nats/HealthChecks.Nats.csproj b/src/HealthChecks.Nats/HealthChecks.Nats.csproj index 90ccc280b3..67ef6c4273 100644 --- a/src/HealthChecks.Nats/HealthChecks.Nats.csproj +++ b/src/HealthChecks.Nats/HealthChecks.Nats.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Network/HealthChecks.Network.csproj b/src/HealthChecks.Network/HealthChecks.Network.csproj index e68fed06a2..1a001aa912 100644 --- a/src/HealthChecks.Network/HealthChecks.Network.csproj +++ b/src/HealthChecks.Network/HealthChecks.Network.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/src/HealthChecks.NpgSql/HealthChecks.NpgSql.csproj b/src/HealthChecks.NpgSql/HealthChecks.NpgSql.csproj index c38bce517c..c540acecd9 100644 --- a/src/HealthChecks.NpgSql/HealthChecks.NpgSql.csproj +++ b/src/HealthChecks.NpgSql/HealthChecks.NpgSql.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.OpenIdConnectServer/HealthChecks.OpenIdConnectServer.csproj b/src/HealthChecks.OpenIdConnectServer/HealthChecks.OpenIdConnectServer.csproj index 71270b8346..877d8d4400 100644 --- a/src/HealthChecks.OpenIdConnectServer/HealthChecks.OpenIdConnectServer.csproj +++ b/src/HealthChecks.OpenIdConnectServer/HealthChecks.OpenIdConnectServer.csproj @@ -10,9 +10,9 @@ - - - + + + diff --git a/src/HealthChecks.Oracle/HealthChecks.Oracle.csproj b/src/HealthChecks.Oracle/HealthChecks.Oracle.csproj index c4e1529407..3a25e9efaa 100644 --- a/src/HealthChecks.Oracle/HealthChecks.Oracle.csproj +++ b/src/HealthChecks.Oracle/HealthChecks.Oracle.csproj @@ -8,9 +8,8 @@ - - - + + diff --git a/src/HealthChecks.Prometheus.Metrics/HealthChecks.Prometheus.Metrics.csproj b/src/HealthChecks.Prometheus.Metrics/HealthChecks.Prometheus.Metrics.csproj index a8fe54d350..3fec238256 100644 --- a/src/HealthChecks.Prometheus.Metrics/HealthChecks.Prometheus.Metrics.csproj +++ b/src/HealthChecks.Prometheus.Metrics/HealthChecks.Prometheus.Metrics.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/HealthChecks.Publisher.ApplicationInsights/HealthChecks.Publisher.ApplicationInsights.csproj b/src/HealthChecks.Publisher.ApplicationInsights/HealthChecks.Publisher.ApplicationInsights.csproj index 02f786bfaf..724a245f05 100644 --- a/src/HealthChecks.Publisher.ApplicationInsights/HealthChecks.Publisher.ApplicationInsights.csproj +++ b/src/HealthChecks.Publisher.ApplicationInsights/HealthChecks.Publisher.ApplicationInsights.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/HealthChecks.Publisher.CloudWatch/HealthChecks.Publisher.CloudWatch.csproj b/src/HealthChecks.Publisher.CloudWatch/HealthChecks.Publisher.CloudWatch.csproj index 6d9d61827a..331b80331f 100644 --- a/src/HealthChecks.Publisher.CloudWatch/HealthChecks.Publisher.CloudWatch.csproj +++ b/src/HealthChecks.Publisher.CloudWatch/HealthChecks.Publisher.CloudWatch.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Publisher.Datadog/HealthChecks.Publisher.Datadog.csproj b/src/HealthChecks.Publisher.Datadog/HealthChecks.Publisher.Datadog.csproj index 485816b7f7..3a6d24e625 100644 --- a/src/HealthChecks.Publisher.Datadog/HealthChecks.Publisher.Datadog.csproj +++ b/src/HealthChecks.Publisher.Datadog/HealthChecks.Publisher.Datadog.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Publisher.Prometheus/HealthChecks.Publisher.Prometheus.csproj b/src/HealthChecks.Publisher.Prometheus/HealthChecks.Publisher.Prometheus.csproj index c215192b87..18f76796c2 100644 --- a/src/HealthChecks.Publisher.Prometheus/HealthChecks.Publisher.Prometheus.csproj +++ b/src/HealthChecks.Publisher.Prometheus/HealthChecks.Publisher.Prometheus.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/HealthChecks.Publisher.Seq/HealthChecks.Publisher.Seq.csproj b/src/HealthChecks.Publisher.Seq/HealthChecks.Publisher.Seq.csproj index 353d3c2879..105db6233a 100644 --- a/src/HealthChecks.Publisher.Seq/HealthChecks.Publisher.Seq.csproj +++ b/src/HealthChecks.Publisher.Seq/HealthChecks.Publisher.Seq.csproj @@ -8,9 +8,9 @@ - - - + + + diff --git a/src/HealthChecks.Rabbitmq/HealthChecks.Rabbitmq.csproj b/src/HealthChecks.Rabbitmq/HealthChecks.Rabbitmq.csproj index b4dc9129d3..931e891b06 100644 --- a/src/HealthChecks.Rabbitmq/HealthChecks.Rabbitmq.csproj +++ b/src/HealthChecks.Rabbitmq/HealthChecks.Rabbitmq.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/HealthChecks.RavenDB/HealthChecks.RavenDB.csproj b/src/HealthChecks.RavenDB/HealthChecks.RavenDB.csproj index b08a06b0b4..eb2d1f37ac 100644 --- a/src/HealthChecks.RavenDB/HealthChecks.RavenDB.csproj +++ b/src/HealthChecks.RavenDB/HealthChecks.RavenDB.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Redis/HealthChecks.Redis.csproj b/src/HealthChecks.Redis/HealthChecks.Redis.csproj index acb25016b4..e101f6cbe4 100644 --- a/src/HealthChecks.Redis/HealthChecks.Redis.csproj +++ b/src/HealthChecks.Redis/HealthChecks.Redis.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.SendGrid/HealthChecks.SendGrid.csproj b/src/HealthChecks.SendGrid/HealthChecks.SendGrid.csproj index 8fcc9e6453..2b98934243 100644 --- a/src/HealthChecks.SendGrid/HealthChecks.SendGrid.csproj +++ b/src/HealthChecks.SendGrid/HealthChecks.SendGrid.csproj @@ -8,9 +8,9 @@ - - - + + + diff --git a/src/HealthChecks.SignalR/HealthChecks.SignalR.csproj b/src/HealthChecks.SignalR/HealthChecks.SignalR.csproj index 76ef366967..e82dd385c3 100644 --- a/src/HealthChecks.SignalR/HealthChecks.SignalR.csproj +++ b/src/HealthChecks.SignalR/HealthChecks.SignalR.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Solr/HealthChecks.Solr.csproj b/src/HealthChecks.Solr/HealthChecks.Solr.csproj index 6852a56b47..dfad3080ec 100644 --- a/src/HealthChecks.Solr/HealthChecks.Solr.csproj +++ b/src/HealthChecks.Solr/HealthChecks.Solr.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/HealthChecks.SqlServer/HealthChecks.SqlServer.csproj b/src/HealthChecks.SqlServer/HealthChecks.SqlServer.csproj index 02470569d2..0971e552b6 100644 --- a/src/HealthChecks.SqlServer/HealthChecks.SqlServer.csproj +++ b/src/HealthChecks.SqlServer/HealthChecks.SqlServer.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.Sqlite/HealthChecks.Sqlite.csproj b/src/HealthChecks.Sqlite/HealthChecks.Sqlite.csproj index 2076ebb4b9..bb588cc1ed 100644 --- a/src/HealthChecks.Sqlite/HealthChecks.Sqlite.csproj +++ b/src/HealthChecks.Sqlite/HealthChecks.Sqlite.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.System/HealthChecks.System.csproj b/src/HealthChecks.System/HealthChecks.System.csproj index ff8f658248..95e1bf382b 100644 --- a/src/HealthChecks.System/HealthChecks.System.csproj +++ b/src/HealthChecks.System/HealthChecks.System.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.UI.Client/HealthChecks.UI.Client.csproj b/src/HealthChecks.UI.Client/HealthChecks.UI.Client.csproj index 4c6edd4afb..2dbdf5664e 100644 --- a/src/HealthChecks.UI.Client/HealthChecks.UI.Client.csproj +++ b/src/HealthChecks.UI.Client/HealthChecks.UI.Client.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/HealthChecks.UI.Core/HealthChecks.UI.Core.csproj b/src/HealthChecks.UI.Core/HealthChecks.UI.Core.csproj index d714ede2fa..6ec26a4371 100644 --- a/src/HealthChecks.UI.Core/HealthChecks.UI.Core.csproj +++ b/src/HealthChecks.UI.Core/HealthChecks.UI.Core.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/HealthChecks.UI.Data/HealthChecks.UI.Data.csproj b/src/HealthChecks.UI.Data/HealthChecks.UI.Data.csproj index 61996ecdf7..94d19a6ae7 100644 --- a/src/HealthChecks.UI.Data/HealthChecks.UI.Data.csproj +++ b/src/HealthChecks.UI.Data/HealthChecks.UI.Data.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/HealthChecks.UI.InMemory.Storage/HealthChecks.UI.InMemory.Storage.csproj b/src/HealthChecks.UI.InMemory.Storage/HealthChecks.UI.InMemory.Storage.csproj index 6b9b5f2724..0d1346632f 100644 --- a/src/HealthChecks.UI.InMemory.Storage/HealthChecks.UI.InMemory.Storage.csproj +++ b/src/HealthChecks.UI.InMemory.Storage/HealthChecks.UI.InMemory.Storage.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/HealthChecks.UI.K8s.Operator/HealthChecks.UI.K8s.Operator.csproj b/src/HealthChecks.UI.K8s.Operator/HealthChecks.UI.K8s.Operator.csproj index 41fc8d3aff..d0c28dcbbe 100644 --- a/src/HealthChecks.UI.K8s.Operator/HealthChecks.UI.K8s.Operator.csproj +++ b/src/HealthChecks.UI.K8s.Operator/HealthChecks.UI.K8s.Operator.csproj @@ -11,12 +11,12 @@ - - - - - - + + + + + + diff --git a/src/HealthChecks.UI.MySql.Storage/HealthChecks.UI.MySql.Storage.csproj b/src/HealthChecks.UI.MySql.Storage/HealthChecks.UI.MySql.Storage.csproj index de18713876..bf86cffdf3 100644 --- a/src/HealthChecks.UI.MySql.Storage/HealthChecks.UI.MySql.Storage.csproj +++ b/src/HealthChecks.UI.MySql.Storage/HealthChecks.UI.MySql.Storage.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/HealthChecks.UI.PostgreSQL.Storage/HealthChecks.UI.PostgreSQL.Storage.csproj b/src/HealthChecks.UI.PostgreSQL.Storage/HealthChecks.UI.PostgreSQL.Storage.csproj index 2950416dfb..a9d9e54c2c 100644 --- a/src/HealthChecks.UI.PostgreSQL.Storage/HealthChecks.UI.PostgreSQL.Storage.csproj +++ b/src/HealthChecks.UI.PostgreSQL.Storage/HealthChecks.UI.PostgreSQL.Storage.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/HealthChecks.UI.SQLite.Storage/HealthChecks.UI.SQLite.Storage.csproj b/src/HealthChecks.UI.SQLite.Storage/HealthChecks.UI.SQLite.Storage.csproj index 9295f34b74..94f716e9c3 100644 --- a/src/HealthChecks.UI.SQLite.Storage/HealthChecks.UI.SQLite.Storage.csproj +++ b/src/HealthChecks.UI.SQLite.Storage/HealthChecks.UI.SQLite.Storage.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/HealthChecks.UI.SqlServer.Storage/HealthChecks.UI.SqlServer.Storage.csproj b/src/HealthChecks.UI.SqlServer.Storage/HealthChecks.UI.SqlServer.Storage.csproj index 35e5d2a817..e801d66193 100644 --- a/src/HealthChecks.UI.SqlServer.Storage/HealthChecks.UI.SqlServer.Storage.csproj +++ b/src/HealthChecks.UI.SqlServer.Storage/HealthChecks.UI.SqlServer.Storage.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/HealthChecks.UI/HealthChecks.UI.csproj b/src/HealthChecks.UI/HealthChecks.UI.csproj index 6b68f293b4..9d98ab3c7e 100644 --- a/src/HealthChecks.UI/HealthChecks.UI.csproj +++ b/src/HealthChecks.UI/HealthChecks.UI.csproj @@ -18,9 +18,9 @@ - - - + + + diff --git a/src/HealthChecks.Uris/HealthChecks.Uris.csproj b/src/HealthChecks.Uris/HealthChecks.Uris.csproj index dcbbb86658..b63e91f95d 100644 --- a/src/HealthChecks.Uris/HealthChecks.Uris.csproj +++ b/src/HealthChecks.Uris/HealthChecks.Uris.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/test/Directory.Build.props b/test/Directory.Build.props index 6d4e7e6847..004be54bc7 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -9,18 +9,16 @@ - - - - - - - - - - - - + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/test/HealthChecks.Azure.Data.Tables.Tests/HealthChecks.Azure.Data.Tables.Tests.csproj b/test/HealthChecks.Azure.Data.Tables.Tests/HealthChecks.Azure.Data.Tables.Tests.csproj index bf0d48e7f8..0e8184c987 100644 --- a/test/HealthChecks.Azure.Data.Tables.Tests/HealthChecks.Azure.Data.Tables.Tests.csproj +++ b/test/HealthChecks.Azure.Data.Tables.Tests/HealthChecks.Azure.Data.Tables.Tests.csproj @@ -1,7 +1,7 @@ - + diff --git a/test/HealthChecks.Azure.KeyVault.Secrets.Tests/HealthChecks.Azure.KeyVault.Secrets.Tests.csproj b/test/HealthChecks.Azure.KeyVault.Secrets.Tests/HealthChecks.Azure.KeyVault.Secrets.Tests.csproj index 7b0b32dd8d..e71da9e34b 100644 --- a/test/HealthChecks.Azure.KeyVault.Secrets.Tests/HealthChecks.Azure.KeyVault.Secrets.Tests.csproj +++ b/test/HealthChecks.Azure.KeyVault.Secrets.Tests/HealthChecks.Azure.KeyVault.Secrets.Tests.csproj @@ -1,7 +1,7 @@ - + diff --git a/test/HealthChecks.Azure.Messaging.EventHubs.Tests/HealthChecks.Azure.Messaging.EventHubs.Tests.csproj b/test/HealthChecks.Azure.Messaging.EventHubs.Tests/HealthChecks.Azure.Messaging.EventHubs.Tests.csproj index 70f517cc64..9b49dad067 100644 --- a/test/HealthChecks.Azure.Messaging.EventHubs.Tests/HealthChecks.Azure.Messaging.EventHubs.Tests.csproj +++ b/test/HealthChecks.Azure.Messaging.EventHubs.Tests/HealthChecks.Azure.Messaging.EventHubs.Tests.csproj @@ -1,7 +1,7 @@ - + diff --git a/test/HealthChecks.Azure.Storage.Blobs.Tests/HealthChecks.Azure.Storage.Blobs.Tests.csproj b/test/HealthChecks.Azure.Storage.Blobs.Tests/HealthChecks.Azure.Storage.Blobs.Tests.csproj index 15e9e0c8fc..0a10b4c80c 100644 --- a/test/HealthChecks.Azure.Storage.Blobs.Tests/HealthChecks.Azure.Storage.Blobs.Tests.csproj +++ b/test/HealthChecks.Azure.Storage.Blobs.Tests/HealthChecks.Azure.Storage.Blobs.Tests.csproj @@ -1,7 +1,7 @@ - + diff --git a/test/HealthChecks.Azure.Storage.Files.Shares.Tests/HealthChecks.Azure.Storage.Files.Shares.Tests.csproj b/test/HealthChecks.Azure.Storage.Files.Shares.Tests/HealthChecks.Azure.Storage.Files.Shares.Tests.csproj index 8647f2b1f8..772134bd45 100644 --- a/test/HealthChecks.Azure.Storage.Files.Shares.Tests/HealthChecks.Azure.Storage.Files.Shares.Tests.csproj +++ b/test/HealthChecks.Azure.Storage.Files.Shares.Tests/HealthChecks.Azure.Storage.Files.Shares.Tests.csproj @@ -1,7 +1,7 @@ - + diff --git a/test/HealthChecks.Azure.Storage.Queues.Tests/HealthChecks.Azure.Storage.Queues.Tests.csproj b/test/HealthChecks.Azure.Storage.Queues.Tests/HealthChecks.Azure.Storage.Queues.Tests.csproj index b8b8bbb357..9dae03bc5e 100644 --- a/test/HealthChecks.Azure.Storage.Queues.Tests/HealthChecks.Azure.Storage.Queues.Tests.csproj +++ b/test/HealthChecks.Azure.Storage.Queues.Tests/HealthChecks.Azure.Storage.Queues.Tests.csproj @@ -1,7 +1,7 @@ - + diff --git a/test/HealthChecks.AzureDigitalTwin.Tests/HealthChecks.AzureDigitalTwin.Tests.csproj b/test/HealthChecks.AzureDigitalTwin.Tests/HealthChecks.AzureDigitalTwin.Tests.csproj index 8934221756..9d44c3dbd6 100644 --- a/test/HealthChecks.AzureDigitalTwin.Tests/HealthChecks.AzureDigitalTwin.Tests.csproj +++ b/test/HealthChecks.AzureDigitalTwin.Tests/HealthChecks.AzureDigitalTwin.Tests.csproj @@ -1,7 +1,7 @@ - + diff --git a/test/HealthChecks.AzureKeyVault.Tests/HealthChecks.AzureKeyVault.Tests.csproj b/test/HealthChecks.AzureKeyVault.Tests/HealthChecks.AzureKeyVault.Tests.csproj index a2f3506568..fa67a86525 100644 --- a/test/HealthChecks.AzureKeyVault.Tests/HealthChecks.AzureKeyVault.Tests.csproj +++ b/test/HealthChecks.AzureKeyVault.Tests/HealthChecks.AzureKeyVault.Tests.csproj @@ -1,7 +1,7 @@ - + diff --git a/test/HealthChecks.AzureServiceBus.Tests/HealthChecks.AzureServiceBus.Tests.csproj b/test/HealthChecks.AzureServiceBus.Tests/HealthChecks.AzureServiceBus.Tests.csproj index dc9ca92372..6139a0209e 100644 --- a/test/HealthChecks.AzureServiceBus.Tests/HealthChecks.AzureServiceBus.Tests.csproj +++ b/test/HealthChecks.AzureServiceBus.Tests/HealthChecks.AzureServiceBus.Tests.csproj @@ -1,7 +1,7 @@ - + diff --git a/test/HealthChecks.Elasticsearch.Tests/HealthChecks.Elasticsearch.Tests.csproj b/test/HealthChecks.Elasticsearch.Tests/HealthChecks.Elasticsearch.Tests.csproj index 06d9b44538..6608797447 100644 --- a/test/HealthChecks.Elasticsearch.Tests/HealthChecks.Elasticsearch.Tests.csproj +++ b/test/HealthChecks.Elasticsearch.Tests/HealthChecks.Elasticsearch.Tests.csproj @@ -2,7 +2,7 @@ - + diff --git a/test/HealthChecks.MySql.Tests/HealthChecks.MySql.Tests.csproj b/test/HealthChecks.MySql.Tests/HealthChecks.MySql.Tests.csproj index b4b45abd6d..416df1f116 100644 --- a/test/HealthChecks.MySql.Tests/HealthChecks.MySql.Tests.csproj +++ b/test/HealthChecks.MySql.Tests/HealthChecks.MySql.Tests.csproj @@ -1,7 +1,7 @@ - + diff --git a/test/HealthChecks.Npgsql.Tests/HealthChecks.Npgsql.Tests.csproj b/test/HealthChecks.Npgsql.Tests/HealthChecks.Npgsql.Tests.csproj index 6ea8775da5..cd6620228f 100644 --- a/test/HealthChecks.Npgsql.Tests/HealthChecks.Npgsql.Tests.csproj +++ b/test/HealthChecks.Npgsql.Tests/HealthChecks.Npgsql.Tests.csproj @@ -1,7 +1,7 @@ - + diff --git a/test/HealthChecks.UI.Data.Tests/HealthChecks.UI.Data.Tests.csproj b/test/HealthChecks.UI.Data.Tests/HealthChecks.UI.Data.Tests.csproj index d6c0a2b250..4c30246dbc 100644 --- a/test/HealthChecks.UI.Data.Tests/HealthChecks.UI.Data.Tests.csproj +++ b/test/HealthChecks.UI.Data.Tests/HealthChecks.UI.Data.Tests.csproj @@ -5,7 +5,7 @@ - + diff --git a/test/HealthChecks.Uris.Tests/HealthChecks.Uris.Tests.csproj b/test/HealthChecks.Uris.Tests/HealthChecks.Uris.Tests.csproj index e0ce935650..c97d403199 100644 --- a/test/HealthChecks.Uris.Tests/HealthChecks.Uris.Tests.csproj +++ b/test/HealthChecks.Uris.Tests/HealthChecks.Uris.Tests.csproj @@ -5,7 +5,7 @@ - + From 1ebb8ee49944a930d0a42fa29265efeb22eca7bd Mon Sep 17 00:00:00 2001 From: "alireza.baloochi1380@gmail.com" Date: Mon, 5 Aug 2024 20:40:07 +0330 Subject: [PATCH 02/10] Update Microsoft.Extensions.DependencyInjection.Abstractions version to fix build --- AspNetCore.Diagnostics.HealthChecks.sln | 1 + Directory.Packages.props | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AspNetCore.Diagnostics.HealthChecks.sln b/AspNetCore.Diagnostics.HealthChecks.sln index c782d00ea9..860e087d64 100644 --- a/AspNetCore.Diagnostics.HealthChecks.sln +++ b/AspNetCore.Diagnostics.HealthChecks.sln @@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{A5A8CE48 .github\dependabot.yml = .github\dependabot.yml Directory.Build.props = Directory.Build.props Directory.Build.targets = Directory.Build.targets + Directory.Packages.props = Directory.Packages.props docker-compose.yml = docker-compose.yml .github\labeler.yml = .github\labeler.yml build\strongNameKey.snk = build\strongNameKey.snk diff --git a/Directory.Packages.props b/Directory.Packages.props index 8bc5fa2fea..83eefbc67e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -61,7 +61,7 @@ - + From b9c2c33a6ca61d2bd4d76bd8be6b337f7c82f83f Mon Sep 17 00:00:00 2001 From: "alireza.baloochi1380@gmail.com" Date: Mon, 5 Aug 2024 20:53:15 +0330 Subject: [PATCH 03/10] Update kafka and zookeeper tag to latest --- .github/workflows/healthchecks_kafka_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/healthchecks_kafka_ci.yml b/.github/workflows/healthchecks_kafka_ci.yml index d1ad792f0a..44a0a00886 100644 --- a/.github/workflows/healthchecks_kafka_ci.yml +++ b/.github/workflows/healthchecks_kafka_ci.yml @@ -30,11 +30,11 @@ jobs: runs-on: ubuntu-latest services: zookeeper: - image: confluent/zookeeper + image: confluent/zookeeper:latest ports: - 2181:2181 kafka: - image: confluent/kafka + image: confluent/kafka:latest ports: - 9092:9092 env: From 3b23d2cd333646fc086be6fae65cfe15d9ca57b5 Mon Sep 17 00:00:00 2001 From: "alireza.baloochi1380@gmail.com" Date: Mon, 5 Aug 2024 21:00:52 +0330 Subject: [PATCH 04/10] Change kafka and zookeeper to confluentinc image --- .github/workflows/healthchecks_kafka_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/healthchecks_kafka_ci.yml b/.github/workflows/healthchecks_kafka_ci.yml index 44a0a00886..f462f069d3 100644 --- a/.github/workflows/healthchecks_kafka_ci.yml +++ b/.github/workflows/healthchecks_kafka_ci.yml @@ -30,11 +30,11 @@ jobs: runs-on: ubuntu-latest services: zookeeper: - image: confluent/zookeeper:latest + image: confluentinc/zookeeper:latest ports: - 2181:2181 kafka: - image: confluent/kafka:latest + image: confluentinc/kafka:latest ports: - 9092:9092 env: From 429175936af1889127af879f03086ed5ce185343 Mon Sep 17 00:00:00 2001 From: "alireza.baloochi1380@gmail.com" Date: Mon, 5 Aug 2024 21:10:01 +0330 Subject: [PATCH 05/10] fix image name --- .github/workflows/healthchecks_kafka_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/healthchecks_kafka_ci.yml b/.github/workflows/healthchecks_kafka_ci.yml index f462f069d3..fb0f93ed74 100644 --- a/.github/workflows/healthchecks_kafka_ci.yml +++ b/.github/workflows/healthchecks_kafka_ci.yml @@ -30,11 +30,11 @@ jobs: runs-on: ubuntu-latest services: zookeeper: - image: confluentinc/zookeeper:latest + image: confluentinc/cp-zookeeper:latest ports: - 2181:2181 kafka: - image: confluentinc/kafka:latest + image: confluentinc/cp-kafka:latest ports: - 9092:9092 env: From ef8b67d931d6fabbc11ebee86a4bf71bd972e08b Mon Sep 17 00:00:00 2001 From: "alireza.baloochi1380@gmail.com" Date: Mon, 5 Aug 2024 21:26:45 +0330 Subject: [PATCH 06/10] update healthcheks_kafka_ci_yml --- .github/workflows/healthchecks_kafka_ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/healthchecks_kafka_ci.yml b/.github/workflows/healthchecks_kafka_ci.yml index fb0f93ed74..6d98c22950 100644 --- a/.github/workflows/healthchecks_kafka_ci.yml +++ b/.github/workflows/healthchecks_kafka_ci.yml @@ -33,14 +33,23 @@ jobs: image: confluentinc/cp-zookeeper:latest ports: - 2181:2181 + env: + ZOOKEEPER_CLIENT_PORT: 2181 + ZOOKEEPER_TICK_TIME: 2000 kafka: image: confluentinc/cp-kafka:latest ports: - - 9092:9092 + - 9092:9092 + - 29092:29092 env: KAFKA_ADVERTISED_HOST_NAME: localhost KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181 KAFKA_ADVERTISED_PORT: 9092 + KAFKA_BROKER_ID: 1 + KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://localhost:9092,PLAINTEXT_HOST://localhost:29092 + KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT + KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT + KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1 steps: - uses: actions/checkout@v3 - name: Setup .NET From a2d7ad7de523a9ad888da51847da61f475f7b4ce Mon Sep 17 00:00:00 2001 From: "alireza.baloochi1380@gmail.com" Date: Mon, 5 Aug 2024 21:27:47 +0330 Subject: [PATCH 07/10] change port kafka in tests --- .../Functional/KafkaHealthCheckTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/HealthChecks.Kafka.Tests/Functional/KafkaHealthCheckTests.cs b/test/HealthChecks.Kafka.Tests/Functional/KafkaHealthCheckTests.cs index 606b5f0ed2..2b3bf7c606 100644 --- a/test/HealthChecks.Kafka.Tests/Functional/KafkaHealthCheckTests.cs +++ b/test/HealthChecks.Kafka.Tests/Functional/KafkaHealthCheckTests.cs @@ -43,7 +43,7 @@ public async Task be_healthy_if_kafka_is_available() { var configuration = new ProducerConfig() { - BootstrapServers = "localhost:9092", + BootstrapServers = "localhost:29092", MessageSendMaxRetries = 0 }; From 6ad2898e5c642b53fa4b77c6ac1fbfc2890a8c17 Mon Sep 17 00:00:00 2001 From: "alireza.baloochi1380@gmail.com" Date: Mon, 5 Aug 2024 21:46:11 +0330 Subject: [PATCH 08/10] update healthcheks_kafka_ci_yml --- .github/workflows/healthchecks_kafka_ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/healthchecks_kafka_ci.yml b/.github/workflows/healthchecks_kafka_ci.yml index 6d98c22950..d85f42b1be 100644 --- a/.github/workflows/healthchecks_kafka_ci.yml +++ b/.github/workflows/healthchecks_kafka_ci.yml @@ -44,7 +44,6 @@ jobs: env: KAFKA_ADVERTISED_HOST_NAME: localhost KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181 - KAFKA_ADVERTISED_PORT: 9092 KAFKA_BROKER_ID: 1 KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://localhost:9092,PLAINTEXT_HOST://localhost:29092 KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT From de2b227e2b24e219424f7f411905ced0ea17d096 Mon Sep 17 00:00:00 2001 From: "alireza.baloochi1380@gmail.com" Date: Mon, 5 Aug 2024 21:48:00 +0330 Subject: [PATCH 09/10] force to compose service to use compose v2 in elasticsearh test --- .../Fixtures/ElasticContainerFixture.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/HealthChecks.Elasticsearch.Tests/Fixtures/ElasticContainerFixture.cs b/test/HealthChecks.Elasticsearch.Tests/Fixtures/ElasticContainerFixture.cs index f3f2f35043..b55c72bb30 100644 --- a/test/HealthChecks.Elasticsearch.Tests/Fixtures/ElasticContainerFixture.cs +++ b/test/HealthChecks.Elasticsearch.Tests/Fixtures/ElasticContainerFixture.cs @@ -26,6 +26,7 @@ public ElasticContainerFixture() _compositeService = new Builder() .UseContainer() .UseCompose() + .AssumeComposeVersion(Ductus.FluentDocker.Model.Compose.ComposeVersion.V2) .FromFile(_composeFilePath) .ForceRecreate() .Build() From 155c3076f40bbc0b04103b7516f6bb1821b642ec Mon Sep 17 00:00:00 2001 From: "alireza.baloochi1380@gmail.com" Date: Mon, 5 Aug 2024 21:59:12 +0330 Subject: [PATCH 10/10] try fix elasticsearch ci --- .github/workflows/healthchecks_elasticsearch_ci.yml | 2 ++ .../Fixtures/ElasticContainerFixture.cs | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/healthchecks_elasticsearch_ci.yml b/.github/workflows/healthchecks_elasticsearch_ci.yml index 14a9014c56..6c44e1780d 100644 --- a/.github/workflows/healthchecks_elasticsearch_ci.yml +++ b/.github/workflows/healthchecks_elasticsearch_ci.yml @@ -43,6 +43,8 @@ jobs: 6.0.x 7.0.x 8.0.x + - run: + ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin/docker-compose - name: Restore run: | dotnet restore ./src/HealthChecks.Elasticsearch/HealthChecks.Elasticsearch.csproj && diff --git a/test/HealthChecks.Elasticsearch.Tests/Fixtures/ElasticContainerFixture.cs b/test/HealthChecks.Elasticsearch.Tests/Fixtures/ElasticContainerFixture.cs index b55c72bb30..f3f2f35043 100644 --- a/test/HealthChecks.Elasticsearch.Tests/Fixtures/ElasticContainerFixture.cs +++ b/test/HealthChecks.Elasticsearch.Tests/Fixtures/ElasticContainerFixture.cs @@ -26,7 +26,6 @@ public ElasticContainerFixture() _compositeService = new Builder() .UseContainer() .UseCompose() - .AssumeComposeVersion(Ductus.FluentDocker.Model.Compose.ComposeVersion.V2) .FromFile(_composeFilePath) .ForceRecreate() .Build()