Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TestableIO/System.IO.Abstractions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v17.0.24
Choose a base ref
...
head repository: TestableIO/System.IO.Abstractions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v17.1.1
Choose a head ref
  • 5 commits
  • 18 files changed
  • 5 contributors

Commits on Aug 2, 2022

  1. chore(deps): update dependency moq to v4.18.2 (#867)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    daa5eee View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. chore(deps): update dependency nerdbank.gitversioning to v3.5.109 (#868)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    e8ed38b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. chore(deps): update dependency microsoft.net.test.sdk to v17.3.0 (#874)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ad875d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. fix: #870 Moving a readonly file duplicates the file (#873)

    Fix function call order also in second `Move` method
    
    Co-authored-by: Valentin Breuß <v.breuss@tig.at>
    vbreuss and vbtig authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    df30ba4 View commit details
    Browse the repository at this point in the history
  2. feat: add CreateSymbolicLink support (#871)

    * Adds CreateSymbolicLink support
    
    Adds a FileSystemInfo extension for wrapping convenience.
    Adds FEATURE_CREATE_SYMBOLIC_LINK to the build properties.
    Includes mock implementations and mock tests.
    Updates the ApiParityTests to no longer ignore CreateSymbolicLink for .net 6.0.
    Bumps the version in version.json.
    
    * Skip path tests on non-Windows platform
    
    Co-authored-by: Florian Greinacher <florian@greinacher.de>
    davidrogers090 and fgreinacher authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    defd44b View commit details
    Browse the repository at this point in the history
Loading