mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #10292] Update dependency Moq to v4.20.69 #12420
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10292
State: closed
Merged: No
This PR contains the following updates:
4.18.4->4.20.69Release Notes
moq/moq (Moq)
v4.20.69v4.20.2🐛 Fixed bugs
v4.20.1✨ Implemented enhancements
v4.20.0✨ Implemented enhancements
Mock<T>.RaiseAsyncmethod for raising "async" events, i.e. events that use aFunc<..., Task>orFunc<..., ValueTask>delegate. (@stakx, #1313)setup.Verifiable(Times times, [string failMessage])method to specify the expected number of calls upfront.mock.Verify[All]can then be used to check whether the setup was called that many times. The upper bound (maximum allowed number of calls) will be checked right away, i.e. whenever a setup gets called. (@stakx, #1319)🔨 Other
ThrowsAsyncfor non-genericValueTaskby @johnthcall in https://github.com/moq/moq/pull/1235mock.Protected().Verify<T>()method overload by @stakx in https://github.com/moq/moq/pull/1325Fixed
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.