chore: bump Mockolate to 2.0.0-pre.6#83
Conversation
|
There was a problem hiding this comment.
Pull request overview
Updates the aweXpect.Mockolate integration to align with the newer Mockolate prerelease, reflecting API changes in the Mockolate mock registry surface.
Changes:
- Bump Mockolate dependency from
2.0.0-pre.2to2.0.0-pre.6(central package management). - Update mock verification constraints to use
mock.MockRegistryinstead ofmock.Registrationsfor interaction/setup tracking.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Source/aweXpect.Mockolate/ThatMockVerify.AllSetupsAreUsed.cs | Switches unused-setup detection from Registrations to MockRegistry. |
| Source/aweXpect.Mockolate/ThatMockVerify.AllInteractionsAreVerified.cs | Switches unverified-interaction detection from Registrations to MockRegistry. |
| Directory.Packages.props | Bumps Mockolate package version to 2.0.0-pre.6. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🚀 Benchmark ResultsDetails
|
|
This is addressed in release v2.0.0. |



Updates the
aweXpect.Mockolateintegration to align with the newer Mockolate prerelease, reflecting API changes in the Mockolate mock registry surface.Changes:
2.0.0-pre.2to2.0.0-pre.6(central package management).mock.MockRegistryinstead ofmock.Registrationsfor interaction/setup tracking.