| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR updates pinned toolchain and dependency versions to the latest patch releases, keeping the System.Management.Automation (SMA) NuGet reference aligned with the PowerShell minimum version gate used by the PSScriptAnalyzer module loader.
Changes:
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| global.json | Updates the pinned .NET SDK patch version used by the repo. |
| Engine/PSScriptAnalyzer.psm1 | Keeps the PowerShell minimum supported version check aligned with the SMA package version. |
| Directory.Packages.props | Updates the centrally-managed SMA package version to 7.4.14. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
|
Perhaps premature, the GitHub Actions images don't even have PowerShell 7.4.14 yet:
|
Sorry, something went wrong.
| { | ||
| "sdk": { | ||
| "version": "8.0.416", | ||
| "version": "8.0.419", |
There was a problem hiding this comment.
happy with it but doesn't make any difference since we use latest feature (8.0.x) anyway as per below rollForward setting
Sorry, something went wrong.
There was a problem hiding this comment.
HAHAHA yes I agree but the people who maintain internal tools that check this file don't seem to understand that.
Sorry, something went wrong.
that's ok, can do later as well. in the end it's just a reference, we don't ship SMA so whatever PowerShell patch version they are using, it's up to user to use latest patched version within 30 days after new release anyway if they want to stay supported so we don't necessarily have to enforce it too much. With 1 year release cycles, a few PS patches happen anyway |
Sorry, something went wrong.
Co-authored-by: andyleejordan <2226434+andyleejordan@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Follows the established pattern from commit aa2180a ("Update .NET SDK, PowerShell SDK, and Newtonsoft.Json").
Changes
Not updated (with rationale)