Azure/azure-cosmos-dotnet-v3
### [`v3.25.0`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3250-preview-3250-preview-httpswwwnugetorgpackagesMicrosoftAzureCosmos3250-preview---2022-02-18)
[Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.24.0...3.25.0)
##### [3.25.0-preview](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.25.0-preview) - 2022-02-18
moq/moq4
### [`v4.17.1`](https://togithub.com/moq/moq4/blob/HEAD/CHANGELOG.md#4171-2022-02-26)
##### Added
- `SetupSet`, `VerifySet` methods for `mock.Protected().As<>()` ([@tonyhallett](https://togithub.com/tonyhallett), [#1165](https://togithub.com/moq/moq4/issues/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()).Result).Throws((string s) => new InvalidOperationException(s))`. ([@adam-knights](https://togithub.com/adam-knights), [#1191](https://togithub.com/moq/moq4/issues/1191))
##### Changed
- Update package reference to `Castle.Core` (DynamicProxy) from version 4.4.0 to 4.4.1 ([@stakx](https://togithub.com/stakx), [#1233](https://togithub.com/moq/moq4/issues/1233))
##### Fixed
- The guard against unmatchable matchers (added in [#900](https://togithub.com/moq/moq4/issues/900)) was too strict; relaxed it to enable an alternative user-code shorthand `_` for `It.IsAny<>()` ([@adamfk](https://togithub.com/adamfk), [#1199](https://togithub.com/moq/moq4/issues/1199))
- `mock.Protected()` setup methods fail when argument is of type `Expression` ([@tonyhallett](https://togithub.com/tonyhallett), [#1189](https://togithub.com/moq/moq4/issues/1189))
- Parameter is invalid in `Protected().SetupSet()` ... `VerifySet` ([@tonyhallett](https://togithub.com/tonyhallett), [#1186](https://togithub.com/moq/moq4/issues/1186))
- Virtual properties and automocking not working for `mock.Protected().As<>()` ([@tonyhallett](https://togithub.com/tonyhallett), [#1185](https://togithub.com/moq/moq4/issues/1185))
- Issue mocking VB.NET class with overloaded property/indexer in base class ([@myurashchyk](https://togithub.com/myurashchyk), [#1153](https://togithub.com/moq/moq4/issues/1153))
- Equivalent arrays don't test equal when returned from a method, making `Verify` fail when it should not ([@evilc0](https://togithub.com/evilc0), [#1225](https://togithub.com/moq/moq4/issues/1225))
- Property setups are ignored on mocks instantiated using `Mock.Of` ([@stakx](https://togithub.com/stakx), [#1066](https://togithub.com/moq/moq4/issues/1066))
- `SetupAllProperties` causes mocks to become race-prone ([@estrizhok](https://togithub.com/estrizhok), [#1231](https://togithub.com/moq/moq4/issues/1231))
Configuration
π Schedule: "before 3am on the first day of the month" (UTC).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR contains the following updates:
2.42.0
->2.43.0
3.24.0
->3.25.0
4.16.1
->4.17.1
3.1.1
->3.1.2
Release Notes
Azure/azure-cosmos-dotnet-v3
### [`v3.25.0`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3250-preview-3250-preview-httpswwwnugetorgpackagesMicrosoftAzureCosmos3250-preview---2022-02-18) [Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.24.0...3.25.0) ##### [3.25.0-preview](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.25.0-preview) - 2022-02-18moq/moq4
### [`v4.17.1`](https://togithub.com/moq/moq4/blob/HEAD/CHANGELOG.md#4171-2022-02-26) ##### Added - `SetupSet`, `VerifySet` methods for `mock.Protected().As<>()` ([@tonyhallett](https://togithub.com/tonyhallett), [#1165](https://togithub.com/moq/moq4/issues/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.IsAnyConfiguration
π Schedule: "before 3am on the first day of the month" (UTC).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.