Skip to content

Conversation

@rebelinux
Copy link
Collaborator

[0.5.7] - 2025-07-30

Changed

  • Increase Dbatools module requirement v2.5.1
  • Update Release.yml to migrate from 2019 to 2022

Fixed

@rebelinux rebelinux merged commit 8a6df7f into AsBuiltReport:dev Jul 31, 2025
1 of 2 checks passed
$runspace.Runspace = $null
$runspace.powershell = $null
} ElseIf ($runspace.Runspace -ne $null) {
} elseif ($runspace.Runspace -ne $null) {

Check warning

Code scanning / PSScriptAnalyzer

$null should be on the left side of equality comparisons. Warning

$null should be on the left side of equality comparisons.
$runspace.Runspace = $null
$runspace.powershell = $null
} ElseIf ($runspace.Runspace -ne $null) {
} elseif ($runspace.Runspace -ne $null) {

Check warning

Code scanning / PSScriptAnalyzer

$null should be on the left side of equality comparisons. Warning

$null should be on the left side of equality comparisons.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant