From d90a17cea0ac05d4b6c57344d6a1431085392ef3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 10:25:59 +0200 Subject: [PATCH] Update dependency MockQueryable.NSubstitute to 7.0.3 (#995) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [MockQueryable.NSubstitute](https://redirect.github.com/romantitov/MockQueryable) | `7.0.2` -> `7.0.3` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/MockQueryable.NSubstitute/7.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/MockQueryable.NSubstitute/7.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/MockQueryable.NSubstitute/7.0.2/7.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/MockQueryable.NSubstitute/7.0.2/7.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
romantitov/MockQueryable (MockQueryable.NSubstitute) ### [`v7.0.3`](https://redirect.github.com/romantitov/MockQueryable/releases/tag/v7.0.3) #### What's Changed - Altered namespace for extension method to revert a breaking change wi… by [@​StevePy](https://redirect.github.com/StevePy) in [https://github.com/romantitov/MockQueryable/pull/80](https://redirect.github.com/romantitov/MockQueryable/pull/80) #### New Contributors - [@​StevePy](https://redirect.github.com/StevePy) made their first contribution in [https://github.com/romantitov/MockQueryable/pull/80](https://redirect.github.com/romantitov/MockQueryable/pull/80) **Full Changelog**: https://github.com/romantitov/MockQueryable/compare/v7.0.2...v7.0.3
--- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/orso-co/Orso.Arpa.Api). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: VILLAN3LL3 --- Tests/Orso.Arpa.Tests.Shared/Identity/FakeRoleManager.cs | 2 +- Tests/Orso.Arpa.Tests.Shared/Identity/FakeUserManager.cs | 2 +- Tests/Orso.Arpa.Tests.Shared/Orso.Arpa.Tests.Shared.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/Orso.Arpa.Tests.Shared/Identity/FakeRoleManager.cs b/Tests/Orso.Arpa.Tests.Shared/Identity/FakeRoleManager.cs index 00c1bb1e..86e2e26d 100644 --- a/Tests/Orso.Arpa.Tests.Shared/Identity/FakeRoleManager.cs +++ b/Tests/Orso.Arpa.Tests.Shared/Identity/FakeRoleManager.cs @@ -4,7 +4,7 @@ using System.Threading.Tasks; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Logging; -using MockQueryable.EntityFrameworkCore; +using MockQueryable; using NSubstitute; using Orso.Arpa.Domain.UserDomain.Enums; using Orso.Arpa.Domain.UserDomain.Model; diff --git a/Tests/Orso.Arpa.Tests.Shared/Identity/FakeUserManager.cs b/Tests/Orso.Arpa.Tests.Shared/Identity/FakeUserManager.cs index 86bd4ae8..a69385e1 100644 --- a/Tests/Orso.Arpa.Tests.Shared/Identity/FakeUserManager.cs +++ b/Tests/Orso.Arpa.Tests.Shared/Identity/FakeUserManager.cs @@ -5,7 +5,7 @@ using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; -using MockQueryable.EntityFrameworkCore; +using MockQueryable; using NSubstitute; using Orso.Arpa.Domain.UserDomain.Enums; using Orso.Arpa.Domain.UserDomain.Model; diff --git a/Tests/Orso.Arpa.Tests.Shared/Orso.Arpa.Tests.Shared.csproj b/Tests/Orso.Arpa.Tests.Shared/Orso.Arpa.Tests.Shared.csproj index 6437edcd..0aebc559 100644 --- a/Tests/Orso.Arpa.Tests.Shared/Orso.Arpa.Tests.Shared.csproj +++ b/Tests/Orso.Arpa.Tests.Shared/Orso.Arpa.Tests.Shared.csproj @@ -7,7 +7,7 @@ - +