Ted-Zhang
Results
2
comments of
Ted-Zhang
@dotnet-policy-service agree
The ```IExecutionStrategy``` from EF Core has an overloaded method that allows passing the status, this is leveraging that to avoid the closure creation to capture those variables. https://github.com/dotnet/efcore/blob/fa093d46c94d490317ee87ac257ed5f37a3f5565/src/EFCore/Storage/ExecutionStrategyExtensions.cs#L228C1-L242C1