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