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)
87
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);
139
Assert.Equal(new
WorkaroundToReadProtectedField
(context).MaxRetryCount, retryStrategy.MaxRetryCount);