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: v22.0.13
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: v22.0.14
Choose a head ref
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Apr 7, 2025

  1. chore(deps): update dependency awexpect to 2.2.0 (#1261)

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

Commits on Apr 8, 2025

  1. fix: Add missing lock around files dictionary (#1260)

    Add missing lock around files variable
    
    The files dictionary could be modified and resized by another thread. Without the lock, the read is not synchronized and can cause a KeyNotFoundException.
    wimoy authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    4e3c7df View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency system.text.json to 9.0.4 (#1262)

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

Commits on Apr 9, 2025

  1. chore(deps): update dependency dotnet-sdk to v9.0.203 (#1263)

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

Commits on Apr 13, 2025

  1. chore(deps): update dependency awexpect to 2.3.1 (#1264)

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

Commits on Apr 15, 2025

  1. chore(deps): update dependency awexpect to 2.4.0 (#1265)

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

Commits on Apr 18, 2025

  1. fix: Directory.Move fails on Windows if destination has different c…

    …ase from source (#1256)
    
    On Windows, `MockFileSystem.Directory.Move` no longer throws a `System.IO.IOException` when source and destination path only differ in casing.
    oni-shiro authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    2c92589 View commit details
    Browse the repository at this point in the history
Loading