Skip to content

Bump AutoFixture and AutoFixture.Xunit3 - #258

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/multi-c32f5d3d75
Closed

Bump AutoFixture and AutoFixture.Xunit3#258
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/multi-c32f5d3d75

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Updated AutoFixture from 5.0.0-preview0012 to 5.0.0-rc.1.

Release notes

Sourced from AutoFixture's releases.

5.0.0-rc.1

What's Changed

New Contributors

Full Changelog: AutoFixture/AutoFixture@v5.0.0-preview012...v5.0.0-preview.13

5.0.0-preview012

What's Changed

New Contributors

Full Changelog: AutoFixture/AutoFixture@v5.0.0-preview011...v5.0.0-preview012

5.0.0-preview011

What's Changed

Full Changelog: AutoFixture/AutoFixture@v5.0.0-preview010...v5.0.0-preview011

5.0.0-preview010

What's Changed

Full Changelog: AutoFixture/AutoFixture@v5.0.0-preview009...v5.0.0-preview010

5.0.0-preview009

What's Changed

New Contributors

Full Changelog: AutoFixture/AutoFixture@v5.0.0-preview008...v5.0.0-preview009

5.0.0-preview008

What's Changed

Full Changelog: AutoFixture/AutoFixture@v5.0.0-preview007...v5.0.0-preview008

5.0.0-preview007

What's Changed

Full Changelog: AutoFixture/AutoFixture@v5.0.0-preview006...v5.0.0-preview007

5.0.0-preview006

What's Changed

Full Changelog: AutoFixture/AutoFixture@v5.0.0-preview005...v5.0.0-preview006

5.0.0-preview005

New Features:

  • Added support for IReadOnlySet<> (#​1346, thanks @​Kralizek)

5.0.0-preview004

New Features:

  • Added support for IAsyncEnumerable<>

Improvements:

  • Added support for netstandard2.1 in the AutoFixture package
  • Added netcoreapp3.1 target in test projects.
  • Refactored GetHashCode implementations to use the BCL HashCode type.

Deprecation:

  • Raised minimum .NET Framework version to net461
  • Dropped support for netstandard1.x
  • Dropped support for netcoreapp1.x
  • Dropped support for FakeItEasy v2 to v5

5.0.0-preview003

New Features:

  • Added parameter name check for empty Guid expectation (#​1169)

Improvements:

  • Upgraded NUnit 2 to v2.7.1, enabling unit testing using dotNet CLI (#​1205)
  • Replaced FAKE build script with NUKE (#​1299)

Fixes:

  • Fixes preview package publish (#​1300)

Commits viewable in compare view.

Updated AutoFixture.Xunit3 from 5.0.0-preview0012 to 5.0.0-rc.1.

Release notes

Sourced from AutoFixture.Xunit3's releases.

5.0.0-rc.1

What's Changed

New Contributors

Full Changelog: AutoFixture/AutoFixture@v5.0.0-preview012...v5.0.0-preview.13

5.0.0-preview012

What's Changed

New Contributors

Full Changelog: AutoFixture/AutoFixture@v5.0.0-preview011...v5.0.0-preview012

5.0.0-preview011

What's Changed

Full Changelog: AutoFixture/AutoFixture@v5.0.0-preview010...v5.0.0-preview011

5.0.0-preview010

What's Changed

Full Changelog: AutoFixture/AutoFixture@v5.0.0-preview009...v5.0.0-preview010

5.0.0-preview009

What's Changed

New Contributors

Full Changelog: AutoFixture/AutoFixture@v5.0.0-preview008...v5.0.0-preview009

5.0.0-preview008

What's Changed

Full Changelog: AutoFixture/AutoFixture@v5.0.0-preview007...v5.0.0-preview008

5.0.0-preview007

What's Changed

Full Changelog: AutoFixture/AutoFixture@v5.0.0-preview006...v5.0.0-preview007

5.0.0-preview006

What's Changed

Full Changelog: AutoFixture/AutoFixture@v5.0.0-preview005...v5.0.0-preview006

5.0.0-preview005

New Features:

  • Added support for IReadOnlySet<> (#​1346, thanks @​Kralizek)

5.0.0-preview004

New Features:

  • Added support for IAsyncEnumerable<>

Improvements:

  • Added support for netstandard2.1 in the AutoFixture package
  • Added netcoreapp3.1 target in test projects.
  • Refactored GetHashCode implementations to use the BCL HashCode type.

Deprecation:

  • Raised minimum .NET Framework version to net461
  • Dropped support for netstandard1.x
  • Dropped support for netcoreapp1.x
  • Dropped support for FakeItEasy v2 to v5

5.0.0-preview003

New Features:

  • Added parameter name check for empty Guid expectation (#​1169)

Improvements:

  • Upgraded NUnit 2 to v2.7.1, enabling unit testing using dotNet CLI (#​1205)
  • Replaced FAKE build script with NUKE (#​1299)

Fixes:

  • Fixes preview package publish (#​1300)

Commits viewable in compare view.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps AutoFixture from 5.0.0-preview0012 to 5.0.0-rc.1
Bumps AutoFixture.Xunit3 from 5.0.0-preview0012 to 5.0.0-rc.1

---
updated-dependencies:
- dependency-name: AutoFixture
  dependency-version: 5.0.0-rc.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: AutoFixture.Xunit3
  dependency-version: 5.0.0-rc.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 3, 2026
@github-actions
github-actions Bot enabled auto-merge August 3, 2026 02:15
@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 3, 2026
auto-merge was automatically disabled August 3, 2026 02:19

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/nuget/multi-c32f5d3d75 branch August 3, 2026 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants