chore: Update packages - #1899
Merged
Merged
Conversation
There was a problem hiding this comment.
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/samplesand addedglobal.jsonfiles 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
force-pushed
the
chore/packages
branch
from
August 31, 2026 12:35
da08e32 to
59d7b68
Compare
linkdotnet
force-pushed
the
chore/packages
branch
from
August 31, 2026 12:54
59d7b68 to
fd8b947
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.