Thanks to visit codestin.com
Credit goes to github.com

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.10
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.11
Choose a head ref
  • 14 commits
  • 156 files changed
  • 2 contributors

Commits on Feb 23, 2025

  1. docs: update contact in code of conduct (#1226)

    docs: update e-mail in Code of Conduct
    vbreuss authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    63d61d5 View commit details
    Browse the repository at this point in the history
  2. refactor: simplify conventional commit check (#1227)

    Remove the separate build pipeline to check the pull request title and replace it with the ["Testably.Server"](https://github.com/Testably/Testably.Server) check:  
    Testably/Testably.Server#14
    vbreuss authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    c3be716 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency awexpect to 1.1.0 (#1228)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    32a06d2 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency awexpect to 1.2.0 (#1229)

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

Commits on Feb 26, 2025

  1. chore(deps): update dependency awexpect to 1.3.0 (#1230)

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

Commits on Feb 27, 2025

  1. chore(deps): update dependency awexpect to 1.4.0 (#1231)

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

Commits on Feb 28, 2025

  1. chore(deps): update dependency awexpect to 1.5.0 (#1232)

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

Commits on Mar 1, 2025

  1. chore(deps): update dependency awexpect to 1.6.0 (#1233)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    09ca459 View commit details
    Browse the repository at this point in the history
  2. refactor: use aweXpect in wrapper tests (#1234)

    Use [aweXpect](https://awexpect.com) in `TestableIO.System.IO.Abstractions.Wrappers.Tests`
    vbreuss authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    606a486 View commit details
    Browse the repository at this point in the history
  3. refactor: use aweXpect in testinghelper tests (#1235)

    Use [aweXpect](https://awexpect.com) in `TestableIO.System.IO.Abstractions.TestingHelpers.Tests`.
    vbreuss authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    c202893 View commit details
    Browse the repository at this point in the history
  4. refactor: disable rule S2699 (#1236)

    Disable rule [S2699](https://sonarsource.atlassian.net/browse/RSPEC-2699) as it only yields false positives.
    vbreuss authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    52d3cf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    111b3ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1f3aa5 View commit details
    Browse the repository at this point in the history
  7. fix: move a read-only file (#1239)

    Fixes the bug reported in #1207 (which was introduced in #870) that it is not possible to move a read-only file:
    The `AddFile` and `RemoveFile` now have an optional parameter `verifyAccess` which if set to `false` will omit the access check, thus not throwing the `UnauthorizedAccessException`.
    vbreuss authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    b6e34e5 View commit details
    Browse the repository at this point in the history
Loading