Skip to content

chore: Update packages - #1899

Merged
linkdotnet merged 1 commit into
mainfrom
chore/packages
Aug 31, 2026
Merged

linkdotnet merged 1 commit into
mainfrom
chore/packages

Conversation

@linkdotnet

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI lite review requested due to automatic review settings August 31, 2026 12:13

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 dependency/tooling configuration across the repo, primarily by bumping centrally-managed package versions and adjusting SDK/test settings to accommodate the updated toolchain and CI execution paths.

Changes:

  • Updated central package versions (notably xUnit v3 packages, Microsoft.NET.Test.Sdk, and Meziantou.Polyfill).
  • Updated CI/docs workflows to run docs sample tests from docs/samples and added global.json files to keep SDK selection consistent in subdirectories/templates.
  • Updated the generators projects’ C# language version setting from 12.0 to 14.0.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/bunit.generators/bunit.generators.csproj Bumps generator project language version.
src/bunit.generators.internal/bunit.generators.internal.csproj Bumps internal generator project language version.
global.json Adds test.runner configuration and keeps SDK roll-forward settings.
docs/samples/global.json Adds SDK roll-forward settings scoped to docs samples.
Directory.Packages.props Updates centrally-managed package versions (test SDK + xUnit v3 + polyfill).
.github/workflows/docs-deploy.yml Runs docs sample tests from docs/samples working directory.
.github/workflows/ci.yml Adds local global.json for template test projects and runs tests from their directories; runs docs sample tests from docs/samples.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 3 to 6
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>12.0</LangVersion>
<LangVersion>14.0</LangVersion>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
Comment on lines 4 to 6
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>12.0</LangVersion>
<LangVersion>14.0</LangVersion>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
@linkdotnet
linkdotnet merged commit 81d2c48 into main Aug 31, 2026
18 of 19 checks passed
@linkdotnet
linkdotnet deleted the chore/packages branch August 31, 2026 13:42
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