Skip to content

Update dependency Moq to v4.17.1#405

Merged
RehanSaeed merged 1 commit intomainfrom
renovate/moq-4.x
Feb 26, 2022
Merged

Update dependency Moq to v4.17.1#405
RehanSaeed merged 1 commit intomainfrom
renovate/moq-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 26, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
Moq nuget minor 4.16.1 -> 4.17.1

Release Notes

moq/moq4

v4.17.1

Added
  • SetupSet, VerifySet methods for mock.Protected().As<>() (@​tonyhallett, #​1165)
  • New Throws method overloads that allow specifying a function with or without parameters, to provide an exception, for example .Throws(() => new InvalidOperationException())
    and Setup(x => x.GetFooAsync(It.IsAny<string>()).Result).Throws((string s) => new InvalidOperationException(s)). (@​adam-knights, #​1191)
Changed
  • Update package reference to Castle.Core (DynamicProxy) from version 4.4.0 to 4.4.1 (@​stakx, #​1233)
Fixed

Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file. label Feb 26, 2022
@RehanSaeed RehanSaeed added maintenance Pull requests that perform maintenance on the project but add no features or bug fixes. patch Pull requests requiring a patch version update according to semantic versioning. labels Feb 26, 2022
@RehanSaeed RehanSaeed merged commit a9f2d05 into main Feb 26, 2022
@RehanSaeed RehanSaeed deleted the renovate/moq-4.x branch February 26, 2022 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file. maintenance Pull requests that perform maintenance on the project but add no features or bug fixes. patch Pull requests requiring a patch version update according to semantic versioning.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants