Skip to content
New issue

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

v0.5.6 public release #38

Merged
merged 3 commits into from
Nov 20, 2024
Merged

v0.5.6 public release #38

merged 3 commits into from
Nov 20, 2024

Conversation

rebelinux
Copy link
Collaborator

Description

[0.5.6] - 2024-11-20

Changed

  • Increase Dbatools module requirement v2.1.27
  • Improve detection of empty fields in tables
  • Improve detection of true/false elements in tables
  • Update GitHub release workflow to add post to Bluesky social platform

Fixed

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

Copy link

PSScriptAnalyzer results:

Errors: [0], Warnings: [8], Information: [3]


RuleName   : PSAvoidUsingEmptyCatchBlock
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 458
Message    : Empty catch block is used. Please use Write-Error or throw 
             statements in catch blocks.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 276
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 286
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 496
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 276
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 286
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSUseUsingScopeModifierInNewRunspaces
Severity   : Warning
ScriptName : Invoke-AsBuiltReport.Microsoft.Windows.ps1
Line       : 122
Message    : The variable '$ScriptContent' is not declared within this 
             ScriptBlock, and is missing the 'Using:' scope modifier.

RuleName   : PSUseUsingScopeModifierInNewRunspaces
Severity   : Warning
ScriptName : Invoke-AsBuiltReport.Microsoft.Windows.ps1
Line       : 125
Message    : The variable '$ScriptContent' is not declared within this 
             ScriptBlock, and is missing the 'Using:' scope modifier.

RuleName   : PSUseOutputTypeCorrectly
Severity   : Information
ScriptName : SharedUtilsFunctions.ps1
Line       : 334
Message    : The cmdlet 'Get-LocalGroupMemberObj' returns an object of type 
             'System.String' but this type is not declared in the OutputType 
             attribute.

RuleName   : PSAvoidUsingPositionalParameters
Severity   : Information
ScriptName : SharedUtilsFunctions.ps1
Line       : 363
Message    : Cmdlet 'Get-DomainGroupMember' has positional parameter. Please 
             use named parameters instead of positional parameters when calling 
             a command.

RuleName   : PSAvoidUsingPositionalParameters
Severity   : Information
ScriptName : SharedUtilsFunctions.ps1
Line       : 422
Message    : Cmdlet 'Get-DomainGroupMember' has positional parameter. Please 
             use named parameters instead of positional parameters when calling 
             a command.

Copy link

PSScriptAnalyzer results:

Errors: [0], Warnings: [7], Information: [3]


RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 276
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 286
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 496
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 276
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 286
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSUseUsingScopeModifierInNewRunspaces
Severity   : Warning
ScriptName : Invoke-AsBuiltReport.Microsoft.Windows.ps1
Line       : 122
Message    : The variable '$ScriptContent' is not declared within this 
             ScriptBlock, and is missing the 'Using:' scope modifier.

RuleName   : PSUseUsingScopeModifierInNewRunspaces
Severity   : Warning
ScriptName : Invoke-AsBuiltReport.Microsoft.Windows.ps1
Line       : 125
Message    : The variable '$ScriptContent' is not declared within this 
             ScriptBlock, and is missing the 'Using:' scope modifier.

RuleName   : PSUseOutputTypeCorrectly
Severity   : Information
ScriptName : SharedUtilsFunctions.ps1
Line       : 334
Message    : The cmdlet 'Get-LocalGroupMemberObj' returns an object of type 
             'System.String' but this type is not declared in the OutputType 
             attribute.

RuleName   : PSAvoidUsingPositionalParameters
Severity   : Information
ScriptName : SharedUtilsFunctions.ps1
Line       : 363
Message    : Cmdlet 'Get-DomainGroupMember' has positional parameter. Please 
             use named parameters instead of positional parameters when calling 
             a command.

RuleName   : PSAvoidUsingPositionalParameters
Severity   : Information
ScriptName : SharedUtilsFunctions.ps1
Line       : 422
Message    : Cmdlet 'Get-DomainGroupMember' has positional parameter. Please 
             use named parameters instead of positional parameters when calling 
             a command.

@rebelinux rebelinux merged commit 5d0e537 into master Nov 20, 2024
4 checks passed
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.

1 participant