Skip to content

Update dependency FakeItEasy to v7.4.0

Alessio Parma requested to merge renovate/fakeiteasy-7.x into main

This MR contains the following updates:

Package Type Update Change
FakeItEasy (source) nuget minor 7.3.1 -> 7.4.0

Release Notes

FakeItEasy/FakeItEasy

v7.4.0

Compare Source

Changed
New
  • Ensure anonymous parameters are handled and displayed correctly in all cases (#​1928)
Fixed
  • NullReferenceException thrown when attempting to build unmet expectation message that includes an anonymous parameter (#​1920)
  • ArgumentCollection.ArgumentNames has type IEnumerable but may contain nulls (#​1922)
  • Provide placeholder names for anonymous parameters in received call description (#​1924)
Additional Items
  • Fix typo in Assertions documentation: MustHaveHappendMustHaveHappened (#​1904)
  • Migrate documentation from Read the Docs to the FakeItEasy website. The documentation is built using Material for Mkdocs and versions are maintained by mike:
    • Upgrade mkdocs to 1.3.0 (#​1877)
    • Build docs on each pull request (#​1878)
    • Update the "Analyzers" article to redirect to the moved analyzers docs (#​1886)
    • Build docs with Material for MkDocs and mike (#​1896)
    • Fix link in README to point to the new docs and remove readthedocs.yml (#​1899)
    • Lock down python requirements (#​1908)
    • Upgrade mkdocs-material to 9.1.3 (#​1916)
  • Add Faking HttpClient recipe (#​1915, #​1918)
  • Replace examples projects with documentation or recipes (#​1917)
  • Test against .NET 6.0 (#​1876, #​1914)
  • Use GitHub Actions for CI (#​1892, #​1909, #​1911)
  • Fix pack build target to support spaces in path (#​1895)
  • Replace ApprovalTests with Verify (#​1891)
  • Explain default argument formatting before how to customize (#​1902)
  • Improve in-article tables of contents (#​1907)
With special thanks for contributions to this release from:
Full Changelog

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports