3 references to WorkaroundToReadProtectedField
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (3)
AspireEFPostgreSqlExtensionsTests.cs (1)
122
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);