Skip to content

chore: sync from monorepo @46bbacc#41

Open
WomB0ComB0 wants to merge 1 commit into
mainfrom
sync/monorepo-46bbacc
Open

chore: sync from monorepo @46bbacc#41
WomB0ComB0 wants to merge 1 commit into
mainfrom
sync/monorepo-46bbacc

Conversation

@WomB0ComB0
Copy link
Copy Markdown
Member

Automated sync from resq-software/resQ@46bbacc.

Review before merging — direct pushes to standalone repos are preserved.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 2, 2026

Warning

Rate limit exceeded

@WomB0ComB0 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 59 minutes and 16 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7fd34e09-ada8-4068-8cf9-20652a802c73

📥 Commits

Reviewing files that changed from the base of the PR and between b255bb4 and 9e1a88d.

📒 Files selected for processing (5)
  • Directory.Packages.props
  • ResQ.Blockchain/ResQ.Blockchain.csproj
  • packages/ResQ.Blockchain/ResQ.Blockchain.csproj
  • packages/ResQ.Protocols/ResQ.Protocols.csproj
  • resq-core/ResQ.Core.csproj
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch sync/monorepo-46bbacc

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.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 59 minutes and 16 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@socket-security
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates several dependency versions in the central package management file, including gRPC, Microsoft Extensions, and System.Text.Json. Review feedback highlights critical issues where Microsoft.Extensions.Logging.Abstractions was downgraded to version 8.0.3 in specific projects, contradicting the central version 10.0.7 and risking dependency conflicts. Additionally, a redundant version override for System.Text.Json was identified, and indentation corrections were requested to maintain consistency across project files.

<PackageReference Include="Google.Protobuf" />
<PackageReference Include="Grpc.Net.Client" />
<PackageReference Include="Grpc.Tools" PrivateAssets="All" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" VersionOverride="8.0.3" />
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Overriding Microsoft.Extensions.Logging.Abstractions to version 8.0.3 is a significant downgrade from the centrally managed version 10.0.7. This can cause dependency conflicts and runtime issues. Unless there is a specific requirement for this legacy version, it should be removed to align with the rest of the solution. Also, the indentation should be 8 spaces to match the existing items in this group.

        <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />

<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" VersionOverride="8.0.3" />
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This project is overriding Microsoft.Extensions.Logging.Abstractions to version 8.0.3, which is inconsistent with the central version 10.0.7. This downgrade should be avoided to prevent potential 'diamond dependency' issues. The indentation also needs to be corrected to 4 spaces.

    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />

<PackageReference Include="Neo" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Options" />
<PackageReference Include="System.Text.Json" VersionOverride="9.0.15" />
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The VersionOverride="9.0.15" is redundant because it matches the version defined in Directory.Packages.props. Additionally, the indentation should be corrected to 4 spaces to maintain consistency.

    <PackageReference Include="System.Text.Json" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant