FantasticFiasco / serilog-sinks-udp

A Serilog sink sending UDP packages over the network.
Apache License 2.0
30 stars 15 forks source link

chore(deps): update dependency moq to v4.15.1 #107

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
Moq nuget minor 4.14.7 -> 4.15.1

Release Notes

moq/moq4 ### [`v4.15.1`](https://togithub.com/moq/moq4/blob/master/CHANGELOG.md#​4151-2020-11-10) ##### Added - New method overloads for `It.Is`, `It.IsIn`, and `It.IsNotIn` that compare values using a custom `IEqualityComparer` ([@​weitzhandler](https://togithub.com/weitzhandler), [#​1064](https://togithub.com/moq/moq4/issues/1064)) - New properties `ReturnValue` and `Exception` on `IInvocation` to query recorded invocations return values or exceptions ([@​MaStr11](https://togithub.com/MaStr11), [#​921](https://togithub.com/moq/moq4/issues/921), [#​1077](https://togithub.com/moq/moq4/issues/1077)) - Support for "nested" type matchers, i.e. type matchers that appear as part of a composite type (such as `It.IsAnyType[]` or `Func`). Argument match expressions like `It.IsAny>()` should now work as expected, whereas they previously didn't. In this particular example, you should no longer need a workaround like `(Func)It.IsAny()` as originally suggested in [#​918](https://togithub.com/moq/moq4/issues/918). ([@​stakx](https://togithub.com/stakx), [#​1092](https://togithub.com/moq/moq4/issues/1092)) ##### Changed - Event accessor calls (`+=` and `-=`) now get consistently recorded in `Mock.Invocations`. This previously wasn't the case for backwards compatibility with `VerifyNoOtherCalls` (which got implemented before it was possible to check them using `Verify{Add,Remove}`). You now need to explicitly verify expected calls to event accessors prior to `VerifyNoOtherCalls`. Verification of `+=` and `-=` now works regardless of whether or not you set those up (which makes it consistent with how verification usually works). ([@​80O](https://togithub.com/80O), [@​stakx](https://togithub.com/stakx), [#​1058](https://togithub.com/moq/moq4/issues/1058), [#​1084](https://togithub.com/moq/moq4/issues/1084)) - Portable PDB (debugging symbols) are now embedded in the main library instead of being published as a separate NuGet symbols package (\`.snupkg) ([@​kzu](https://togithub.com/kzu), [#​1098](https://togithub.com/moq/moq4/issues/1098)) ##### Fixed - `SetupProperty` fails if property getter and setter are not both defined in mocked type ([@​stakx](https://togithub.com/stakx), [#​1017](https://togithub.com/moq/moq4/issues/1017)) - Expression tree argument not matched when it contains a captured variable – evaluate all captures to their current values when comparing two expression trees ([@​QTom01](https://togithub.com/QTom01), [#​1054](https://togithub.com/moq/moq4/issues/1054)) - Failure when parameterized `Mock.Of<>` is used in query comprehension `from` clause ([@​stakx](https://togithub.com/stakx), [#​982](https://togithub.com/moq/moq4/issues/982))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • [ ] If you want to rebase/retry this PR, check this box

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