Merge latest Library.Template#1425
Merged
Merged
Conversation
…emplate Specifically, this merges [c7a68ba from that repo](AArnott/Library.Template@c7a68ba). No merge conflicts were encountered. The merge brought in the following updates: - Updated .NET SDK version from 10.0.103 to 10.0.200 in global.json - Fixed PowerShell script to use -C parameter for git commands in Prime-ForCopilot.ps1 - Updated path separator in copilot-instructions.md from backslash to forward slash - Fixed PowerShell script to use Out-Null instead of storing unused variable in Prepare-Legacy-Symbols.ps1 - Changed 'return' to 'continue' in PowerShell script for proper loop behavior - Updated warning message in ProfilingInputsPropsName.ps1 All validations passed: - dotnet restore: ✓ - dotnet build: ✓ - tests (8516 passed, 0 failed, 62 skipped): ✓
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This makes it available in Copilot CLI. Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…rno/libtemplateUpdate
…emplate Specifically, this merges [9b6fb49 from that repo](AArnott/Library.Template@9b6fb49).
…emplate Specifically, this merges [c45366d from that repo](AArnott/Library.Template@c45366d).
There was a problem hiding this comment.
Pull request overview
Updates this repository to align with the latest Library.Template merge, primarily by refreshing SDK/tooling versions and making small robustness improvements to PowerShell tooling scripts.
Changes:
- Updated SDK and tooling/package versions (global.json, dotnet-tools.json, Directory.Packages.props).
- Improved PowerShell script reliability/portability (e.g.,
-LiteralPath,ToLowerInvariant(),Join-Path,dotnet msbuildusage). - Added template merge guidance files under
.github/skills/update-library-template/and ignored C# Dev Kit cache artifacts.
Reviewed changes
Copilot reviewed 8 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/Get-NuGetTool.ps1 | Uses Test-Path -LiteralPath for safer path handling during signature checks. |
| tools/Get-ExternalSymbolFiles.ps1 | Simplifies cmdlet binding and switches package version evaluation to dotnet msbuild. |
| tools/Download-NuGetPackage.ps1 | Uses culture-invariant lowercasing for package directory normalization. |
| tools/Convert-PDB.ps1 | Builds Pdb2Pdb tool path using Join-Path. |
| global.json | Bumps .NET SDK patch version. |
| Directory.Packages.props | Updates Microsoft Testing Platform version. |
| .gitignore | Ignores *.lscache (C# Dev Kit cache). |
| .github/skills/update-library-template/template-release-notes.md | Adds template merge release notes for future merges. |
| .github/skills/update-library-template/SKILL.md | Updates skill metadata and instructions for merging from template. |
| .config/dotnet-tools.json | Updates local tool versions (PowerShell, repo tools). |
matthew-j-clark
approved these changes
May 4, 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.
No description provided.