Exemplo n.º 1
0
 public Task <bool> IsUpToDateCheckEnabledAsync(CancellationToken cancellationToken = default)
 {
     return(_projectSystemOptions.GetIsFastUpToDateCheckEnabledAsync(cancellationToken));
 }
Exemplo n.º 2
0
 public async Task <bool> IsUpToDateCheckEnabledAsync(CancellationToken cancellationToken = default(CancellationToken)) =>
 await _projectSystemOptions.GetIsFastUpToDateCheckEnabledAsync().ConfigureAwait(false);