fix: retain .NET 8 PowerShell SDK compatibility - #203
Merged
PrzemyslawKlys merged 2 commits intoSep 10, 2026
Merged
PrzemyslawKlys merged 2 commits into
PrzemyslawKlys merged 2 commits into
Conversation
Member
|
CI confirms that Microsoft.PowerShell.SDK 7.6.5 no longer supplies the reference surface this multi-platform PowerShell test project compiles against. I did not add a compatibility shim. Please choose whether to retain the current net8/PowerShell contract (keep 7.4.x) or authorize the broader net10/PowerShell 7.6 migration. |
--- updated-dependencies: - dependency-name: Microsoft.PowerShell.SDK dependency-version: 7.6.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/Sources/PSWriteOffice.Tests/all-dependencies-c87a3d406b
branch
from
September 9, 2026 22:55
b0dd4ea to
392c137
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #203 +/- ##
=====================================
Coverage 1.85% 1.85%
=====================================
Files 643 643
Lines 34916 34916
Branches 5808 5808
=====================================
Hits 647 647
Misses 34197 34197
Partials 72 72 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
PrzemyslawKlys
deleted the
dependabot/nuget/Sources/PSWriteOffice.Tests/all-dependencies-c87a3d406b
branch
September 10, 2026 07:41
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.
Retains PowerShell SDK 7.4.20 for the .NET 8 test target. PowerShell 7.6 supplies only .NET 10 reference assets, so the previous dependency update made this project restore but fail compilation.\n\nValidation:
dotnet buildand 22 test contracts on .NET 8.