Jose Yanez

Results 2 issues of Jose Yanez

Missing Argument boundary check causes ArgumentOutOfRangeException, see line and exception below: https://github.com/dotnet/efcore/blob/80a01cd91acec49257319e12e7e66cc8e4f4c487/src/EFCore.Relational/Query/RelationalShapedQueryCompilingExpressionVisitor.ShaperProcessingExpressionVisitor.cs#L1944 ``` System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection....

None of the four available overloads allow to pass just the max retry count (`int`) and max delay (`TimeSpan`). The closest fit to this, is an overload that accepts `(int,...

enhancement
blocked