Open
Conversation
pascalberger
reviewed
Aug 9, 2023
Member
pascalberger
left a comment
There was a problem hiding this comment.
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
Contributor
Author
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.