Skip to content

Upgrade Microsoft.CodeAnalysis and SQLitePCLRaw versions#632

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

Upgrade Microsoft.CodeAnalysis and SQLitePCLRaw versions#632
Scriptwonder merged 1 commit into
betafrom
Scriptwonder-patch-1

Conversation

@Scriptwonder

@Scriptwonder Scriptwonder commented Jan 26, 2026

Copy link
Copy Markdown
Collaborator

Updated NuGet 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:

  • Refresh README instructions to reference Microsoft.CodeAnalysis v5.0 and SQLitePCLRaw v3.0.2 for strict validation setup.

Summary by CodeRabbit

Release Notes

  • Documentation
    • Updated project dependency versions in documentation to reflect upgrades to code analysis and database libraries.

✏️ Tip: You can customize this high-level summary in your review settings.

Updated NuGet 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 documentation to point Unity users to newer versions of the Microsoft.CodeAnalysis and SQLitePCLRaw NuGet packages used for strict Roslyn-based validation.

Flow diagram for updated package installation steps for strict validation

flowchart TD
  A[Open NuGetForUnity Window in Unity Editor] --> B[Install Microsoft.CodeAnalysis v5.0]
  B --> C[Install SQLitePCLRaw.core v3.0.2]
  C --> D[Install SQLitePCLRaw.bundle_e_sqlite3 v3.0.2]
  D --> E[Add USE_ROSLYN to Scripting Define Symbols]
  E --> F[Restart Unity for strict Roslyn-based validation]
Loading

File-Level Changes

Change Details Files
Update README instructions to reference newer Microsoft.CodeAnalysis and SQLitePCLRaw package versions.
  • Bump recommended Microsoft.CodeAnalysis NuGet version from 4.14.0 to 5.0 in the Unity setup instructions.
  • Specify explicit SQLitePCLRaw.core and SQLitePCLRaw.bundle_e_sqlite3 version 3.0.2 in the Unity setup instructions instead of leaving them unversioned.
README.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 72c30a2 into beta Jan 26, 2026
5 of 6 checks passed
@Scriptwonder Scriptwonder deleted the Scriptwonder-patch-1 branch January 26, 2026 05:22
@coderabbitai

coderabbitai Bot commented Jan 26, 2026

Copy link
Copy Markdown
Contributor

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

README.md documentation updated with dependency version upgrades: Microsoft.CodeAnalysis advanced from v4.14.0 to v5.0 and SQLitePCLRaw.bundle_e_sqlite3 updated to v3.0.2. No functional logic changes.

Changes

Cohort / File(s) Summary
Documentation Updates
README.md
Updated Roslyn Script Validation dependency versions: Microsoft.CodeAnalysis v4.14.0 → v5.0, SQLitePCLRaw.bundle_e_sqlite3 → v3.0.2

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 Hop, hop, hooray! Dependencies grow,

From old to new, the versions flow,

Roslyn scripts dance with vigor bright,

Version five brings fresh delight! ✨


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

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

@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:

  • The README now mixes a major-only version (Microsoft.CodeAnalysis v5.0) with a fully pinned version (SQLitePCLRaw v3.0.2); consider clarifying whether these are minimum or exact versions and making the formatting consistent (e.g., 5.0.0 vs 5.0).
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- The README now mixes a major-only version (`Microsoft.CodeAnalysis` v5.0) with a fully pinned version (`SQLitePCLRaw` v3.0.2); consider clarifying whether these are minimum or exact versions and making the formatting consistent (e.g., `5.0.0` vs `5.0`).

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

Updates the documentation instructions for Roslyn-based “Strict” script validation by pinning newer Microsoft.CodeAnalysis and SQLitePCLRaw package versions.

Changes:

  • Update README instructions to install Microsoft.CodeAnalysis v5.0
  • Pin SQLitePCLRaw.core / SQLitePCLRaw.bundle_e_sqlite3 to v3.0.2 in the same setup steps

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

Comment thread README.md
Comment on lines +160 to +161
2. `Window > NuGet Package Manager` → Install `Microsoft.CodeAnalysis` v5.0
3. Also install `SQLitePCLRaw.core` and `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 PR title/description says NuGet package versions were upgraded, but this PR only changes installation instructions in the README and does not update any tracked package references/locks in the repo. Either include the actual package/version changes (where they live in this repo) or adjust the PR title/description to reflect that this is documentation-only.

Copilot uses AI. Check for mistakes.
Comment thread README.md
Comment on lines +160 to +161
2. `Window > NuGet Package Manager` → Install `Microsoft.CodeAnalysis` v5.0
3. Also install `SQLitePCLRaw.core` and `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 manual DLL installation path below doesn’t specify which Microsoft.CodeAnalysis.CSharp version to download, so it can easily drift from the pinned Microsoft.CodeAnalysis version listed here. Consider explicitly stating that the manual download should match the same version (and similarly for the SQLitePCLRaw packages) to avoid mismatched assemblies.

Copilot uses AI. Check for mistakes.
Comment thread README.md
Comment on lines +160 to +161
2. `Window > NuGet Package Manager` → Install `Microsoft.CodeAnalysis` v5.0
3. Also install `SQLitePCLRaw.core` and `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.

This version bump is now inconsistent with the translated documentation: docs/i18n/README-zh.md still instructs installing Microsoft.CodeAnalysis v4.14.0 and doesn’t mention the SQLitePCLRaw version. Please update the i18n README(s) in the same PR or avoid pinning versions here.

Suggested change
2. `Window > NuGet Package Manager` → Install `Microsoft.CodeAnalysis` v5.0
3. Also install `SQLitePCLRaw.core` and `SQLitePCLRaw.bundle_e_sqlite3` v3.0.2
2. `Window > NuGet Package Manager` → Install `Microsoft.CodeAnalysis`
3. Also install `SQLitePCLRaw.core` and `SQLitePCLRaw.bundle_e_sqlite3`

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