3 references to WorkaroundToReadProtectedField
Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (3)
AspireAzureEFPostgreSqlExtensionsTests.cs (1)
123
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);
EnrichNpgsqlTests.cs (2)
90
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);
144
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);