We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cd PSScriptAnalyzer ./build.ps1 -All Import-Module .\out\PSScriptAnalyzer\PSScriptAnalyzer.psd1 ./build.ps1. -Test
all tests pass.
RuntimeException: A null key is not allowed in a hash literal. UseCompatibleTypes.Tests.ps1& UseCompatibleCommands.Tests.ps1 failed.
> $PSVersionTable Name Value ---- ----- PSVersion 5.1.19041.1023 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.19041.1023 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 PesterVersion 5.2.2
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Steps to reproduce
Expected behavior
all tests pass.
Actual behavior
RuntimeException: A null key is not allowed in a hash literal.
UseCompatibleTypes.Tests.ps1& UseCompatibleCommands.Tests.ps1 failed.
Environment data
The text was updated successfully, but these errors were encountered: