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

Fix symbolic link tests #51712

Merged
2 commits merged into from
Apr 23, 2021
Merged

Fix symbolic link tests #51712

2 commits merged into from
Apr 23, 2021

Commits on Apr 22, 2021

  1. Fix symbolic link tests

    Use IDisposable and `File.Delete` to ensure that symlinks get created
    and cleaned up properly on all platforms. If all symlinks aren't
    deleted, the later test cleanup phases have problems deleting them.
    
    Fixes dotnet#51502
    agocke committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    416bc26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0c8c31 View commit details
    Browse the repository at this point in the history