Skip to content

chore: update deps - #19

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

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

Conversation

@DecSmith42

Copy link
Copy Markdown
Collaborator

This pull request updates several package dependencies across the solution to their latest versions and introduces a new global.json file to standardize the .NET SDK version. The main focus is on upgrading Invex.RepoUtils packages and related test utilities, as well as ensuring all projects use the latest compatible analyzer and test packages.

Dependency updates:

  • Upgraded all references to Invex.RepoUtils.PublicApiAnalyzers from version 1.8.0 to 1.9.0 in Invex.StructuredText, Invex.StructuredText.GithubActions, and Invex.StructuredText.AzureDevopsPipelines projects. [1] [2] [3]
  • Upgraded all references to Invex.RepoUtils.TestUtils from version 1.8.0 to 1.9.0 in the test projects. [1] [2] [3]
  • Upgraded the Invex.RepoUtils.Atom.Module dependency from version 1.8.0 to 1.9.0 in _atom/_atom.csproj.
  • Upgraded Verify.NUnit from version 31.27.0 to 31.28.0 in all test projects. [1] [2] [3]

Build tooling:

  • Added a new global.json file to enforce .NET SDK version 10.0.0 and configure SDK 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 solution dependencies (primarily Invex.RepoUtils packages and Verify.NUnit) and adds a global.json intended to standardize the .NET SDK used for builds across the repo.

Changes:

  • Bumps Invex.RepoUtils.PublicApiAnalyzers to 1.9.0 in the three library projects.
  • Bumps Invex.RepoUtils.TestUtils to 1.9.0 and Verify.NUnit to 31.28.0 across the three test projects.
  • Adds global.json to pin the SDK and updates _atom to Invex.RepoUtils.Atom.Module 1.9.0.

Reviewed changes

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

Show a summary per file
File Description
tests/Invex.StructuredText.Tests/Invex.StructuredText.Tests.csproj Updates test utility package versions (Invex.RepoUtils.TestUtils, Verify.NUnit).
tests/Invex.StructuredText.GithubActions.Tests/Invex.StructuredText.GithubActions.Tests.csproj Updates test utility package versions (Invex.RepoUtils.TestUtils, Verify.NUnit).
tests/Invex.StructuredText.AzureDevopsPipelines.Tests/Invex.StructuredText.AzureDevopsPipelines.Tests.csproj Updates test utility package versions (Invex.RepoUtils.TestUtils, Verify.NUnit).
src/Invex.StructuredText/Invex.StructuredText.csproj Updates Invex.RepoUtils.PublicApiAnalyzers to 1.9.0.
src/Invex.StructuredText.GithubActions/Invex.StructuredText.GithubActions.csproj Updates Invex.RepoUtils.PublicApiAnalyzers to 1.9.0.
src/Invex.StructuredText.AzureDevopsPipelines/Invex.StructuredText.AzureDevopsPipelines.csproj Updates Invex.RepoUtils.PublicApiAnalyzers to 1.9.0.
global.json Introduces SDK pinning/roll-forward configuration (currently with an invalid SDK version format).
_atom/_atom.csproj Updates Atom module dependency (Invex.RepoUtils.Atom.Module) to 1.9.0.

Comment thread global.json
@DecSmith42
DecSmith42 merged commit 6fd484c 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