diff --git a/src/Components/Aspire.Microsoft.EntityFrameworkCore.Cosmos/README.md b/src/Components/Aspire.Microsoft.EntityFrameworkCore.Cosmos/README.md index 571f84961e..4d6cc4c3fe 100644 --- a/src/Components/Aspire.Microsoft.EntityFrameworkCore.Cosmos/README.md +++ b/src/Components/Aspire.Microsoft.EntityFrameworkCore.Cosmos/README.md @@ -79,7 +79,6 @@ The .NET Aspire Microsoft EntityFrameworkCore Cosmos component supports [Microso "Microsoft": { "EntityFrameworkCore": { "Cosmos": { - "DbContextPooling": true, "Tracing": false } } @@ -99,7 +98,7 @@ Also you can pass the `Action configureSett or ```csharp - builder.EnrichCosmosDbContext(settings => settings.HealthChecks = false); + builder.EnrichCosmosDbContext(settings => settings.Tracing = false); ``` ## AppHost extensions diff --git a/tests/Aspire.Microsoft.EntityFrameworkCore.SqlServer.Tests/ConformanceTests.cs b/tests/Aspire.Microsoft.EntityFrameworkCore.SqlServer.Tests/ConformanceTests.cs index ba9ecfc18a..7414c14328 100644 --- a/tests/Aspire.Microsoft.EntityFrameworkCore.SqlServer.Tests/ConformanceTests.cs +++ b/tests/Aspire.Microsoft.EntityFrameworkCore.SqlServer.Tests/ConformanceTests.cs @@ -44,7 +44,6 @@ public class ConformanceTests : ConformanceTests