From ee18893c10dd5f7e21ab88858a7fdb5fcd01cb2e Mon Sep 17 00:00:00 2001 From: Adam Sitnik Date: Thu, 21 Sep 2023 10:02:29 +0200 Subject: [PATCH] disable warning produced by Microsoft.Azure.DocumentDB.Core NO WARNING! --- src/HealthChecks.DocumentDb/HealthChecks.DocumentDb.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HealthChecks.DocumentDb/HealthChecks.DocumentDb.csproj b/src/HealthChecks.DocumentDb/HealthChecks.DocumentDb.csproj index 9bc4543fd3..f12cd4f625 100644 --- a/src/HealthChecks.DocumentDb/HealthChecks.DocumentDb.csproj +++ b/src/HealthChecks.DocumentDb/HealthChecks.DocumentDb.csproj @@ -5,6 +5,7 @@ $(PackageTags);Azure;DocumentDb HealthChecks.DocumentDb is the health check package for Azure DocumentDb. $(HealthCheckDocumentDb) + $(NoWarn);NETSDK1206