Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: v19.2.87
Choose a base ref
Loading
...
head repository: TestableIO/System.IO.Abstractions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v19.2.91
Choose a head ref
Loading
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 26, 2023

  1. chore(deps): update dependency saucecontrol.inheritdoc to v1.4.0 (#1057)

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

Commits on Nov 28, 2023

  1. chore(deps): update dependency moq to v4.20.70 (#1059)

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

Commits on Dec 4, 2023

  1. chore(deps): update actions/setup-dotnet action to v4 (#1061)

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

Commits on Dec 5, 2023

  1. fix: prefix bug in MockDirectory.EnumerateDirectories (#815) (#1046)

    Fixes #815 
    
    `System.IO.Directory.EnumerateDirectories(path)` guarantees that returned paths are always prefixed with the value provided in the `path` parameter. However, `MockDirectory.EnumerateDirectories` always returned absolute paths, leading to an inconsistent behavior (e.g. when using relative paths).
    
    We now check returned paths from `MockDirectory.EnumerateDirectories` and provide the proper prefix path.
    PhoeNox authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1d67fb1 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.