[PR #6519] [MERGED] Bump FsCheck.Xunit from 2.16.1 to 2.16.3 #11002

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6519
Author: @dependabot[bot]
Created: 9/6/2021
Status: Merged
Merged: 9/6/2021
Merged by: @Bond-009

Base: masterHead: dependabot/nuget/FsCheck.Xunit-2.16.3


📝 Commits (1)

  • c52fc71 Bump FsCheck.Xunit from 2.16.1 to 2.16.3

📊 Changes

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

View changed files

📝 tests/Jellyfin.Common.Tests/Jellyfin.Common.Tests.csproj (+1 -1)
📝 tests/Jellyfin.Extensions.Tests/Jellyfin.Extensions.Tests.csproj (+1 -1)
📝 tests/Jellyfin.Model.Tests/Jellyfin.Model.Tests.csproj (+1 -1)
📝 tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj (+1 -1)

📄 Description

Bumps FsCheck.Xunit from 2.16.1 to 2.16.3.

Release notes

Sourced from FsCheck.Xunit's releases.

2.16.3

Allow configuration in FsCheck.Xunit.PropertiesAttribute to affect properties on nested types or modules. PropertiesAttribute on the closest enclosing type takes precedence. Add FsCheck.Xunit.TestOutputRunner - a simple runner which just redirects output to xUnit's TestOutputHelper.

2.16.2

Support generation and shrinking of System.Collections.Immutable types via reflection.

Changelog

Sourced from FsCheck.Xunit's changelog.

2.16.3 - 4 September 2021

  • Allow configuration in FsCheck.Xunit.PropertiesAttribute to affect properties on nested types or modules. PropertiesAttribute on the closest enclosing type takes precedence.

  • Add FsCheck.Xunit.TestOutputRunner - a simple runner which just redirects output to xUnit's TestOutputHelper.

2.16.2 - 30 August 2021

  • Support generation and shrinking of System.Collections.Immutable types via reflection.
Commits
  • 83d3f3e Update release notes.
  • d57ba75 Add FsCheck.Xunit.TestOutputRunner.
  • 1b82d77 Update release notes.
  • a69cb7a Allow PropertiesAttribute to affect properties on nested types/modules.
  • 6fc0fb0 Add new version to release notes.
  • c3809c3 Update release notes.
  • d37e733 Add type annotations to avoid inferred #seq causing problems during Release b...
  • 331fde8 Test using Release builds.
  • 67ccfe0 Generate and shrink System.Collections.Immutable types reflectively.
  • 8ab4772 Update fake, paket to latest stable.
  • 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/6519 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/6/2021 **Status:** ✅ Merged **Merged:** 9/6/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `dependabot/nuget/FsCheck.Xunit-2.16.3` --- ### 📝 Commits (1) - [`c52fc71`](https://github.com/jellyfin/jellyfin/commit/c52fc714aa2c3386cd5f175e977afbc0c23eac9b) Bump FsCheck.Xunit from 2.16.1 to 2.16.3 ### 📊 Changes **4 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `tests/Jellyfin.Common.Tests/Jellyfin.Common.Tests.csproj` (+1 -1) 📝 `tests/Jellyfin.Extensions.Tests/Jellyfin.Extensions.Tests.csproj` (+1 -1) 📝 `tests/Jellyfin.Model.Tests/Jellyfin.Model.Tests.csproj` (+1 -1) 📝 `tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj` (+1 -1) </details> ### 📄 Description Bumps [FsCheck.Xunit](https://github.com/fsharp/FsCheck) from 2.16.1 to 2.16.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fsharp/FsCheck/releases">FsCheck.Xunit's releases</a>.</em></p> <blockquote> <h2>2.16.3</h2> <p>Allow configuration in FsCheck.Xunit.PropertiesAttribute to affect properties on nested types or modules. PropertiesAttribute on the closest enclosing type takes precedence. Add FsCheck.Xunit.TestOutputRunner - a simple runner which just redirects output to xUnit's TestOutputHelper.</p> <h2>2.16.2</h2> <p>Support generation and shrinking of System.Collections.Immutable types via reflection.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md">FsCheck.Xunit's changelog</a>.</em></p> <blockquote> <h3>2.16.3 - 4 September 2021</h3> <ul> <li> <p>Allow configuration in FsCheck.Xunit.PropertiesAttribute to affect properties on nested types or modules. PropertiesAttribute on the closest enclosing type takes precedence.</p> </li> <li> <p>Add FsCheck.Xunit.TestOutputRunner - a simple runner which just redirects output to xUnit's TestOutputHelper.</p> </li> </ul> <h3>2.16.2 - 30 August 2021</h3> <ul> <li>Support generation and shrinking of System.Collections.Immutable types via reflection.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fscheck/FsCheck/commit/83d3f3e8f9b2a841bd3f501e2bf1e31319a5c2ed"><code>83d3f3e</code></a> Update release notes.</li> <li><a href="https://github.com/fscheck/FsCheck/commit/d57ba7551dba024c13ba5131be5e82d8584181b0"><code>d57ba75</code></a> Add FsCheck.Xunit.TestOutputRunner.</li> <li><a href="https://github.com/fscheck/FsCheck/commit/1b82d77aae01f2d2e98f6082e209da816591b1b9"><code>1b82d77</code></a> Update release notes.</li> <li><a href="https://github.com/fscheck/FsCheck/commit/a69cb7aed2837cb32b1b261eda659a01ad30449a"><code>a69cb7a</code></a> Allow PropertiesAttribute to affect properties on nested types/modules.</li> <li><a href="https://github.com/fscheck/FsCheck/commit/6fc0fb0f59d9408e5536579ac0ed77d907df881d"><code>6fc0fb0</code></a> Add new version to release notes.</li> <li><a href="https://github.com/fscheck/FsCheck/commit/c3809c37529b9f67ad86c29ab0759a8eb446e92e"><code>c3809c3</code></a> Update release notes.</li> <li><a href="https://github.com/fscheck/FsCheck/commit/d37e7330268e8e9e157ac25df003094cd6be64f8"><code>d37e733</code></a> Add type annotations to avoid inferred #seq causing problems during Release b...</li> <li><a href="https://github.com/fscheck/FsCheck/commit/331fde80ab5ca41dc631abb51e003e834e8c144a"><code>331fde8</code></a> Test using Release builds.</li> <li><a href="https://github.com/fscheck/FsCheck/commit/67ccfe09e1fdebe953f65d4659911b05c2834db1"><code>67ccfe0</code></a> Generate and shrink System.Collections.Immutable types reflectively.</li> <li><a href="https://github.com/fscheck/FsCheck/commit/8ab4772f730a357f2d8e796b7857e1a5a7f1053f"><code>8ab4772</code></a> Update fake, paket to latest stable.</li> <li>See full diff in <a href="https://github.com/fsharp/FsCheck/compare/2.16.1...2.16.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=FsCheck.Xunit&package-manager=nuget&previous-version=2.16.1&new-version=2.16.3)](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:30:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11002