Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace IDataMigrationManager.UpdateAsync(string) with IDataMigrationManager.UpdateAsync(IEnumerable<string>) #15909

Merged
merged 7 commits into from
May 1, 2024

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    9997cd0 View commit details
    Browse the repository at this point in the history
  2. Use Task.WhenAll()

    hishamco committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    abc78a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11cbcda View commit details
    Browse the repository at this point in the history
  4. Address feedback

    hishamco committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8993f46 View commit details
    Browse the repository at this point in the history
  5. Obsolete UpdateAsync(string)

    hishamco committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2ce8c06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b7011f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Typo

    Piedone authored May 1, 2024
    Configuration menu
    Copy the full SHA
    3443c3c View commit details
    Browse the repository at this point in the history