Skip to content

Conversation

@renovate
Copy link
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.2

Release Notes

moq/moq4

v4.17.2

Fixed

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 force-pushed the renovate/moq-4.x branch from d3c74da to 8795baf Compare March 3, 2022 19:23
@renovate renovate bot changed the title chore(deps): update dependency moq to v4.17.1 chore(deps): update dependency moq to v4.17.2 Mar 6, 2022
@renovate renovate bot force-pushed the renovate/moq-4.x branch 2 times, most recently from 39da7b4 to 0e84858 Compare March 8, 2022 14:35
@renovate renovate bot force-pushed the renovate/moq-4.x branch from 0e84858 to b430e10 Compare March 8, 2022 14:43
@fgreinacher fgreinacher merged commit cacdc7c into main Mar 8, 2022
@fgreinacher fgreinacher deleted the renovate/moq-4.x branch March 8, 2022 15:48
@github-actions
Copy link

github-actions bot commented Mar 8, 2022

This is addressed in release v16.1.19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state: released Issues that are released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants