Upgrade Microsoft.CodeAnalysis to v5.0#633
Conversation
Updated package version for Microsoft.CodeAnalysis and SQLitePCLRaw.
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the Unity i18n Chinese documentation to reference newer versions of Microsoft.CodeAnalysis and SQLitePCLRaw packages required for Strict validation setup. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- Ensure the version strings match the actual NuGet package IDs and versions (e.g.,
Microsoft.CodeAnalysistypically uses a5.0.0-style version instead of just5.0) so users can copy them directly into NuGet. - If other localized or English docs reference
Microsoft.CodeAnalysisorSQLitePCLRawversions, 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.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
There was a problem hiding this comment.
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.
| 2. `Window > NuGet Package Manager` → 安装 `Microsoft.CodeAnalysis` v5.0 | ||
| 3. 同时安装 `SQLitePCLRaw.core` 和 `SQLitePCLRaw.bundle_e_sqlite3` v3.0.2 |
There was a problem hiding this comment.
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.
Updated package version for Microsoft.CodeAnalysis and SQLitePCLRaw.
Description
Type of Change
Save your change type
Changes Made
Testing/Screenshots/Recordings
Documentation Updates
tools/UPDATE_DOCS_PROMPT.md(recommended)tools/UPDATE_DOCS.mdRelated Issues
Additional Notes
Summary by Sourcery
Documentation: