Skip to content

Merge latest Library.Template#1425

Merged
AArnott merged 24 commits into
mainfrom
dev/andarno/libtemplateUpdate
May 4, 2026
Merged

Merge latest Library.Template#1425
AArnott merged 24 commits into
mainfrom
dev/andarno/libtemplateUpdate

Conversation

@AArnott

@AArnott AArnott commented May 4, 2026

Copy link
Copy Markdown
Member

No description provided.

🤖 Copilot and others added 24 commits March 11, 2026 08:51
…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>
Copilot AI review requested due to automatic review settings May 4, 2026 19:45
@AArnott AArnott enabled auto-merge May 4, 2026 19:45

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

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 msbuild usage).
  • 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).

@AArnott AArnott merged commit 0e02891 into main May 4, 2026
13 checks passed
@AArnott AArnott deleted the dev/andarno/libtemplateUpdate branch May 4, 2026 20:43
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.

3 participants