Skip to content

Upgrade Microsoft.CodeAnalysis to v5.0#633

Merged
Scriptwonder merged 1 commit into
betafrom
Scriptwonder-patch-1-1
Jan 26, 2026
Merged

Upgrade Microsoft.CodeAnalysis to v5.0#633
Scriptwonder merged 1 commit into
betafrom
Scriptwonder-patch-1-1

Conversation

@Scriptwonder

@Scriptwonder Scriptwonder commented Jan 26, 2026

Copy link
Copy Markdown
Collaborator

Updated package version for Microsoft.CodeAnalysis and SQLitePCLRaw.

Description

Type of Change

Save your change type

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring (no functional changes)
  • Test update

Changes Made

Testing/Screenshots/Recordings

Documentation Updates

  • I have added/removed/modified tools or resources
  • If yes, I have updated all documentation files using:
    • The LLM prompt at tools/UPDATE_DOCS_PROMPT.md (recommended)
    • Manual updates following the guide at tools/UPDATE_DOCS.md

Related Issues

Additional Notes

Summary by Sourcery

Documentation:

  • Align the Chinese Unity i18n README with the newer Microsoft.CodeAnalysis v5.0 and SQLitePCLRaw v3.0.2 package versions.

Updated package version for Microsoft.CodeAnalysis and SQLitePCLRaw.
Copilot AI review requested due to automatic review settings January 26, 2026 05:22
@sourcery-ai

sourcery-ai Bot commented Jan 26, 2026

Copy link
Copy Markdown
Contributor
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates the Unity i18n Chinese documentation to reference newer versions of Microsoft.CodeAnalysis and SQLitePCLRaw packages required for Strict validation setup.

File-Level Changes

Change Details Files
Update documented NuGet package versions for Roslyn- and SQLite-based Strict validation setup in Unity.
  • Change the recommended Microsoft.CodeAnalysis package version from 4.14.0 to 5.0 in the setup steps.
  • Specify SQLitePCLRaw.core and SQLitePCLRaw.bundle_e_sqlite3 should be installed at version 3.0.2 in the setup steps.
docs/i18n/README-zh.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@Scriptwonder Scriptwonder merged commit f5ca917 into beta Jan 26, 2026
4 checks passed
@Scriptwonder Scriptwonder deleted the Scriptwonder-patch-1-1 branch January 26, 2026 05:23

@sourcery-ai sourcery-ai Bot left a comment

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.

Hey - I've left some high level feedback:

  • Ensure the version strings match the actual NuGet package IDs and versions (e.g., Microsoft.CodeAnalysis typically uses a 5.0.0-style version instead of just 5.0) so users can copy them directly into NuGet.
  • If other localized or English docs reference Microsoft.CodeAnalysis or SQLitePCLRaw versions, update them as well to keep the guidance consistent across all documentation variants.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- Ensure the version strings match the actual NuGet package IDs and versions (e.g., `Microsoft.CodeAnalysis` typically uses a `5.0.0`-style version instead of just `5.0`) so users can copy them directly into NuGet.
- If other localized or English docs reference `Microsoft.CodeAnalysis` or `SQLitePCLRaw` versions, update them as well to keep the guidance consistent across all documentation variants.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copilot AI left a comment

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.

Pull request overview

This PR updates the package version documentation for Microsoft.CodeAnalysis from v4.14.0 to v5.0 and adds a specific version (v3.0.2) for SQLitePCLRaw packages in the Chinese documentation. However, the PR is incomplete as it only updates the Chinese translation (README-zh.md) while leaving the main English README.md unchanged.

Changes:

  • Updated Microsoft.CodeAnalysis version from v4.14.0 to v5.0 in Chinese documentation
  • Added specific version v3.0.2 for SQLitePCLRaw packages in Chinese documentation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/i18n/README-zh.md
Comment on lines +160 to +161
2. `Window > NuGet Package Manager` → 安装 `Microsoft.CodeAnalysis` v5.0
3. 同时安装 `SQLitePCLRaw.core` 和 `SQLitePCLRaw.bundle_e_sqlite3` v3.0.2

Copilot AI Jan 26, 2026

Copy link

Choose a reason for hiding this comment

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

The version updates in this file are not reflected in the main README.md file. The English version at README.md:160-161 still references Microsoft.CodeAnalysis v4.14.0 and doesn't specify a version for the SQLitePCLRaw packages. For consistency, the main README.md should be updated to match these version changes.

Copilot uses AI. Check for mistakes.
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.

2 participants