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: v19.1.1
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: v19.1.5
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 14, 2022

  1. chore(deps): update dependency dotnet-sdk to v7.0.101 (#924)

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

Commits on Dec 16, 2022

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

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

Commits on Dec 17, 2022

  1. chore(deps): update danielpalme/reportgenerator-github-action action …

    …to v5.1.13 (#926)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 17, 2022
    Configuration menu
    Copy the full SHA
    8d1de19 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. fix: Fixing UNC path GetFullPath when Current Directory is a UNC path (

    …#887)
    
    Currently, if you switch current directory in the `MockFileSystem` to a UNC path, and try to enumerate files, it blows up.
    
    Attempting to fix it, although it feels like a hack.
    michal-ciechan authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    48e2b32 View commit details
    Browse the repository at this point in the history
Loading