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