3 references to WorkaroundToReadProtectedField
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (3)
AspireEFPostgreSqlExtensionsTests.cs (1)
123
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);
EnrichNpgsqlTests.cs (2)
92
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);
146
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);