Skip to content

Conversation

@rulasg
Copy link
Owner

@rulasg rulasg commented Jan 10, 2024

Fixes #37

$ret += $_ -is [string] ? @{ ModuleName = $_ } : $_
}

return $ret

Check notice

Code scanning / PSScriptAnalyzer

The cmdlet 'Get-RequiredModule' returns an object of type 'System.Object[]' but this type is not declared in the OutputType attribute.

The cmdlet 'Get-RequiredModule' returns an object of type 'System.Object[]' but this type is not declared in the OutputType attribute.
@rulasg rulasg self-assigned this Jan 10, 2024
@rulasg rulasg merged commit b39f7f4 into main Jan 10, 2024
@rulasg rulasg deleted the rulasg/issue37 branch January 10, 2024 19:45
@rulasg rulasg changed the title Rulasg/issue37 bug: When instaling module not installing the correct invokehelper dependency Jan 10, 2024
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.

bug: When instaling module not installing the correct invokehelper dependency

2 participants