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 symbolic link APIs #54253

Merged
merged 51 commits into from
Jul 9, 2021
Merged

Add symbolic link APIs #54253

merged 51 commits into from
Jul 9, 2021

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    b63c7b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b223304 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e822fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32e196c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ed2772 View commit details
    Browse the repository at this point in the history
  6. Fix build failure. Address documentation suggestions.

    carlossanlop authored and jozkee committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    abbecf0 View commit details
    Browse the repository at this point in the history
  7. Add missing csproj references to System.Net.Ping.Functional.Tests (pr…

    …oject that is using ReadLink).
    carlossanlop authored and jozkee committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    fc49855 View commit details
    Browse the repository at this point in the history
  8. Move CanCreateSymbolicLinks from FileSystemWatcher one class above, s…

    …o FileSystem can consume that method. Delete the duplicate CanCreateSymbolicLinks method that currently fails in the CI.
    carlossanlop authored and jozkee committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    86cbd19 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    480d3df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a6cd9da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6952eb7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    797ace5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8639e3b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6bb1aa9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    88bcadb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8701118 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d10e00c View commit details
    Browse the repository at this point in the history
  18. Fix net48 error

    jozkee committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    fa5ff40 View commit details
    Browse the repository at this point in the history
  19. Address CreateSymbolicLink initial check on Unix to verify pathToTarg…

    …et is always relative to linkPath.
    carlossanlop authored and jozkee committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    6788db7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    45392b4 View commit details
    Browse the repository at this point in the history
  21. Add missing argument to exception message in MS.IO.Redist

    carlossanlop authored and jozkee committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    38b6e88 View commit details
    Browse the repository at this point in the history
  22. nit: Clean comment on CreateSymbolicLink p/invoke.

    carlossanlop authored and jozkee committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    a70cdef View commit details
    Browse the repository at this point in the history
  23. Fix CI bug in Windows Nano where %TEMP% points to "C:\Windows\TEMP" b…

    …ut the actual folder name is "C:\Windows\Temp", which prevents us from using Assert.Equal for path comparison.
    carlossanlop authored and jozkee committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    cbcf7af View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c43664a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9460264 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    bbaa35a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7e2eaa9 View commit details
    Browse the repository at this point in the history
  28. Fix CI issues

    jozkee committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    0d4250b View commit details
    Browse the repository at this point in the history
  29. Address suggestions

    jozkee committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    1a05a56 View commit details
    Browse the repository at this point in the history
  30. Address suggestions

    jozkee committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    d656aed View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    adcca16 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    35165b0 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    9d2694b View commit details
    Browse the repository at this point in the history
  34. Address suggestions for Unix

    jozkee committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    c79df26 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    fc4241d View commit details
    Browse the repository at this point in the history
  36. Add tests to verify the limit of followed links

    Address suggestions
    jozkee committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    4881f2b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b377cb0 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    496487f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    beaf701 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    a5986fb View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    b7ec269 View commit details
    Browse the repository at this point in the history
  42. Remove pipe test

    jozkee committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    7f37a86 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    3e36f72 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    6f5b99a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d09f7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b5e133 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82dc88a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48e1af1 View commit details
    Browse the repository at this point in the history
  6. Try smaller chains of links

    jozkee committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    0495f59 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Avoid using GetTestFilePath in order to correctly compare against the…

    … real temp path
    
    Bring back previous InlineData since it wasn't the cause of the CI issue
    jozkee committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    40cb737 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    995ead5 View commit details
    Browse the repository at this point in the history