You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
PSScriptAnalyzer results as of this commit:
2 Information
8 Warning
See details
Location : ./private/Debug-LongRunningProcess.ps1 [44, 13]
RuleName : PSAvoidUsingEmptyCatchBlock
Severity : Warning
Message : Empty catch block is used. Please use Write-Error or throw statements in catc
h blocks.
Location : ./private/Debug-LongRunningProcess.ps1 [139, 82]
RuleName : PSReviewUnusedParameter
Severity : Warning
Message : The parameter 'lParam' has been declared but not used.
Location : ./private/Set-BIOSUpdateRegistryFlag.ps1 [1, 10]
RuleName : PSUseShouldProcessForStateChangingFunctions
Severity : Warning
Message : Function 'Set-BIOSUpdateRegistryFlag' has verb that could change system state
. Therefore, the function has to support 'ShouldProcess'.
Location : ./private/Resolve-XMLDependencies.ps1 [1, 10]
RuleName : PSUseSingularNouns
Severity : Warning
Message : The cmdlet 'Resolve-XMLDependencies' uses a plural noun. A singular noun shou
ld be used instead.
Location : ./private/Invoke-PackageCommand.ps1 [303, 29]
RuleName : PSAvoidUsingEmptyCatchBlock
Severity : Warning
Message : Empty catch block is used. Please use Write-Error or throw statements in catc
h blocks.
Location : ./private/Compare-Array.ps1 [30, 17]
RuleName : PSReviewUnusedParameter
Severity : Warning
Message : The parameter 'in' has been declared but not used.
Location : ./private/Split-ExecutableAndArguments.ps1 [1, 10]
RuleName : PSUseSingularNouns
Severity : Warning
Message : The cmdlet 'Split-ExecutableAndArguments' uses a plural noun. A singular noun
should be used instead.
Location : ./public/Install-LSUpdate.ps1 [145, 21]
RuleName : PSUseOutputTypeCorrectly
Severity : Information
Message : The cmdlet 'Install-LSUpdate' returns an object of type 'PackageInstallResult
' but this type is not declared in the OutputType attribute.
Location : ./public/Install-LSUpdate.ps1 [182, 21]
RuleName : PSUseOutputTypeCorrectly
Severity : Information
Message : The cmdlet 'Install-LSUpdate' returns an object of type 'PackageInstallResult
' but this type is not declared in the OutputType attribute.
Location : ./public/Set-LSUClientConfiguration.ps1 [1, 10]
RuleName : PSUseShouldProcessForStateChangingFunctions
Severity : Warning
Message : Function 'Set-LSUClientConfiguration' has verb that could change system state
. Therefore, the function has to support 'ShouldProcess'.
The reason will be displayed to describe this comment to others. Learn more.
PSScriptAnalyzer results as of this commit:
2 Information
8 Warning
See details
Location : ./private/Debug-LongRunningProcess.ps1 [44, 13]
RuleName : PSAvoidUsingEmptyCatchBlock
Severity : Warning
Message : Empty catch block is used. Please use Write-Error or throw statements in catc
h blocks.
Location : ./private/Debug-LongRunningProcess.ps1 [139, 82]
RuleName : PSReviewUnusedParameter
Severity : Warning
Message : The parameter 'lParam' has been declared but not used.
Location : ./private/Set-BIOSUpdateRegistryFlag.ps1 [1, 10]
RuleName : PSUseShouldProcessForStateChangingFunctions
Severity : Warning
Message : Function 'Set-BIOSUpdateRegistryFlag' has verb that could change system state
. Therefore, the function has to support 'ShouldProcess'.
Location : ./private/Resolve-XMLDependencies.ps1 [1, 10]
RuleName : PSUseSingularNouns
Severity : Warning
Message : The cmdlet 'Resolve-XMLDependencies' uses a plural noun. A singular noun shou
ld be used instead.
Location : ./private/Invoke-PackageCommand.ps1 [303, 29]
RuleName : PSAvoidUsingEmptyCatchBlock
Severity : Warning
Message : Empty catch block is used. Please use Write-Error or throw statements in catc
h blocks.
Location : ./private/Compare-Array.ps1 [30, 17]
RuleName : PSReviewUnusedParameter
Severity : Warning
Message : The parameter 'in' has been declared but not used.
Location : ./private/Split-ExecutableAndArguments.ps1 [1, 10]
RuleName : PSUseSingularNouns
Severity : Warning
Message : The cmdlet 'Split-ExecutableAndArguments' uses a plural noun. A singular noun
should be used instead.
Location : ./public/Install-LSUpdate.ps1 [145, 21]
RuleName : PSUseOutputTypeCorrectly
Severity : Information
Message : The cmdlet 'Install-LSUpdate' returns an object of type 'PackageInstallResult
' but this type is not declared in the OutputType attribute.
Location : ./public/Install-LSUpdate.ps1 [182, 21]
RuleName : PSUseOutputTypeCorrectly
Severity : Information
Message : The cmdlet 'Install-LSUpdate' returns an object of type 'PackageInstallResult
' but this type is not declared in the OutputType attribute.
Location : ./public/Set-LSUClientConfiguration.ps1 [1, 10]
RuleName : PSUseShouldProcessForStateChangingFunctions
Severity : Warning
Message : Function 'Set-LSUClientConfiguration' has verb that could change system state
. Therefore, the function has to support 'ShouldProcess'.
a68c85f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PSScriptAnalyzer results as of this commit:
See details
a68c85f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PSScriptAnalyzer results as of this commit:
See details