Merge latest Library.Template#363
Merged
Merged
Conversation
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.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>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Resolve the Directory.Packages.props conflict by keeping this repo's package version properties while taking the incoming Microsoft.Testing.Platform version bump to 2.2.2.
There was a problem hiding this comment.
Pull request overview
Updates this repo to align with the latest Library.Template by tightening culture-invariant behavior in tooling scripts and bumping several pinned toolchain/dependency versions.
Changes:
- Use
ToLowerInvariant()when normalizing NuGet package IDs in the download helper script. - Update pinned versions for .NET SDK (
global.json), Microsoft Testing Platform, andnerdbank.dotnetrepotools. - Ignore C# Dev Kit cache artifacts (
*.lscache) in.gitignore.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/Download-NuGetPackage.ps1 | Uses culture-invariant lowercasing for consistent package folder paths across locales. |
| global.json | Bumps pinned .NET SDK version to 10.0.300. |
| Directory.Packages.props | Updates MicrosoftTestingPlatformVersion to 2.2.2 for centrally-managed package versions. |
| .gitignore | Adds ignore rule for C# Dev Kit cache files (*.lscache). |
| .config/dotnet-tools.json | Updates nerdbank.dotnetrepotools tool version to 1.4.1. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #363 +/- ##
=======================================
Coverage 77.88% 77.88%
=======================================
Files 14 14
Lines 859 859
Branches 224 224
=======================================
Hits 669 669
Misses 126 126
Partials 64 64
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
RyanToth3
approved these changes
May 13, 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.
ToLowervariant for package IDs