nhibernate / fluent-nhibernate

Fluent NHibernate!
BSD 3-Clause "New" or "Revised" License
1.66k stars 686 forks source link

Update dependency FakeItEasy to v8.1.0 #631

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
FakeItEasy (source) 8.0.0 -> 8.1.0 age adoption passing confidence

Release Notes

FakeItEasy/FakeItEasy (FakeItEasy) ### [`v8.1.0`](https://togithub.com/FakeItEasy/FakeItEasy/releases/tag/8.1.0) [Compare Source](https://togithub.com/FakeItEasy/FakeItEasy/compare/8.0.1...8.1.0) ##### Changed ##### New - Provide a mechanism for capturing arguments passed to Fakes ([#​1950](https://togithub.com/FakeItEasy/FakeItEasy/issues/1950)): ```c# var capturedMessage = A.Captured(); var logger = A.Fake(); A.CallTo(() => logger.Log(capturedMessage._, An>._)).DoesNothing(); var calculator = new Calculator(logger); calculator.Add([1, 2, 3, 4]); calculator.Square(7); capturedMessage.Values.Should().Equal("about to add", "about to square"); ``` ##### Fixed - Argument matchers trigger even if the rule they're part of has already fired the maximum number of times ([#​1975](https://togithub.com/FakeItEasy/FakeItEasy/issues/1975)) ##### Additional Items - Upgrade StyleCop ([#​1979](https://togithub.com/FakeItEasy/FakeItEasy/issues/1979)) - Suppress NU1902,NU1903 in tests, recipes ([#​1981](https://togithub.com/FakeItEasy/FakeItEasy/issues/1981)) - Include README in NuGet package ([#​1980](https://togithub.com/FakeItEasy/FakeItEasy/issues/1980)) ##### With special thanks for contributions to this release from: - Søren Palmund - [@​Miista](https://togithub.com/Miista) ### [`v8.0.1`](https://togithub.com/FakeItEasy/FakeItEasy/releases/tag/8.0.1) [Compare Source](https://togithub.com/FakeItEasy/FakeItEasy/compare/8.0.0...8.0.1) ##### Fixed - `DoesNothing` and implicit creation options throws `ArgumentException` ([#​1976](https://togithub.com/FakeItEasy/FakeItEasy/issues/1976)) ##### Additional Items ##### With special thanks for contributions to this release from: - Alexander Kastler - [@​Spacelord-XaN](https://togithub.com/Spacelord-XaN)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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



This PR has been generated by Mend Renovate. View repository job log here.