Skip to content

chore: update deps - #22

Merged
DecSmith42 merged 1 commit into
mainfrom
chore/update-deps
Aug 3, 2026
Merged

chore: update deps#22
DecSmith42 merged 1 commit into
mainfrom
chore/update-deps

Conversation

@DecSmith42

Copy link
Copy Markdown
Contributor

This pull request updates several package dependencies across the project to newer versions and adds a new global.json file to specify the .NET SDK version. These changes help ensure compatibility with the latest tooling and libraries.

Dependency updates:

  • Updated Invex.RepoUtils.Atom.Module to version 1.9.0 in _atom/_atom.csproj
  • Updated Invex.RepoUtils.PublicApiAnalyzers to version 1.9.0 in src/Invex.FileSystem/Invex.FileSystem.csproj
  • Updated Invex.RepoUtils.TestUtils to version 1.9.0 and Verify.NUnit to 31.28.0 in tests/Invex.FileSystem.Tests/Invex.FileSystem.Tests.csproj [1] [2]

Tooling configuration:

  • Added a global.json file to pin the .NET SDK version to 10.0.0 and set roll-forward behavior

Copilot AI review requested due to automatic review settings August 3, 2026 00:56
@DecSmith42
DecSmith42 enabled auto-merge August 3, 2026 00:56

Copilot AI left a comment

Copy link
Copy Markdown

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 several internal/tooling NuGet dependencies to newer versions and introduces a global.json to control which .NET SDK developers/build agents use for this repo.

Changes:

  • Bumped Invex.RepoUtils.* packages from 1.8.0 to 1.9.0 across _atom/, src/, and tests/.
  • Updated Verify.NUnit from 31.27.0 to 31.28.0 in the test project.
  • Added global.json to pin .NET SDK selection.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
tests/Invex.FileSystem.Tests/Invex.FileSystem.Tests.csproj Updates test-related package references (Invex.RepoUtils.TestUtils, Verify.NUnit).
src/Invex.FileSystem/Invex.FileSystem.csproj Updates analyzer package reference (Invex.RepoUtils.PublicApiAnalyzers).
global.json Adds SDK pinning / roll-forward configuration for local dev and CI consistency.
_atom/_atom.csproj Updates Atom tooling package reference (Invex.RepoUtils.Atom.Module).

Comment thread global.json
@DecSmith42
DecSmith42 merged commit 4afd44e into main Aug 3, 2026
10 checks passed
@DecSmith42
DecSmith42 deleted the chore/update-deps branch August 3, 2026 00:59
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