-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support .NET 8.0 | Add new methods for IZipFile
#386
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`CreateFromDirectory` and `ExtractToDirectory` now also work with a `Stream`
This was referenced Aug 24, 2023
mergify bot
referenced
this pull request
Oct 7, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Testably.Abstractions](https://togithub.com/Testably/Testably.Abstractions) | `2.4.1` -> `2.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Testably.Abstractions/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Testably.Abstractions/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Testably.Abstractions/2.4.1/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Testably.Abstractions/2.4.1/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Testably.Abstractions.Testing](https://togithub.com/Testably/Testably.Abstractions) | `2.4.1` -> `2.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Testably.Abstractions.Testing/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Testably.Abstractions.Testing/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Testably.Abstractions.Testing/2.4.1/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Testably.Abstractions.Testing/2.4.1/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Testably/Testably.Abstractions (Testably.Abstractions)</summary> ### [`v2.5.0`](https://togithub.com/Testably/Testably.Abstractions/releases/tag/v2.5.0) ##### What's Changed - chore(deps): update testably.abstractions packages to v2.4.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/379](https://togithub.com/Testably/Testably.Abstractions/pull/379) - refactor: prepare support for .NET 8.0 by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/388](https://togithub.com/Testably/Testably.Abstractions/pull/388) - feat: support .NET 8.0 | `LastAccessTime` is no longer updated for the source file when copying it on OSX by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/382](https://togithub.com/Testably/Testably.Abstractions/pull/382) - feat: support .NET 8.0 | Remove `BinaryFormatter` from `TestingException` by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/383](https://togithub.com/Testably/Testably.Abstractions/pull/383) - feat: support .NET 8.0 | Refresh cache on `IFileInfo.CreateText` by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/384](https://togithub.com/Testably/Testably.Abstractions/pull/384) - feat: support .NET 8.0 | Timer no longer throws `ObjectDisposedException` by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/385](https://togithub.com/Testably/Testably.Abstractions/pull/385) - feat: support .NET 8.0 | Add new methods for `IZipFile` by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/386](https://togithub.com/Testably/Testably.Abstractions/pull/386) - feat: support .NET 8.0 | Add new methods for `IRandom` by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/387](https://togithub.com/Testably/Testably.Abstractions/pull/387) - chore(deps): update dependency testableio.system.io.abstractions to v19.2.67 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/390](https://togithub.com/Testably/Testably.Abstractions/pull/390) - chore(deps): update dependency microsoft.net.test.sdk to v17.7.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/391](https://togithub.com/Testably/Testably.Abstractions/pull/391) - chore(deps): update dependency testableio.system.io.abstractions to v19.2.69 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/392](https://togithub.com/Testably/Testably.Abstractions/pull/392) - chore(deps): update dependency testably.abstractions.fluentassertions to v0.7.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/393](https://togithub.com/Testably/Testably.Abstractions/pull/393) - chore(deps): update actions/checkout action to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/394](https://togithub.com/Testably/Testably.Abstractions/pull/394) - chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.25 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/395](https://togithub.com/Testably/Testably.Abstractions/pull/395) - chore(deps): update dependency testably.abstractions.fluentassertions to v0.8.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/396](https://togithub.com/Testably/Testably.Abstractions/pull/396) - chore(deps): update dependency testably.abstractions.fluentassertions to v0.9.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/397](https://togithub.com/Testably/Testably.Abstractions/pull/397) - refactor: use `Exist` and `NotExist` fluent assertions by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/398](https://togithub.com/Testably/Testably.Abstractions/pull/398) - fix: nullable warning from SonarCloud by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/400](https://togithub.com/Testably/Testably.Abstractions/pull/400) - chore(deps): update dependency nsubstitute to v5.1.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/401](https://togithub.com/Testably/Testably.Abstractions/pull/401) - chore(deps): update xunit-dotnet monorepo to v2.5.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/402](https://togithub.com/Testably/Testably.Abstractions/pull/402) - chore(deps): update actions/checkout digest to [`8ade135`](https://togithub.com/Testably/Testably.Abstractions/commit/8ade135) by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/404](https://togithub.com/Testably/Testably.Abstractions/pull/404) - docs: update README by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/405](https://togithub.com/Testably/Testably.Abstractions/pull/405) - chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.26 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/407](https://togithub.com/Testably/Testably.Abstractions/pull/407) - fix: explicitly specify `FileAttributes` in tests by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/406](https://togithub.com/Testably/Testably.Abstractions/pull/406) - fix: throw UnauthorizedAccessException when replacing a read-only file on Windows by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/408](https://togithub.com/Testably/Testably.Abstractions/pull/408) - chore(deps): update dependency testably.abstractions.fluentassertions to v1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/409](https://togithub.com/Testably/Testably.Abstractions/pull/409) **Full Changelog**: v2.4.1...v2.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Testably/Testably.Abstractions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mergify bot
referenced
this pull request
in Testably/Testably.Abstractions.FluentAssertions
Oct 7, 2023
#56) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Testably.Abstractions.Testing](https://togithub.com/Testably/Testably.Abstractions) | `2.4.1` -> `2.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Testably.Abstractions.Testing/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Testably.Abstractions.Testing/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Testably.Abstractions.Testing/2.4.1/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Testably.Abstractions.Testing/2.4.1/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Testably/Testably.Abstractions (Testably.Abstractions.Testing)</summary> ### [`v2.5.0`](https://togithub.com/Testably/Testably.Abstractions/releases/tag/v2.5.0) ##### What's Changed - chore(deps): update testably.abstractions packages to v2.4.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/379](https://togithub.com/Testably/Testably.Abstractions/pull/379) - refactor: prepare support for .NET 8.0 by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/388](https://togithub.com/Testably/Testably.Abstractions/pull/388) - feat: support .NET 8.0 | `LastAccessTime` is no longer updated for the source file when copying it on OSX by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/382](https://togithub.com/Testably/Testably.Abstractions/pull/382) - feat: support .NET 8.0 | Remove `BinaryFormatter` from `TestingException` by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/383](https://togithub.com/Testably/Testably.Abstractions/pull/383) - feat: support .NET 8.0 | Refresh cache on `IFileInfo.CreateText` by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/384](https://togithub.com/Testably/Testably.Abstractions/pull/384) - feat: support .NET 8.0 | Timer no longer throws `ObjectDisposedException` by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/385](https://togithub.com/Testably/Testably.Abstractions/pull/385) - feat: support .NET 8.0 | Add new methods for `IZipFile` by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/386](https://togithub.com/Testably/Testably.Abstractions/pull/386) - feat: support .NET 8.0 | Add new methods for `IRandom` by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/387](https://togithub.com/Testably/Testably.Abstractions/pull/387) - chore(deps): update dependency testableio.system.io.abstractions to v19.2.67 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/390](https://togithub.com/Testably/Testably.Abstractions/pull/390) - chore(deps): update dependency microsoft.net.test.sdk to v17.7.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/391](https://togithub.com/Testably/Testably.Abstractions/pull/391) - chore(deps): update dependency testableio.system.io.abstractions to v19.2.69 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/392](https://togithub.com/Testably/Testably.Abstractions/pull/392) - chore(deps): update dependency testably.abstractions.fluentassertions to v0.7.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/393](https://togithub.com/Testably/Testably.Abstractions/pull/393) - chore(deps): update actions/checkout action to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/394](https://togithub.com/Testably/Testably.Abstractions/pull/394) - chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.25 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/395](https://togithub.com/Testably/Testably.Abstractions/pull/395) - chore(deps): update dependency testably.abstractions.fluentassertions to v0.8.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/396](https://togithub.com/Testably/Testably.Abstractions/pull/396) - chore(deps): update dependency testably.abstractions.fluentassertions to v0.9.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/397](https://togithub.com/Testably/Testably.Abstractions/pull/397) - refactor: use `Exist` and `NotExist` fluent assertions by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/398](https://togithub.com/Testably/Testably.Abstractions/pull/398) - fix: nullable warning from SonarCloud by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/400](https://togithub.com/Testably/Testably.Abstractions/pull/400) - chore(deps): update dependency nsubstitute to v5.1.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/401](https://togithub.com/Testably/Testably.Abstractions/pull/401) - chore(deps): update xunit-dotnet monorepo to v2.5.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/402](https://togithub.com/Testably/Testably.Abstractions/pull/402) - chore(deps): update actions/checkout digest to [`8ade135`](https://togithub.com/Testably/Testably.Abstractions/commit/8ade135) by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/404](https://togithub.com/Testably/Testably.Abstractions/pull/404) - docs: update README by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/405](https://togithub.com/Testably/Testably.Abstractions/pull/405) - chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.26 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/407](https://togithub.com/Testably/Testably.Abstractions/pull/407) - fix: explicitly specify `FileAttributes` in tests by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/406](https://togithub.com/Testably/Testably.Abstractions/pull/406) - fix: throw UnauthorizedAccessException when replacing a read-only file on Windows by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/408](https://togithub.com/Testably/Testably.Abstractions/pull/408) - chore(deps): update dependency testably.abstractions.fluentassertions to v1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/409](https://togithub.com/Testably/Testably.Abstractions/pull/409) **Full Changelog**: Testably/Testably.Abstractions@v2.4.1...v2.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Testably/Testably.Abstractions.FluentAssertions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This is addressed in release v2.5.0. |
vbreuss
referenced
this pull request
in Testably/Testably.Abstractions.FluentAssertions
Oct 7, 2023
…5.0 (#55) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Testably.Abstractions.Interface](https://togithub.com/Testably/Testably.Abstractions) | `2.4.1` -> `2.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Testably.Abstractions.Interface/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Testably.Abstractions.Interface/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Testably.Abstractions.Interface/2.4.1/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Testably.Abstractions.Interface/2.4.1/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Testably/Testably.Abstractions (Testably.Abstractions.Interface)</summary> ### [`v2.5.0`](https://togithub.com/Testably/Testably.Abstractions/releases/tag/v2.5.0) ##### What's Changed - chore(deps): update testably.abstractions packages to v2.4.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/379](https://togithub.com/Testably/Testably.Abstractions/pull/379) - refactor: prepare support for .NET 8.0 by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/388](https://togithub.com/Testably/Testably.Abstractions/pull/388) - feat: support .NET 8.0 | `LastAccessTime` is no longer updated for the source file when copying it on OSX by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/382](https://togithub.com/Testably/Testably.Abstractions/pull/382) - feat: support .NET 8.0 | Remove `BinaryFormatter` from `TestingException` by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/383](https://togithub.com/Testably/Testably.Abstractions/pull/383) - feat: support .NET 8.0 | Refresh cache on `IFileInfo.CreateText` by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/384](https://togithub.com/Testably/Testably.Abstractions/pull/384) - feat: support .NET 8.0 | Timer no longer throws `ObjectDisposedException` by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/385](https://togithub.com/Testably/Testably.Abstractions/pull/385) - feat: support .NET 8.0 | Add new methods for `IZipFile` by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/386](https://togithub.com/Testably/Testably.Abstractions/pull/386) - feat: support .NET 8.0 | Add new methods for `IRandom` by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/387](https://togithub.com/Testably/Testably.Abstractions/pull/387) - chore(deps): update dependency testableio.system.io.abstractions to v19.2.67 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/390](https://togithub.com/Testably/Testably.Abstractions/pull/390) - chore(deps): update dependency microsoft.net.test.sdk to v17.7.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/391](https://togithub.com/Testably/Testably.Abstractions/pull/391) - chore(deps): update dependency testableio.system.io.abstractions to v19.2.69 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/392](https://togithub.com/Testably/Testably.Abstractions/pull/392) - chore(deps): update dependency testably.abstractions.fluentassertions to v0.7.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/393](https://togithub.com/Testably/Testably.Abstractions/pull/393) - chore(deps): update actions/checkout action to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/394](https://togithub.com/Testably/Testably.Abstractions/pull/394) - chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.25 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/395](https://togithub.com/Testably/Testably.Abstractions/pull/395) - chore(deps): update dependency testably.abstractions.fluentassertions to v0.8.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/396](https://togithub.com/Testably/Testably.Abstractions/pull/396) - chore(deps): update dependency testably.abstractions.fluentassertions to v0.9.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/397](https://togithub.com/Testably/Testably.Abstractions/pull/397) - refactor: use `Exist` and `NotExist` fluent assertions by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/398](https://togithub.com/Testably/Testably.Abstractions/pull/398) - fix: nullable warning from SonarCloud by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/400](https://togithub.com/Testably/Testably.Abstractions/pull/400) - chore(deps): update dependency nsubstitute to v5.1.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/401](https://togithub.com/Testably/Testably.Abstractions/pull/401) - chore(deps): update xunit-dotnet monorepo to v2.5.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/402](https://togithub.com/Testably/Testably.Abstractions/pull/402) - chore(deps): update actions/checkout digest to [`8ade135`](https://togithub.com/Testably/Testably.Abstractions/commit/8ade135) by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/404](https://togithub.com/Testably/Testably.Abstractions/pull/404) - docs: update README by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/405](https://togithub.com/Testably/Testably.Abstractions/pull/405) - chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.26 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/407](https://togithub.com/Testably/Testably.Abstractions/pull/407) - fix: explicitly specify `FileAttributes` in tests by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/406](https://togithub.com/Testably/Testably.Abstractions/pull/406) - fix: throw UnauthorizedAccessException when replacing a read-only file on Windows by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/Testably/Testably.Abstractions/pull/408](https://togithub.com/Testably/Testably.Abstractions/pull/408) - chore(deps): update dependency testably.abstractions.fluentassertions to v1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Testably/Testably.Abstractions/pull/409](https://togithub.com/Testably/Testably.Abstractions/pull/409) **Full Changelog**: Testably/Testably.Abstractions@v2.4.1...v2.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Testably/Testably.Abstractions.FluentAssertions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add new methods for
IZipFile
:CreateFromDirectory
andExtractToDirectory
now also work with aStream