chore(deps): bump ANcpLua.Roslyn.Utilities 2.2.27 → 2.2.29 - #456
Conversation
Adopt the just-published 2.2.29, which adds Delta / SetDelta<T> (set-difference for incremental snapshot diffing). Bumps the central $(ANcpLuaRoslynUtilitiesVersion) (CPM, drives all ANcpLua.Roslyn.Utilities* PackageReferences) and aligns the two global.json msbuild-sdks pins (were 2.2.28) to the same version. Verified: qyl.instrumentation.generators builds against 2.2.29 (Sources package, incl. new Delta.cs, compiles inline) — Build succeeded. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 17 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughVersion.props updates the ANcpLuaRoslynUtilitiesVersion property from 2.2.27 to 2.2.29, a single-line dependency version bump with no other changes. ChangesPackage Version Bump
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested labels: Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error)
✅ Passed checks (7 passed)
Comment |
There was a problem hiding this comment.
Pull request overview
Updates the repo’s Roslyn utilities dependency pins to consistently use ANcpLua.Roslyn.Utilities 2.2.29, aligning central package versioning with the msbuild-sdks versions used by the toolchain.
Changes:
- Bump
$(ANcpLuaRoslynUtilitiesVersion)from 2.2.27 → 2.2.29 inVersion.props. - Align
global.jsonmsbuild-sdkspins forANcpLua.Roslyn.Utilitiesand.Testingto 2.2.29 (removing prior drift).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Version.props | Updates the single-source Roslyn utilities version property to 2.2.29 for CPM usage. |
| global.json | Aligns MSBuild SDK pins for ANcpLua.Roslyn.Utilities (+ Testing) to 2.2.29. |
…l-linux The qyl-linux self-hosted runner is offline, leaving all CI jobs queued indefinitely and blocking auto-merge. Switch the three jobs to hosted ubuntu-latest (fresh monthly minutes; restore re-downloads NuGet, Docker is preinstalled) so CI actually runs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
What
Adopt ANcpLua.Roslyn.Utilities 2.2.29, published today from ANcpLua/ANcpLua.Roslyn.Utilities#148. That release adds
Delta/SetDelta<T>— set-difference for incremental "what changed between snapshots" diffing (relative complement + a value-equatable added/removed result that flows through the generator cache).Version.props:$(ANcpLuaRoslynUtilitiesVersion)2.2.27 → 2.2.29 (CPM single-source; drives everyANcpLua.Roslyn.Utilities*PackageReference).global.json: the twomsbuild-sdkspins (ANcpLua.Roslyn.Utilities,.Testing) 2.2.28 → 2.2.29 — aligns the pre-existing drift so everything tracks one version.Verification
ANcpLua.Roslyn.Utilities.Sources2.2.29 restores from nuget.org (indexing confirmed).internal/qyl.instrumentation.generatorsbuilds-c Releaseagainst 2.2.29 — the Sources package (incl. the newDelta.cs) compiles inline in qyl's netstandard2.0 generator context: Build succeeded.Complete & verified.
🤖 Generated with Claude Code