nuget: bump the nunit group with 2 updates #3

Open
dependabot[bot] wants to merge 1 commit from dependabot/nuget/nunit-450b33da85 into master
dependabot[bot] commented 2024-10-01 19:21:55 +00:00 (Migrated from github.com)

Bumps the nunit group with 2 updates: NUnit and NUnit3TestAdapter.

Updates NUnit from 3.13.3 to 4.2.2

Release notes

Sourced from NUnit's releases.

NUnit 4.2.2

Hotfix for fixing regression bug #4802

What's Changed

Full Changelog: https://github.com/nunit/nunit/compare/4.2.1...4.2.2

NUnit 4.2.1

Hotfix release for Issue #4794 and #4795, affecting .Net Framework.

NUnit 4.2.0

See release notes

NUnit 4.1.0

See release notes

NUnit 4.0.1

Patch release to fix windows targets

See release notes and See migration guide

NUnit 4.0.0

See release notes and See migration guide

NUnit 4.0.0-beta.1

See release notes and information

NUnit 3.14.0

See release notes

Changelog

Sourced from NUnit's changelog.

For further changes, see release notes


NUnit 4.0.0 - November 26, 2023

All changes, see release notes

NUnit 4.0.0-beta.1 - October 8, 2023

This release is the first beta release of NUnit 4.0. All changes, see release notes

NUnit 3.13.2 - April 27, 2021

This release fixes a new issue with the FixtureLifeCycle attribute where IDisposable test fixtures were not being disposed properly. As always, @​gleb-osokin has been a great help with this new feature.

It also fixes a long-standing performance issue with CollectionAssert.AreEquivalent and the CollectionEquivalentConstraint when comparing large collections. The deep comparison that NUnit performs on the two collections will always have a worst case bound of O(n^2) but we have optimized it so that the majority of use cases will be closer to O(n).

We've also made significant optimizations to the OR filters for selecting tests using their full name. This dramatically improves test performance for large code bases that use dotnet test. Thanks to @​pakrym for his help with this.

Issues Resolved

  • 2799 CollectionAssert.AreEquivalent is extremely slow
  • 3589 File headers, copyrights, and licenses
  • 3773 IDisposable not working with InstancePerTestCase
  • 3779 Obsolete AreEqual methods with nullable numeric arguments for 3.13
  • 3784 Build the v3.13-dev branch
  • 3786 NUnit with dotnet test results in O(n^2) filtering complexity
  • 3810 Enable deterministic build
  • 3818 AppVeyor failing to build v3.13-dev branch PRs
  • 3832 Deploy v3.13-dev branch builds to MyGet

NUnit 3.13.1 - January 31, 2021

This release addresses several misses with the new FixtureLifeCycle attribute, switches to using SourceLink and NuGet snupkg packages for debugging into NUnit from your unit tests. It also addresses issues with the time format of ignored and explicit tests in the test results file.

Issues Resolved

  • 2339 Wrong date format in Ignored TestFixtures
  • 3715 FixtureLifeCycle(LifeCycle.InstancePerTestCase) Not working with TestFixtureSource
  • 3716 Assembly level FixtureLifeCycle(LifeCycle.InstancePerTestCase) doesn't work
  • 3724 Test start and end time should end with Z
  • 3726 Assert EqualTo().Within().Seconds does not work with DateTimes in NUnit 3.13
  • 3729 AppVeyor builds failing
  • 3736 AreEqual.Within throws on failure with non-numeric types
  • 3743 Parametrized tests do not respect FixtureLifeCycle.InstancePerTestCase
  • 3745 After upgrading to NUnit 3.13.0 the debugger enters NUnit code despite having checked "Enable Just My Code"

... (truncated)

Commits

Updates NUnit3TestAdapter from 4.1.0 to 4.6.0

Release notes

Sourced from NUnit3TestAdapter's releases.

V4.6.0

See release notes

V4.5.0

Release for support of NUnit4 Fix for Issue #1100

V4.4.2

Hotfix release for the issues nunit/nunit3-vs-adapter#1065, nunit/nunit3-vs-adapter#1066, nunit/nunit3-vs-adapter#1069 and nunit/nunit3-vs-adapter#1070

What's Changed

Full Changelog: https://github.com/nunit/nunit3-vs-adapter/compare/V4.4.0...V4.4.2

V4.4.1

Hotfix release for the issues #1065, #1066, #1069 and #1070

V4.4.0

See release notes here

V4.4.0-beta.1

See release notes here

V4.3.2

A hotfix release for adapter version 4.3 for Issue #1144 Ability to run under .net 8, while targeting net framework 4.5

V4.3.1

See release notes here

V4.3.0

See release notes here

V4.2.1

See release notes here

NUnit3Test Adapter 4.2.0

See release notes here

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the nunit group with 2 updates: [NUnit](https://github.com/nunit/nunit) and [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter). Updates `NUnit` from 3.13.3 to 4.2.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nunit/nunit/releases">NUnit's releases</a>.</em></p> <blockquote> <h2>NUnit 4.2.2</h2> <p>Hotfix for fixing regression bug <a href="https://redirect.github.com/nunit/nunit/issues/4802">#4802</a></p> <h2>What's Changed</h2> <ul> <li>Use default blocking strategy for valuetasks by <a href="https://github.com/stevenaw"><code>@​stevenaw</code></a> in <a href="https://redirect.github.com/nunit/nunit/pull/4804">nunit/nunit#4804</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nunit/nunit/compare/4.2.1...4.2.2">https://github.com/nunit/nunit/compare/4.2.1...4.2.2</a></p> <h2>NUnit 4.2.1</h2> <p>Hotfix release for Issue <a href="https://redirect.github.com/nunit/nunit/issues/4794">#4794</a> and <a href="https://redirect.github.com/nunit/nunit/issues/4795">#4795</a>, affecting .Net Framework.</p> <h2>NUnit 4.2.0</h2> <p>See <a href="https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-42---august-23-2024">release notes</a></p> <h2>NUnit 4.1.0</h2> <p>See <a href="https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-41---february-23-2024">release notes</a></p> <h2>NUnit 4.0.1</h2> <p>Patch release to fix windows targets</p> <p>See <a href="https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-401---december-2-2023">release notes</a> and See <a href="https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html">migration guide</a></p> <h2>NUnit 4.0.0</h2> <p>See <a href="https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-400---november-26-2023">release notes</a> and See <a href="https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html">migration guide</a></p> <h2>NUnit 4.0.0-beta.1</h2> <p>See <a href="https://docs.nunit.org/articles/nunit/release-notes/framework.html">release notes</a> and <a href="https://docs.nunit.org/articles/nunit/Towards-NUnit4.html">information</a></p> <h2>NUnit 3.14.0</h2> <p>See <a href="https://docs.nunit.org/articles/nunit/release-notes/framework.html">release notes</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nunit/nunit/blob/main/CHANGES.md">NUnit's changelog</a>.</em></p> <blockquote> <p>For further changes, see <a href="https://docs.nunit.org/articles/nunit/release-notes/framework.html">release notes</a></p> <hr /> <h2>NUnit 4.0.0 - November 26, 2023</h2> <p>All changes, see <a href="https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-400">release notes</a></p> <h2>NUnit 4.0.0-beta.1 - October 8, 2023</h2> <p>This release is the first beta release of NUnit 4.0. All changes, see <a href="https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-400-beta1---tba">release notes</a></p> <h2>NUnit 3.13.2 - April 27, 2021</h2> <p>This release fixes a new issue with the <code>FixtureLifeCycle</code> attribute where <code>IDisposable</code> test fixtures were not being disposed properly. As always, <a href="https://github.com/gleb-osokin"><code>@​gleb-osokin</code></a> has been a great help with this new feature.</p> <p>It also fixes a long-standing performance issue with <code>CollectionAssert.AreEquivalent</code> and the <code>CollectionEquivalentConstraint</code> when comparing large collections. The deep comparison that NUnit performs on the two collections will always have a worst case bound of O(n^2) but we have optimized it so that the majority of use cases will be closer to O(n).</p> <p>We've also made significant optimizations to the OR filters for selecting tests using their full name. This dramatically improves test performance for large code bases that use <code>dotnet test</code>. Thanks to <a href="https://github.com/pakrym"><code>@​pakrym</code></a> for his help with this.</p> <h3>Issues Resolved</h3> <ul> <li>2799 CollectionAssert.AreEquivalent is extremely slow</li> <li>3589 File headers, copyrights, and licenses</li> <li>3773 IDisposable not working with InstancePerTestCase</li> <li>3779 Obsolete AreEqual methods with nullable numeric arguments for 3.13</li> <li>3784 Build the v3.13-dev branch</li> <li>3786 NUnit with dotnet test results in O(n^2) filtering complexity</li> <li>3810 Enable deterministic build</li> <li>3818 AppVeyor failing to build v3.13-dev branch PRs</li> <li>3832 Deploy v3.13-dev branch builds to MyGet</li> </ul> <h2>NUnit 3.13.1 - January 31, 2021</h2> <p>This release addresses several misses with the new <code>FixtureLifeCycle</code> attribute, switches to using <a href="https://github.com/dotnet/sourcelink">SourceLink</a> and NuGet <a href="https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg">snupkg</a> packages for debugging into NUnit from your unit tests. It also addresses issues with the time format of ignored and explicit tests in the test results file.</p> <h3>Issues Resolved</h3> <ul> <li>2339 Wrong date format in Ignored TestFixtures</li> <li>3715 FixtureLifeCycle(LifeCycle.InstancePerTestCase) Not working with TestFixtureSource</li> <li>3716 Assembly level FixtureLifeCycle(LifeCycle.InstancePerTestCase) doesn't work</li> <li>3724 Test start and end time should end with Z</li> <li>3726 Assert EqualTo().Within().Seconds does not work with DateTimes in NUnit 3.13</li> <li>3729 AppVeyor builds failing</li> <li>3736 AreEqual.Within throws on failure with non-numeric types</li> <li>3743 Parametrized tests do not respect FixtureLifeCycle.InstancePerTestCase</li> <li>3745 After upgrading to NUnit 3.13.0 the debugger enters NUnit code despite having checked &quot;Enable Just My Code&quot;</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nunit/nunit/commit/116802d7be7619746537ae1d8ff30c19d644d823"><code>116802d</code></a> Merge pull request <a href="https://redirect.github.com/nunit/nunit/issues/4804">#4804</a> from nunit/fix-value-task-awaiter</li> <li><a href="https://github.com/nunit/nunit/commit/2b6b6e707091e7a9c03cd264a787e46e6c9323a2"><code>2b6b6e7</code></a> Use default blocking strategy</li> <li><a href="https://github.com/nunit/nunit/commit/5c0ae909c2e905a860cbd7e67301e4b70c86afd4"><code>5c0ae90</code></a> Fixes <a href="https://redirect.github.com/nunit/nunit/issues/4798">#4798</a> (<a href="https://redirect.github.com/nunit/nunit/issues/4799">#4799</a>)</li> <li><a href="https://github.com/nunit/nunit/commit/6446ba0080c8df14d0b6b8522cdb7bfaa7469dcf"><code>6446ba0</code></a> Issue4794 (<a href="https://redirect.github.com/nunit/nunit/issues/4796">#4796</a>)</li> <li><a href="https://github.com/nunit/nunit/commit/3f1eb0454234205c99419918115bbedeb33bcd4d"><code>3f1eb04</code></a> Prepare for Release 4.2. (<a href="https://redirect.github.com/nunit/nunit/issues/4792">#4792</a>)</li> <li><a href="https://github.com/nunit/nunit/commit/7224040b409798631a3fda1b5a12877315cfe370"><code>7224040</code></a> Optimize message formatting (<a href="https://redirect.github.com/nunit/nunit/issues/4788">#4788</a>)</li> <li><a href="https://github.com/nunit/nunit/commit/e59e1bf78c80b51cf9c325a46d2b2e64b97a8b28"><code>e59e1bf</code></a> Merge pull request <a href="https://redirect.github.com/nunit/nunit/issues/4709">#4709</a> from maettu-this/4686_ProgressTraceListener</li> <li><a href="https://github.com/nunit/nunit/commit/972aa33991b390a6f0e48d243d5d88ad13d5ea76"><code>972aa33</code></a> Remove now unnecessary using statement.</li> <li><a href="https://github.com/nunit/nunit/commit/e92ba3fa5a897554600e45d6f9a4241b20e5a2df"><code>e92ba3f</code></a> HostProtection attribute removed (review request by <a href="https://github.com/stevenaw"><code>@​stevenaw</code></a>)</li> <li><a href="https://github.com/nunit/nunit/commit/51cd8b7144ad359dc070522303d303c1ebb8c04d"><code>51cd8b7</code></a> Clarifying the use of the listener (review finding <a href="https://github.com/manfred-brands"><code>@​manfred-brands</code></a>)</li> <li>Additional commits viewable in <a href="https://github.com/nunit/nunit/compare/v3.13.3...4.2.2">compare view</a></li> </ul> </details> <br /> Updates `NUnit3TestAdapter` from 4.1.0 to 4.6.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nunit/nunit3-vs-adapter/releases">NUnit3TestAdapter's releases</a>.</em></p> <blockquote> <h2>V4.6.0</h2> <p>See <a href="https://docs.nunit.org/articles/vs-test-adapter/AdapterV4-Release-Notes.html">release notes</a></p> <h2>V4.5.0</h2> <p>Release for support of NUnit4 Fix for Issue <a href="https://redirect.github.com/nunit/nunit3-vs-adapter/issues/1100">#1100</a></p> <h2>V4.4.2</h2> <p>Hotfix release for the issues <a href="https://redirect.github.com/nunit/nunit3-vs-adapter/issues/1065">nunit/nunit3-vs-adapter#1065</a>, <a href="https://redirect.github.com/nunit/nunit3-vs-adapter/issues/1066">nunit/nunit3-vs-adapter#1066</a>, <a href="https://redirect.github.com/nunit/nunit3-vs-adapter/issues/1069">nunit/nunit3-vs-adapter#1069</a> and <a href="https://redirect.github.com/nunit/nunit3-vs-adapter/issues/1070">nunit/nunit3-vs-adapter#1070</a></p> <h2>What's Changed</h2> <ul> <li>Enginefix by <a href="https://github.com/OsirisTerje"><code>@​OsirisTerje</code></a> in <a href="https://redirect.github.com/nunit/nunit3-vs-adapter/pull/1072">nunit/nunit3-vs-adapter#1072</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nunit/nunit3-vs-adapter/compare/V4.4.0...V4.4.2">https://github.com/nunit/nunit3-vs-adapter/compare/V4.4.0...V4.4.2</a></p> <h2>V4.4.1</h2> <p>Hotfix release for the issues <a href="https://redirect.github.com/nunit/nunit3-vs-adapter/issues/1065">#1065</a>, <a href="https://redirect.github.com/nunit/nunit3-vs-adapter/issues/1066">#1066</a>, <a href="https://redirect.github.com/nunit/nunit3-vs-adapter/issues/1069">#1069</a> and <a href="https://redirect.github.com/nunit/nunit3-vs-adapter/issues/1070">#1070</a></p> <h2>V4.4.0</h2> <p>See release notes <a href="https://docs.nunit.org/articles/vs-test-adapter/AdapterV4-Release-Notes.html">here</a></p> <h2>V4.4.0-beta.1</h2> <p>See release notes <a href="https://docs.nunit.org/articles/vs-test-adapter/AdapterV4-Release-Notes.html">here</a></p> <h2>V4.3.2</h2> <p>A hotfix release for adapter version 4.3 for Issue <a href="https://redirect.github.com/nunit/nunit3-vs-adapter/issues/1144">#1144</a> Ability to run under .net 8, while targeting net framework 4.5</p> <h2>V4.3.1</h2> <p>See release notes <a href="https://docs.nunit.org/articles/vs-test-adapter/AdapterV4-Release-Notes.html">here</a></p> <h2>V4.3.0</h2> <p>See release notes <a href="https://docs.nunit.org/articles/vs-test-adapter/AdapterV4-Release-Notes.html">here</a></p> <h2>V4.2.1</h2> <p>See release notes <a href="https://docs.nunit.org/articles/vs-test-adapter/AdapterV4-Release-Notes.html">here</a></p> <h2>NUnit3Test Adapter 4.2.0</h2> <p>See release notes <a href="https://docs.nunit.org/articles/vs-test-adapter/AdapterV4-Release-Notes.html">here</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nunit/nunit3-vs-adapter/commit/9531203ffbcded1900b2e7d2695caa8ea8abda54"><code>9531203</code></a> Merge pull request <a href="https://redirect.github.com/nunit/nunit3-vs-adapter/issues/1194">#1194</a> from nunit/prep460</li> <li><a href="https://github.com/nunit/nunit3-vs-adapter/commit/667bdb891dbf1224f94eb3b8822d18c720ec82f9"><code>667bdb8</code></a> Updated to prod version 4.6.0</li> <li><a href="https://github.com/nunit/nunit3-vs-adapter/commit/2f51a3fd409c47067c2a2f5a433f899ec28303f8"><code>2f51a3f</code></a> Merge pull request <a href="https://redirect.github.com/nunit/nunit3-vs-adapter/issues/1192">#1192</a> from nunit/updateengine</li> <li><a href="https://github.com/nunit/nunit3-vs-adapter/commit/d69f805dfe7b490085adf0e314ae4e67ba99f0b6"><code>d69f805</code></a> Updated yaml files</li> <li><a href="https://github.com/nunit/nunit3-vs-adapter/commit/3956e1c36cf513f44047d4b69c87ec7dd3278196"><code>3956e1c</code></a> prepare 4.6</li> <li><a href="https://github.com/nunit/nunit3-vs-adapter/commit/89d1960cebcee6131417eb2c0695b1583560c539"><code>89d1960</code></a> Merge pull request <a href="https://redirect.github.com/nunit/nunit3-vs-adapter/issues/1191">#1191</a> from nunit/fix1186</li> <li><a href="https://github.com/nunit/nunit3-vs-adapter/commit/d1e1296fece853c2c4936f0f23584a5d6e738852"><code>d1e1296</code></a> Merge branch 'master' into fix1186</li> <li><a href="https://github.com/nunit/nunit3-vs-adapter/commit/e0c21e577d0957475aa25f2c07becc17c46697ba"><code>e0c21e5</code></a> Merge pull request <a href="https://redirect.github.com/nunit/nunit3-vs-adapter/issues/1179">#1179</a> from Zocdoc/issue_1138</li> <li><a href="https://github.com/nunit/nunit3-vs-adapter/commit/43dad5bef3c06569cf3baffbb3f7d3beca1c0b68"><code>43dad5b</code></a> Fix <a href="https://redirect.github.com/nunit/nunit3-vs-adapter/issues/1186">#1186</a></li> <li><a href="https://github.com/nunit/nunit3-vs-adapter/commit/8b62d78c220f6154426ee9208137c3b3b4648a96"><code>8b62d78</code></a> don't expand the partition filter</li> <li>Additional commits viewable in <a href="https://github.com/nunit/nunit3-vs-adapter/compare/V4.1.0...V4.6.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
dependabot[bot] commented 2024-10-01 19:21:56 +00:00 (Migrated from github.com)

Dependabot tried to add @TSRBerry as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/Synthlight/Ryujinx/pulls/3/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the Synthlight/Ryujinx repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request
Dependabot tried to add `@TSRBerry` as a reviewer to this PR, but received the following error from GitHub: ``` POST https://api.github.com/repos/Synthlight/Ryujinx/pulls/3/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the Synthlight/Ryujinx repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request ```
dependabot[bot] commented 2024-10-01 19:21:56 +00:00 (Migrated from github.com)

The following labels could not be found: infra.

The following labels could not be found: `infra`.
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/nuget/nunit-450b33da85:dependabot/nuget/nunit-450b33da85
git checkout dependabot/nuget/nunit-450b33da85

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff dependabot/nuget/nunit-450b33da85
git checkout master
git merge --ff-only dependabot/nuget/nunit-450b33da85
git checkout dependabot/nuget/nunit-450b33da85
git rebase master
git checkout master
git merge --no-ff dependabot/nuget/nunit-450b33da85
git checkout master
git merge --squash dependabot/nuget/nunit-450b33da85
git checkout master
git merge --ff-only dependabot/nuget/nunit-450b33da85
git checkout master
git merge dependabot/nuget/nunit-450b33da85
git push origin master
Sign in to join this conversation.
No description provided.