[PR #5799] [MERGED] Bump AutoFixture.Xunit2 from 4.15.0 to 4.16.0 #10664

Closed
opened 2026-02-07 06:24:32 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5799
Author: @dependabot[bot]
Created: 4/13/2021
Status: Merged
Merged: 4/19/2021
Merged by: @Bond-009

Base: masterHead: dependabot/nuget/AutoFixture.Xunit2-4.16.0


📝 Commits (1)

  • dc628d1 Bump AutoFixture.Xunit2 from 4.15.0 to 4.16.0

📊 Changes

3 files changed (+3 additions, -3 deletions)

View changed files

📝 tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj (+1 -1)
📝 tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj (+1 -1)
📝 tests/Jellyfin.Server.Tests/Jellyfin.Server.Tests.csproj (+1 -1)

📄 Description

Bumps AutoFixture.Xunit2 from 4.15.0 to 4.16.0.

Release notes

Sourced from AutoFixture.Xunit2's releases.

Version 4.16.0

New features:

Fixes:

  • ConstructorInitializedMemberAssertion false positive for bool arguments (#1236)
  • [NSubstitute] Fix override for ref/out value when value is modified by user (#1251)
Commits
  • 7e26b35 Merge pull request #1251 from zvirja/fix-nsub-value-rewrite
  • 6489cec Fix build warnings
  • ebbec81 To not override ref/out if was modified to same value
  • 359a3b0 Fixes ConstructorInitializedMemberAssertion false positive for bool arguments...
  • 2e525fc Added EnumDataTypeAttributeRelay.cs and EnumDataTypeAttributeRelayTes… (#1218)
  • a8c068d Updates recommended places for asking questions (#1234)
  • 9af2177 Fix dead links in README. Correct typo in CONTRIBUTING. (#1224)
  • See full diff in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/5799 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/13/2021 **Status:** ✅ Merged **Merged:** 4/19/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `dependabot/nuget/AutoFixture.Xunit2-4.16.0` --- ### 📝 Commits (1) - [`dc628d1`](https://github.com/jellyfin/jellyfin/commit/dc628d1e1c18f169e5c3fc9da3e257967149ca0d) Bump AutoFixture.Xunit2 from 4.15.0 to 4.16.0 ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj` (+1 -1) 📝 `tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj` (+1 -1) 📝 `tests/Jellyfin.Server.Tests/Jellyfin.Server.Tests.csproj` (+1 -1) </details> ### 📄 Description Bumps [AutoFixture.Xunit2](https://github.com/AutoFixture/AutoFixture) from 4.15.0 to 4.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/AutoFixture/AutoFixture/releases">AutoFixture.Xunit2's releases</a>.</em></p> <blockquote> <h2>Version 4.16.0</h2> <p>New features:</p> <ul> <li>Add support for <code>EnumDataType</code> annotation attribute (<a href="https://github-redirect.dependabot.com/AutoFixture/AutoFixture/issues/1218">#1218</a>, thanks <a href="https://github.com/elasskiy"><code>@​elasskiy</code></a>)</li> </ul> <p>Fixes:</p> <ul> <li><code>ConstructorInitializedMemberAssertion</code> false positive for bool arguments (<a href="https://github-redirect.dependabot.com/AutoFixture/AutoFixture/issues/1236">#1236</a>)</li> <li>[NSubstitute] Fix override for <code>ref/out</code> value when value is modified by user (<a href="https://github-redirect.dependabot.com/AutoFixture/AutoFixture/issues/1251">#1251</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AutoFixture/AutoFixture/commit/7e26b3530661bfae912d6ee5555f2a16db111732"><code>7e26b35</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/AutoFixture/AutoFixture/issues/1251">#1251</a> from zvirja/fix-nsub-value-rewrite</li> <li><a href="https://github.com/AutoFixture/AutoFixture/commit/6489cec9d7d4dc85910907e8664bf357e7dace6a"><code>6489cec</code></a> Fix build warnings</li> <li><a href="https://github.com/AutoFixture/AutoFixture/commit/ebbec81acbb3a94cf13afb5cd885b5942c0dfb06"><code>ebbec81</code></a> To not override ref/out if was modified to same value</li> <li><a href="https://github.com/AutoFixture/AutoFixture/commit/359a3b04ebee9645ee552e904f091731fdb64d0a"><code>359a3b0</code></a> Fixes ConstructorInitializedMemberAssertion false positive for bool arguments...</li> <li><a href="https://github.com/AutoFixture/AutoFixture/commit/2e525fcff13dcfe315d5158c4770b25a6f2bfea0"><code>2e525fc</code></a> Added EnumDataTypeAttributeRelay.cs and EnumDataTypeAttributeRelayTes… (<a href="https://github-redirect.dependabot.com/AutoFixture/AutoFixture/issues/1218">#1218</a>)</li> <li><a href="https://github.com/AutoFixture/AutoFixture/commit/a8c068d3613bf43ea12e723b8a5fcda81434d725"><code>a8c068d</code></a> Updates recommended places for asking questions (<a href="https://github-redirect.dependabot.com/AutoFixture/AutoFixture/issues/1234">#1234</a>)</li> <li><a href="https://github.com/AutoFixture/AutoFixture/commit/9af217724007540e72cebd2fb614dd4e3b8a5075"><code>9af2177</code></a> Fix dead links in README. Correct typo in CONTRIBUTING. (<a href="https://github-redirect.dependabot.com/AutoFixture/AutoFixture/issues/1224">#1224</a>)</li> <li>See full diff in <a href="https://github.com/AutoFixture/AutoFixture/compare/v4.15.0...v4.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=AutoFixture.Xunit2&package-manager=nuget&previous-version=4.15.0&new-version=4.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:24:32 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10664