Skip to content

Refactoring for tests #1414

Refactoring for tests

Refactoring for tests #1414

Triggered via pull request December 20, 2024 00:58
Status Success
Total duration 6m 26s
Artifacts 6

build.yaml

on: pull_request
Build extension
1m 5s
Build extension
Build docs
56s
Build docs
🔍 Analyze with PSRule
31s
🔍 Analyze with PSRule
🔍 Analyze with DevSkim
33s
🔍 Analyze with DevSkim
🔍 Analyze with CodeQL
3m 14s
🔍 Analyze with CodeQL
Matrix: test
Matrix: test_extension
Fit to window
Zoom out
Zoom in

Annotations

38 warnings
🔍 Analyze with PSRule
Target object 'tests/PSRule.Types.Tests/PSRule.Types.Tests.csproj' has not been processed because no matching rules were found.
🔍 Analyze with PSRule
Target object 'tests/PSRule.CommandLine.Tests/PSRule.CommandLine.Tests.csproj' has not been processed because no matching rules were found.
🔍 Analyze with PSRule
Target object 'tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj' has not been processed because no matching rules were found.
🔍 Analyze with PSRule
Target object 'tests/PSRule.Tests/PSRule.Tests.csproj' has not been processed because no matching rules were found.
🔍 Analyze with PSRule
Target object 'src/PSRule.MSBuild/PSRule.MSBuild.csproj' has not been processed because no matching rules were found.
🔍 Analyze with PSRule
Target object 'src/PSRule.Types/PSRule.Types.csproj' has not been processed because no matching rules were found.
🔍 Analyze with PSRule
Target object 'src/PSRule.EditorServices/PSRule.EditorServices.csproj' has not been processed because no matching rules were found.
🔍 Analyze with PSRule
Target object 'src/PSRule.Badges/PSRule.Badges.csproj' has not been processed because no matching rules were found.
🔍 Analyze with PSRule
Target object 'src/PSRule.Benchmark/PSRule.Benchmark.csproj' has not been processed because no matching rules were found.
🔍 Analyze with PSRule
Target object 'src/PSRule/PSRule.Format.ps1xml' has not been processed because no matching rules were found.
🔍 Analyze with DevSkim
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build extension
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build extension: src/PSRule/Commands/ExportConventionCommand.cs#L86
Dereference of a possibly null reference.
Build extension: src/PSRule/Converters/Json/LockEntryIntegrityJsonConverter.cs#L34
The result of the expression is always 'false' since a value of type 'IntegrityAlgorithm' is never equal to 'null' of type 'IntegrityAlgorithm?'
Build extension: src/PSRule/Rules/RuleRecord.cs#L30
Non-nullable property 'Field' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build extension: src/PSRule/Rules/RuleRecord.cs#L30
Non-nullable property 'Tag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build extension: src/PSRule/Rules/RuleRecord.cs#L30
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build extension: src/PSRule/Runtime/RunspaceContext.cs#L601
Dereference of a possibly null reference.
Build extension: src/PSRule/Runtime/RunspaceContext.cs#L596
Possible null reference argument for parameter 'targetObject' in 'RuleRecord.RuleRecord(string runId, ResourceId ruleId, string @ref, TargetObject targetObject, string targetName, string targetType, IResourceTags tag, RuleHelpInfo info, Hashtable field, RuleProperties @default, ISourceExtent extent, RuleOutcome outcome = RuleOutcome.None, RuleOutcomeReason reason = RuleOutcomeReason.None, RuleOverride? @OverRide = null)'.
Build extension: src/PSRule/Runtime/RunspaceContext.cs#L597
Possible null reference argument for parameter 'targetName' in 'RuleRecord.RuleRecord(string runId, ResourceId ruleId, string @ref, TargetObject targetObject, string targetName, string targetType, IResourceTags tag, RuleHelpInfo info, Hashtable field, RuleProperties @default, ISourceExtent extent, RuleOutcome outcome = RuleOutcome.None, RuleOutcomeReason reason = RuleOutcomeReason.None, RuleOverride? @OverRide = null)'.
Build extension: src/PSRule/Runtime/RunspaceContext.cs#L598
Possible null reference argument for parameter 'targetType' in 'RuleRecord.RuleRecord(string runId, ResourceId ruleId, string @ref, TargetObject targetObject, string targetName, string targetType, IResourceTags tag, RuleHelpInfo info, Hashtable field, RuleProperties @default, ISourceExtent extent, RuleOutcome outcome = RuleOutcome.None, RuleOutcomeReason reason = RuleOutcomeReason.None, RuleOverride? @OverRide = null)'.
Build extension: src/PSRule/Runtime/RunspaceContext.cs#L664
Possible null reference argument for parameter 'name' in 'bool ILanguageScopeSet.TryScope(string name, out ILanguageScope? scope)'.
🧪 Test extension (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build: src/PSRule/Commands/ExportConventionCommand.cs#L86
Dereference of a possibly null reference.
Build: src/PSRule/Runtime/RunspaceContext.cs#L601
Dereference of a possibly null reference.
Build: src/PSRule/Runtime/RunspaceContext.cs#L596
Possible null reference argument for parameter 'targetObject' in 'RuleRecord.RuleRecord(string runId, ResourceId ruleId, string @ref, TargetObject targetObject, string targetName, string targetType, IResourceTags tag, RuleHelpInfo info, Hashtable field, RuleProperties @default, ISourceExtent extent, RuleOutcome outcome = RuleOutcome.None, RuleOutcomeReason reason = RuleOutcomeReason.None, RuleOverride? @OverRide = null)'.
Build: src/PSRule/Runtime/RunspaceContext.cs#L597
Possible null reference argument for parameter 'targetName' in 'RuleRecord.RuleRecord(string runId, ResourceId ruleId, string @ref, TargetObject targetObject, string targetName, string targetType, IResourceTags tag, RuleHelpInfo info, Hashtable field, RuleProperties @default, ISourceExtent extent, RuleOutcome outcome = RuleOutcome.None, RuleOutcomeReason reason = RuleOutcomeReason.None, RuleOverride? @OverRide = null)'.
Build: src/PSRule/Runtime/RunspaceContext.cs#L598
Possible null reference argument for parameter 'targetType' in 'RuleRecord.RuleRecord(string runId, ResourceId ruleId, string @ref, TargetObject targetObject, string targetName, string targetType, IResourceTags tag, RuleHelpInfo info, Hashtable field, RuleProperties @default, ISourceExtent extent, RuleOutcome outcome = RuleOutcome.None, RuleOutcomeReason reason = RuleOutcomeReason.None, RuleOverride? @OverRide = null)'.
Build: src/PSRule/Runtime/RunspaceContext.cs#L664
Possible null reference argument for parameter 'name' in 'bool ILanguageScopeSet.TryScope(string name, out ILanguageScope? scope)'.
Build: src/PSRule/Runtime/RunspaceContext.cs#L664
Dereference of a possibly null reference.
Build: src/PSRule/Runtime/RunspaceContext.cs#L664
Possible null reference argument for parameter 'name' in 'object? ILanguageScope.GetService(string name)'.
Build: src/PSRule/Runtime/RunspaceContext.cs#L819
Dereference of a possibly null reference.
Build: src/PSRule/Rules/RuleRecord.cs#L30
Non-nullable property 'Field' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
🔍 Analyze with CodeQL
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🧪 Test (linux-x64-pwsh)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🧪 Test (linux-musl-x64-pwsh)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
CodeQL-Sarif Expired
63.2 KB
DevSkim-Sarif Expired
2.68 KB
Extension
25.5 MB
Module
2.98 MB
PSRule-Sarif Expired
699 Bytes
Results-PSRule
8.6 KB