Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Update all non-major dependencies#39

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#39
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Confidence
Microsoft.NET.Test.Sdk 16.9.1 -> 16.11.0 age confidence
Moq 4.16.1 -> 4.20.72 age confidence
Moq.Analyzers 0.0.8 -> 0.3.1 age confidence
NUnit (source) 3.13.1 -> 3.14.0 age confidence
NUnit.Analyzers 3.0.0 -> 3.10.0 age confidence
coverlet.msbuild 3.0.3 -> 3.2.0 age confidence

Release Notes

microsoft/vstest (Microsoft.NET.Test.Sdk)

v16.11.0

See the release notes here.

v16.10.0

See the release notes here.

v16.9.4

See the release notes here.

moq/moq (Moq)

v4.20.72

Full Changelog

🔨 Other:

  • Question: Sponsorable Attribute in release v4.20.71 #​1513

🔀 Merged:

v4.20.71

Full Changelog

🐛 Fixed bugs:

🔨 Other:

  • Documentation Unavailable Online #​1473
  • Some source code files is filled with comments like: "Unmerged change from project " #​1451
  • Question: would it make sense to call verify all on a strict mock when the mock gets disposed? #​1440
  • SponsorLink Integration Makes Moq Unuasable due to PII and GDPR Requirements #​1433
  • Default value ILookup<> in loose mode is null #​1391
  • Verifying a protected method when the exact parameter types are not statically known #​1339

🔀 Merged:

v4.20.70

Full Changelog

🔨 Other:

  • a minor changes to improve the readability #​1419
  • Change log is not updated since version 4.18.4 #​1406
  • Stop using Moq as a guinea pig to get feedback on and develop SponsorLink #​1396
  • Permanently delete all data from SponsorLink's database that has been collected during builds that included Moq (notably any version 4.20.*) #​1395
  • SponsorLink is now OSS too and no longer bundled #​1384
  • Performance issue with large interfaces #​1350

🔀 Merged:

v4.20.69

Full Changelog

🔨 Other:

  • Trouble to unit test a lambda expression with Moq #​1387
  • Strange System.UnauthorizedAccessException during build using latest version #​1377
  • Privacy issues with SponsorLink, starting from version 4.20 #​1372
  • Upgrading to version 4.20.1 breaks the build #​1371
  • Warnings with latest version from SponsorLink #​1370
  • Missing License Information In Nuget metadata #​1348

🔀 Merged:

v4.20.2

Full Changelog

🐛 Fixed bugs:

🔨 Other:

  • Running unit tests through Rider causes AD0001 : Analyzer 'Moq.SponsorLinker' threw an exception of type 'System.UnauthorizedAccessException' #​1369

v4.20.1

Full Changelog

v4.20.0

Full Changelog

🔨 Other:

  • Documentation link in readme is broken #​1349

🔀 Merged:

v4.18.4

Full Changelog

✨ Implemented enhancements:

  • Is there a RaiseAsync method for raising Func<..., Task> events? #​1310
  • Provide a way to opt out of VerifyAll() #​937
  • Set Times expectation on Setup #​373
  • Add setup.Verifiable(Times times, [string failMessage]) method #​1319 (@​stakx)

🐛 Fixed bugs:

  • Verifying a protected generic method that returns a value is broken #​1314

🔨 Other:

  • invalid path on linux #​1353
  • Thread Safety issue in Moq reported by Infer# report #​1347
  • Moq should use CallBase to call default method from interfaces #​1345
  • Functionality Request. Verify Mock using the Mock Setup as base. #​1344
  • System.ArgumentException : Object of type 'Microsoft.DurableTask.TaskName' cannot be converted to type 'System.String' #​1343
  • Appveyor (CI): Strong name signature verification error fails builds & blocks next version release #​1340
  • Mocking derived classes of Exception results in .Object being null #​1337
  • base class can not be mocked #​1332
  • Verify(It.Is<T>(t => t.SomeProperty.Equals("SomeValue")), Times.Exactly(x)) isn't working as expected #​1331
  • Add/support Target Framework net7.0 #​1327
  • Mock method with Expression as parameter. #​1324
  • System.TypeLoadException : Could not load type 'Castle.Core.Internal.CollectionExtensions' from assembly 'Castle.Core, Version=5.0.0.0 after updating to Moq 4.18.4 #​1320
  • Weird exception when mocking interface with SignalRHubAttribute applied #​1308

🔀 Merged:

v4.18.3

Full Changelog

✨ Implemented enhancements:

  • Improve a exception message for extension methods. #​1305
  • Mocking a method that takes an in parameter #​1301

🐛 Fixed bugs:

  • .NET Hot Reload breaks mocked interfaces and throws IndexOutOfRangeException #​1252

🔨 Other:

  • Ignoring latest setup #​1311
  • Invocation count incorrect. Argument object is stored as reference and is changed incorrectly #​1309
  • Moq 4.18.3 Release still pending #​1302
  • Moq fails when a method with input parameter of type Expression<Func<T,bool>> is called #​1288
  • Use Moq as a proxy #​1287
  • TargetParameterCountException when using event Raise with Moq #​1285
  • Add CITATION.cff file #​1266
  • MissingMethodException when using new C# language features (in parameters, init-only setters, etc.) with generic methods, or with members in generic types #​1148

