chore(deps): bump ANcpLua.Roslyn.Utilities 2.2.30 → 2.2.32 - #490
Merged
Conversation
Pulls in TypeDeclarationInfo.GetHintName (deterministic AddSource hint names with arity disambiguation) and the ToDiagnostic cref docs fix. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
github-actions Bot
pushed a commit
that referenced
this pull request
Jul 6, 2026
global.json bumped the ANcpLua.Roslyn.Utilities msbuild-sdk + Testing pins to 2.2.33 (via #487/#490/#492), but Version.props still pinned the ANcpLua.Roslyn.Utilities / .Sources PackageReferences at 2.2.29 through $(ANcpLuaRoslynUtilitiesVersion). Version.props documents these as shipping "in lockstep", so the skew was unintended: the generators were still compiling the 2.2.29 source while the SDK ran 2.2.33. Realign the PackageRef version to 2.2.33 so all ANcpLua.Roslyn.Utilities packages match. Verified: Release build of qyl.slnx green; ./eng/build.sh Verify green (all generated-code guards pass — generators emit unchanged output with the 2.2.33 source). Co-authored-by: Alexander Nachtmann <alex_nachtmann@yahoo.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps both
msbuild-sdkspins inglobal.jsonto 2.2.32 (verified indexed on nuget.org for both packages).Upstream (ANcpLua.Roslyn.Utilities#152):
TypeDeclarationInfo.GetHintName()— deterministic, collision-freeAddSourcehint names (Deep.Outer_1.Middle.Inner_1.g.cs)ToDiagnosticcref fixedNote: 2.2.31 was intentionally skipped; the release was dispatched with an explicit version override.
Local
dotnet build -c Releaseagainst 2.2.32: 0 errors.Status: complete-and-verified.
🤖 Generated with Claude Code