Ejemplo n.º 1
0
 ComputePatchDiff(schedulers,
                  SelectedIndexFiles,
                  input
                  .Where(d => d.OldCommit is null && d.NewCommit != null && d.NewCommit.Visit(c => false, d => true))
                  .Select(d => new DiffViewModelInput(d.Repository,
Ejemplo n.º 2
0
 ComputePatchDiff(schedulers,
                  SelectedFiles,
                  input,
                  PatchDiff)
 .DisposeWith(_disposables);