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

Add progress to Copy-Item #18735

Merged
merged 15 commits into from
Jan 25, 2023
Merged

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    a28e561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30db5ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0433cc7 View commit details
    Browse the repository at this point in the history
  4. use DisplayHumanReadbleFileSize

    use EnumerationOption instead of manually recursing
    SteveL-MSFT committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    edf13a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4c8975 View commit details
    Browse the repository at this point in the history
  6. remove unsed namespace

    SteveL-MSFT committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    4d2e346 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c19e3a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79f4915 View commit details
    Browse the repository at this point in the history
  9. Update src/System.Management.Automation/namespaces/FileSystemProvider.cs

    Co-authored-by: Ilya <darpa@yandex.ru>
    SteveL-MSFT and iSazonov committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    0a06e41 View commit details
    Browse the repository at this point in the history
  10. Update src/System.Management.Automation/namespaces/FileSystemProvider.cs

    Co-authored-by: Ilya <darpa@yandex.ru>
    SteveL-MSFT and iSazonov committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    69653a6 View commit details
    Browse the repository at this point in the history
  11. revert to use DirectoryInfo as Directory.EnumerateFiles only returns …

    …the file name as a string and we need the size
    SteveL-MSFT committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    790817a View commit details
    Browse the repository at this point in the history
  12. Update src/System.Management.Automation/namespaces/FileSystemProvider.cs

    Co-authored-by: Ilya <darpa@yandex.ru>
    SteveL-MSFT and iSazonov committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    ac19af3 View commit details
    Browse the repository at this point in the history
  13. Update src/System.Management.Automation/namespaces/FileSystemProvider.cs

    Co-authored-by: Dominik Kaszewski <dakaszewski@gmail.com>
    SteveL-MSFT and dkaszews committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    37db1db View commit details
    Browse the repository at this point in the history
  14. Update src/System.Management.Automation/namespaces/FileSystemProvider.cs

    Co-authored-by: Dominik Kaszewski <dakaszewski@gmail.com>
    SteveL-MSFT and dkaszews committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    3f9dd31 View commit details
    Browse the repository at this point in the history
  15. fix build break

    SteveL-MSFT committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b8a58dd View commit details
    Browse the repository at this point in the history