-
Notifications
You must be signed in to change notification settings - Fork 11
Update dependency Moq to 4.20.72 #420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
pascalberger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not going to update Moq to > 4.20 due to inclusion of sponsorware that runs during the build.
See https://github.com/moq/moq/issues/1372 for details
ba37ad0 to
ab5aa50
Compare
6806680 to
30ed4b2
Compare
ef4bcb5 to
3fc2c91
Compare
3537425 to
f515a49
Compare
1556a28 to
f1a8aae
Compare
4eb7872 to
b9679e7
Compare
5c7ee18 to
a7c3fce
Compare
d88740a to
ef70b66
Compare
cf79ea4 to
70ceebc
Compare
cc1f2d2 to
1cb02fd
Compare
1cb02fd to
2a35d0a
Compare
1f12bac to
c030299
Compare
c030299 to
4c515ec
Compare
a9c70ec to
f80f058
Compare
9988511 to
fa65948
Compare
fa65948 to
c8c2910
Compare
c43c1f1 to
dd7ac75
Compare
7e14cd7 to
684bd82
Compare
684bd82 to
229b2da
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
6fc6230 to
229b2da
Compare
This PR contains the following updates:
4.18.4->4.20.72Release Notes
moq/moq (Moq)
v4.20.72Full Changelog
🔨 Other:
🔀 Merged:
v4.20.71Full Changelog
🐛 Fixed bugs:
🔨 Other:
null#1391🔀 Merged:
v4.20.70Full Changelog
🔨 Other:
🔀 Merged:
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.