Skip to content

Conversation

@rulasg
Copy link
Owner

@rulasg rulasg commented Mar 13, 2024

Fixes #113

@@ -1,16 +1,16 @@

Write-Host "Loading DummyModule1Test ..." -ForegroundColor DarkYellow
Write-Host "Loading Test ..." -ForegroundColor DarkYellow

Check warning

Code scanning / PSScriptAnalyzer

File 'Test.psm1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.

File 'Test.psm1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
@rulasg rulasg merged commit 529c64f into main Mar 16, 2024
@rulasg rulasg deleted the rulasg/issue113 branch March 16, 2024 20:34
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.

Set Test module to name Test on folder test

2 participants