Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try on pwsh #61

Merged
merged 22 commits into from
Oct 9, 2024
Merged

try on pwsh #61

merged 22 commits into from
Oct 9, 2024

Conversation

ronnypolley
Copy link
Owner

No description provided.

Tests/TestUtils.ps1 Fixed Show fixed Hide fixed
Tests/TestUtils.ps1 Fixed Show fixed Hide fixed
Tests/TestUtils.ps1 Fixed Show fixed Hide fixed
Tests/TestUtils.ps1 Fixed Show fixed Hide fixed
@@ -18,8 +18,11 @@

function Mock-PSDK-Dir {
$Script:backup_PSDK_DIR = $Global:PSDK_DIR
New-Item -ItemType Directory "TestDrive:.posh-sdk" | Out-Null
$Global:PSDK_DIR = (Get-Item "TestDrive:.posh-sdk").FullName
$randomName = (-join ((65..90) + (97..122) | Get-Random -Count 5 | % {[char]$_}))

Check warning

Code scanning / PSScriptAnalyzer

'%' is an alias of 'ForEach-Object'. Alias can introduce possible problems and make scripts hard to maintain. Please consider changing alias to its full content. Warning

'%' is an alias of 'ForEach-Object'. Alias can introduce possible problems and make scripts hard to maintain. Please consider changing alias to its full content.
Tests/TestUtils.ps1 Dismissed Show dismissed Hide dismissed
hidden folders need -force parameter on linux/mac
Tests/Commands.Tests.ps1 Dismissed Show dismissed Hide dismissed
else the cmd.exe was used for deletion
Tests/Utils.Tests.ps1 Fixed Show fixed Hide fixed
Tests/Utils.Tests.ps1 Fixed Show fixed Hide fixed
Tests/Utils.Tests.ps1 Fixed Show fixed Hide fixed
PSSDKMan/Utils.ps1 Fixed Show fixed Hide fixed
PSSDKMan/Utils.ps1 Fixed Show fixed Hide fixed
Tests/Utils.Tests.ps1 Fixed Show fixed Hide fixed
PSSDKMan/Utils.ps1 Fixed Show fixed Hide fixed
@ronnypolley ronnypolley merged commit 5ecb36b into main Oct 9, 2024
9 of 11 checks passed
@ronnypolley ronnypolley deleted the ronnypolley-patch-1 branch October 9, 2024 13:33
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.

1 participant