chore(deps): update dependency imposter to 0.1.11 - #6744
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review. 📝 WalkthroughWalkthroughThe central package configuration updates the managed ChangesPackage management
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This updates Imposter from 0.1.10 to 0.1.11, adding upstream fixes and features without repository code changes. No current merge-blocking risk is identified. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. A rabbit checks the package line Comment |
Greptile SummaryUpdates the centrally managed Imposter NuGet dependency from 0.1.10 to 0.1.11.
Confidence Score: 5/5The dependency patch update appears safe to merge. No actionable failures or outstanding repository-rule violations were identified in the current pull request.
|
| Filename | Overview |
|---|---|
| Directory.Packages.props | Updates Imposter from 0.1.10 to 0.1.11 with no incompatible repository changes identified. |
Reviews (2): Last reviewed commit: "chore(deps): update dependency imposter ..." | Re-trigger Greptile
e17007b to
f03d535
Compare
This PR contains the following updates:
0.1.10→0.1.11Release Notes
themidnightgospel/Imposter (Imposter)
v0.1.11: Interface setup views, CallCount, sealed override fixCompare Source
Features
Interface-specific setup views (#57, closes #5) —
imposter.For(default(IParentInterface))returns a view exposing hidden and inherited members under their original names instead of suffixed names likeValue_1. Views forward to the existing builders with no allocations or reflection, share all setup state and history, and the suffixed members remain available for compatibility. Thanks @gabisonia!CallCount()for incremental verification (#57) — the method verification interface now exposes the raw invocation count, using the same history counting asCalled(Count.*)including argument and generic-type matching. Reading the count never registers a setup, advances sequences, or clears history.Fixes
sealed overrideproperty, indexer, or event (or a class inheriting one) produced CS0239. Sealed members are now excluded from override generation while other virtual members keep their setup APIs. Thanks @gabisonia!Supply chain
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate CLI.