🔀 Merged:

v4.18.2

Full Changelog

🐛 Fixed bugs:

  • "Expression is not an event add" when using .Raises() #​1175

🔨 Other:

  • Improperly throws System.TypeLoadException on mock when a record has a base record on dotnet 6 #​1273
  • Performance Issues After Version 4.12.0 #​1269
  • Mixing "property behavior" and "Setup for properties" broken (or at least changed) in 4.17.1 #​1265
  • MissingMethodException when mocking interface with sealed default implementation #​1209
  • Can't raise non-virtual async event #​977

🔀 Merged:

v4.18.1

Full Changelog

✨ Implemented enhancements:

  • [Feature Request] Allow to change MockBehavior of mocks #​1230

🐛 Fixed bugs:

  • Difference in behavior when mocking async method using .Result vs without #​1253
  • Setup property doesn't work as expected #​1248
  • Update from 4.13.1 to 4.16.1 lazy evaluation setups fail #​1217

🔨 Other:

  • Absence of a clause in the documentation about the lack of support for sealed methods #​1256
  • moqthis.com is down #​1244
  • Setup return value fails in a constellation with nullable ints #​1223

🔀 Merged:

v4.18.0

Full Changelog

🐛 Fixed bugs:

  • Failure when invoking a method with by-ref parameter & mockable return type on a mock with CallBase and DefaultValue.Mock configured #​1249
  • Placeholder in exception is not filled out #​1246

🔨 Other:

  • sealed method mock calls actual method instead of mocked #​1255
  • Unable to call base interface getter with cast without explicit setup. #​1254
  • Moq is using Castle.Core which has an old version of System.Net.Http which is vulnerable to "DoS", "Spoofing", "Privilege Escalation", "Authentication Bypass" and "Information Exposure" #​1219
  • Can't set up "private protected" properties #​1170

🔀 Merged:

v4.17.2

Full Changelog

🐛 Fixed bugs:

  • Property stubs not working on sub mock #​1240

🔨 Other:

  • Add support for success condition parameter in When. #​1237

🔀 Merged:

v4.17.1

Full Changelog

🐛 Fixed bugs:

  • SetupAllProperties causes mocks to become race-prone #​1231
  • Property setups are ignored on mocks instantiated using Mock.Of #​1066

🔨 Other:

  • It.IsSubtype<T> doesn't work when T has constraints #​1215

🔀 Merged:

rjmurillo/moq.analyzers (Moq.Analyzers)

v0.3.1

Minor Bug Fix

fix: exception in code fix of explicit mock behavior (#​701) @​Youssef1313 #​701

Full Changelog: rjmurillo/moq.analyzers@v0.3.0...v0.3.1

v0.3.0

Moq.Analyzers v0.3.0 🎄

Holidays are coming and it's time for the last release of the year! 🎉

There's a lot that has gone into this release, mostly housekeeping and bug fixes that are transparent to you. However, there are two new diagnostics included in this release.

This will be the last release until we move to v1.0.0

Analyzer Behavior Changes

What's Changed

Full Changelog: rjmurillo/moq.analyzers@v0.2.0...v0.3.0

v0.2.0

Changes

Housekeeping

Full Changelog: rjmurillo/moq.analyzers@v0.1.2...v0.2.0

v0.1.2

What's Changed

Lots of housekeeping and a couple of fixes and enhancements.

Enhancements and Bug fixes
Other Changes

Full Changelog: rjmurillo/moq.analyzers@v0.1.1...v0.1.2

v0.1.1

Lots of "housekeeping" this release, and a few bug fixes. We also now have rule documentation! Special thanks to @​MattKotsenas for his contributions to make working on the analyzers easier and improving our confidence and productivity.

Full Changelog: rjmurillo/moq.analyzers@v0.1.0...v0.1.1

What's Changed

Ownership of the Moq.Analyzers and Moq.Autocomplete has been transferred from @​Litee to @​rjmurillo.

Bug fixes
Changes to rules

There should be no behavioral differences with these changes to the rule code. If you find any, please submit a new issue.

Updates to test and infrastructure

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 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 7503c3c to 67f849d Compare October 21, 2024 00:20
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 67f849d to 88936d7 Compare January 21, 2025 19:02
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 418128f to 96446de Compare August 11, 2025 10:47
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 96446de to 9c6d50c Compare September 20, 2025 01:28
@renovate renovate Bot changed the title Update all non-major dependencies Update all non-major dependencies - autoclosed Sep 20, 2025
@renovate renovate Bot closed this Sep 20, 2025
@renovate renovate Bot deleted the renovate/all-minor-patch branch September 20, 2025 08:43
@renovate renovate Bot changed the title Update all non-major dependencies - autoclosed Update all non-major dependencies Sep 20, 2025
@renovate renovate Bot reopened this Sep 20, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8a8e795 to 9c6d50c Compare September 20, 2025 12:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants