SqlInstall: New resource #1912
SqlInstall: New resource #1912
5 new alerts including 2 errors
New alerts in code changed by this pull request
- 2 errors
- 3 warnings
See annotations below for details.
Annotations
Check failure on line 343 in source/Classes/020.SqlInstall.ps1
Code scanning / PSScriptAnalyzer
The DSC resource 'SqlInstall' must have at least one key property (using the syntax [DscProperty(Key)].) Error
Check failure on line 343 in source/Classes/020.SqlInstall.ps1
Code scanning / PSScriptAnalyzer
The DSC resource 'SqlInstall' is missing a Test method that returns [bool] and accepts no parameters. Error
Check warning on line 821 in source/Classes/020.SqlInstall.ps1
Code scanning / PSScriptAnalyzer
The variable 'currentInstalledServiceNames' is assigned but never used. Warning
Check warning on line 849 in source/Classes/020.SqlInstall.ps1
Code scanning / PSScriptAnalyzer
Empty End block. Warning
Check warning on line 823 in source/Classes/020.SqlInstall.ps1
Code scanning / PSScriptAnalyzer
The variable 'serverObject' is assigned but never used. Warning