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: v21.3.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: v22.0.9
Choose a head ref
  • 13 commits
  • 66 files changed
  • 2 contributors

Commits on Jan 31, 2025

  1. refactor: use central package management (#1198)

    Switch to use [central package management](https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management) by adding a `Directory.Packages.props` and add all package version information there.
    vbreuss authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    0c855f1 View commit details
    Browse the repository at this point in the history
  2. refactor: remove SauceControl.Inheritdoc (#1199)

    Simplify dependencies as the inheritdoc functionality works without external libraries in modern IDEs
    vbreuss authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    f692e56 View commit details
    Browse the repository at this point in the history
  3. refactor: update benchmarks to .NET9 (#1200)

    Update the benchmark project to use .NET9.
    vbreuss authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    d35b189 View commit details
    Browse the repository at this point in the history
  4. refactor: include Rider files (#1201)

    According to [JetBrains](https://github.com/JetBrains/resharper-rider-samples/blob/master/.gitignore) some files in the `.idea` directory should not be excluded.
    vbreuss authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    c13054b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. refactor!: remove support for .NET 7 (#1202)

    Remove support for .NET 7 as Microsoft support [ended on May 14, 2024](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core). The supported frameworks still are:
    - (net462)
    - netstandard2.0
    - netstandard2.1
    - net6.0
    - net8.0
    - net9.0
    vbreuss authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    d2ae767 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. refactor: fix build warnings in test projects (#1203)

    Fix build warnings in test projects.
    vbreuss authored Feb 2, 2025
    Configuration menu
    Copy the full SHA
    2c8fb45 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. chore(deps): update dependency snapshooter.nunit to 1.0.1 (#1204)

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

Commits on Feb 7, 2025

  1. chore(deps): update dependency nunit3testadapter to v5 (#1205)

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

Commits on Feb 9, 2025

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

    …to v5.4.4 (#1206)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 9, 2025
    Configuration menu
    Copy the full SHA
    0cbf196 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. chore(deps): update dependency microsoft.net.test.sdk to 17.13.0 (#1208)

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

Commits on Feb 12, 2025

  1. chore(deps): update dependency dotnet-sdk to v9.0.200 (#1209)

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

Commits on Feb 13, 2025

  1. refactor!: use Testably.Abstractions.FileSystem.Interface (#1196)

    In order to simplify extensibility, move the filesystem interfaces to a separate package ["Testably.Abstractions.FileSystem.Interface"](https://www.nuget.org/packages/Testably.Abstractions.FileSystem.Interface), that will keep its version in sync with the .NET versioning scheme (starting with v9.0.0).
    vbreuss authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    fccf667 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2025

  1. feat!: increase minimal framework version from 4.6.2 to 4.7.2 (#1210)

    Preparation for migrating to xunit, as the runner there also requires minimum framework version 4.7.2
    vbreuss authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    9371d4b View commit details
    Browse the repository at this point in the history
Loading