3 references to WorkaroundToReadProtectedField
Aspire.Microsoft.EntityFrameworkCore.SqlServer.Tests (3)
AspireSqlServerEFCoreSqlClientExtensionsTests.cs (1)
112
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);
EnrichSqlServerTests.cs (2)
88
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);
140
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);