diff --git a/src/prod/src/managed/Microsoft.ServiceFabric.Data.Interfaces/IAsyncEnumerator.cs b/src/prod/src/managed/Microsoft.ServiceFabric.Data.Interfaces/IAsyncEnumerator.cs index 7c64b3b6c..db1575643 100644 --- a/src/prod/src/managed/Microsoft.ServiceFabric.Data.Interfaces/IAsyncEnumerator.cs +++ b/src/prod/src/managed/Microsoft.ServiceFabric.Data.Interfaces/IAsyncEnumerator.cs @@ -37,7 +37,7 @@ public interface IAsyncEnumerator : IDisposable /// if the enumerator has passed the end of the collection. /// /// The collection was modified after the enumerator was created. - Task MoveNextAsync(CancellationToken cancellationToken); + Task MoveNextAsync(CancellationToken cancellationToken = default); /// /// Sets the enumerator to its initial position, which is before the first element