Uh oh!
There was an error while loading. Please reload this page.
chore(deps): update dependency nunit to v4 - #1058
Conversation
vbreuss
commented
Nov 28, 2023
Please note, that NUnit v4 does not support
|
adb3bf3 to
8994eadComparefgreinacher
commented
Nov 30, 2023
Thanks for pointing that out @vbreuss. Maybe this would be a good opportunity to remove all unsupported .NET versions from our test projects, WDYT? |
vbreuss
commented
Nov 30, 2023
Currently we support the following frameworks: <TargetFrameworks>net8.0;net7.0;net6.0;net5.0;netstandard2.1;netstandard2.0;net461</TargetFrameworks>I think it is no longer necessary to support, e.g. It is more difficult with
So if we remove |
8994ead to
b519d42Comparefgreinacher
commented
Dec 2, 2023
I think we can upgrade to .NET 4.6.2. that one is still supported for a few years, see https://learn.microsoft.com/de-de/lifecycle/products/microsoft-net-framework. |
vbreuss
commented
Dec 4, 2023
I created #1060 to update the supported frameworks. |
294457a to
3545b85CompareUpdate frameworks in preparation to support [nunit v4](https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-400---november-26-2023): - Update .NET Framework 4.6.1 to .NET Framework 4.6.2 - Remove no longer supported version .NET 5 - Remove .NET Core 3.1 from test project Related to #1058 BREAKING CHANGE: .NET Framework 4.6.1 and .NET 5 targets are not available anymore because they are [out of support](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core).
f7855b0 to
4289f19Comparevbreuss
commented
Dec 6, 2023
Before we can update to NUnit v4 we have to either wait for a new version of Snapshooter (see SwissLife-OSS/snapshooter#188) or find a new way for ApiParityTests. |
4289f19 to
be593ecComparefgreinacher
commented
Dec 7, 2023
Let's wait a bit, the PR seems to make good progress. |
be593ec to
8b941a2Compare61a6c19 to
3dd423bCompare3dd423b to
c80ac2dComparec80ac2d to
c86394dComparec86394d to
69fdaf9Comparefgreinacher
commented
Jan 8, 2024
I cherry-picked bc4723f to get the new Snapshooter version. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
268606b to
ada29b2CompareThis is addressed in release v20.0.15. |
…20.0.15 (#451) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [TestableIO.System.IO.Abstractions](https://togithub.com/TestableIO/System.IO.Abstractions) | `20.0.4` -> `20.0.15` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>TestableIO/System.IO.Abstractions (TestableIO.System.IO.Abstractions)</summary> ### [`v20.0.15`](https://togithub.com/TestableIO/System.IO.Abstractions/releases/tag/v20.0.15) #### What's Changed - chore(deps): update dependency benchmarkdotnet to v0.13.11 by [@​renovate](https://togithub.com/renovate) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1066](https://togithub.com/TestableIO/System.IO.Abstractions/pull/1066) - refactor: Convert Classic Assert to Constraint Model by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1065](https://togithub.com/TestableIO/System.IO.Abstractions/pull/1065) - chore(deps): update actions/upload-artifact action to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1068](https://togithub.com/TestableIO/System.IO.Abstractions/pull/1068) - chore(deps): update actions/download-artifact action to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1067](https://togithub.com/TestableIO/System.IO.Abstractions/pull/1067) - chore(deps): update dependency saucecontrol.inheritdoc to v2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1069](https://togithub.com/TestableIO/System.IO.Abstractions/pull/1069) - chore(deps): update apexskier/github-release-commenter action to v1.3.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1071](https://togithub.com/TestableIO/System.IO.Abstractions/pull/1071) - chore(deps): update dependency benchmarkdotnet to v0.13.12 by [@​renovate](https://togithub.com/renovate) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1075](https://togithub.com/TestableIO/System.IO.Abstractions/pull/1075) - chore(deps): update dependency nunit to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1058](https://togithub.com/TestableIO/System.IO.Abstractions/pull/1058) - chore(deps): update dependency dotnet-sdk to v8.0.101 by [@​renovate](https://togithub.com/renovate) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1077](https://togithub.com/TestableIO/System.IO.Abstractions/pull/1077) - refactor: remove workaround for Snapshooter/NUnit 4/.NET 4.6.2 compat… by [@​fgreinacher](https://togithub.com/fgreinacher) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1076](https://togithub.com/TestableIO/System.IO.Abstractions/pull/1076) - fix: use correct path for wrapped `FileInfo` and `DirectoryInfo` by [@​vbreuss](https://togithub.com/vbreuss) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1079](https://togithub.com/TestableIO/System.IO.Abstractions/pull/1079) **Full Changelog**: TestableIO/System.IO.Abstractions@v20.0.4...v20.0.15 </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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:
3.14.0->4.0.1Release Notes
nunit/nunit (NUnit)
v4.0.1: NUnit 4.0.1Patch release to fix windows targets
See release notes
and
See migration guide
v4.0.0All changes, see release notes
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.
This PR has been generated by Mend Renovate. View repository job log here.