Merged
Conversation
Member
AArnott
commented
Mar 6, 2026
- Only disable NBGV_GitEngine when necessary
- Update dotnet monorepo to 4.14.0
- Merge pull request 481 from AArnott/renovate/docfx-2.x
- Update mcr.microsoft.com/dotnet/sdk:10.0.103 Docker digest to e362a8d (480)
- Update dependency dotnet-coverage to v18.5.1 (483)
- Update dependency Microsoft.Testing.Extensions.CodeCoverage to 18.5.1 (484)
- Update GitHub Artifact Actions (482)
- Bump DotNetRepoTools to 1.2.1
- Fix package downgrade breaks after Roslyn 4.14 bump
- Update dotnet monorepo to v5
- Update dependency Microsoft.Testing.Extensions.CodeCoverage to 18.5.2 (486)
- Update dependency dotnet-coverage to v18.5.2 (485)
Update dependency docfx to v2.78.5
… (480) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
… (484) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…emplate Specifically, this merges [66c7b5d from that repo](AArnott/Library.Template@66c7b5d).
…into dev/andarno/libtemplateUpdate
There was a problem hiding this comment.
Pull request overview
Updates repository template/tooling dependencies and build guidance, aligning the repo with the latest Library.Template and newer CI/toolchain components.
Changes:
- Bump Roslyn/CodeAnalysis and Microsoft.Testing.Platform-related package/tool versions.
- Update GitHub Actions artifact publishing to
actions/upload-artifact@v7(pinned SHA). - Replace blanket “disable NBGV” guidance with a shallow-clone priming script and updated Copilot instructions.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| Directory.Packages.props | Updates centrally managed versions (notably CodeAnalysisVersion and CodeCoverage extension). |
| .github/copilot-instructions.md | Updates build/test prep guidance to use the new priming script. |
| .github/actions/publish-artifacts/action.yaml | Updates actions/upload-artifact pinned SHA to v7.0.0 across artifact uploads. |
| .github/Prime-ForCopilot.ps1 | Adds a helper script to disable NBGV Git engine for shallow clones. |
| .config/dotnet-tools.json | Updates dotnet tool versions (dotnet-coverage, docfx, DotNetRepoTools). |
Comments suppressed due to low confidence (1)
Directory.Packages.props:16
CodeAnalysisVersionwas bumped to 5.0.0, butMicrosoft.CodeAnalysis.Analyzersremains pinned to 4.14.0 in the same file. This mixed Roslyn major version set can lead to restore/build issues or analyzer/SDK incompatibilities. Consider updating the analyzer package to a matching version (or documenting/justifying why it must remain at 4.14.0).
<CodeAnalysisVersion>5.0.0</CodeAnalysisVersion>
<CodefixTestingVersion>1.1.2</CodefixTestingVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="DiffPlex" Version="1.9.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="4.14.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Common" version="$(CodeAnalysisVersion)" />
You can also share your feedback on Copilot code review. Take the survey.
Newrad0603
approved these changes
Mar 6, 2026
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.