Bump YamlDotNet from 16.3.0 to 17.0.1 (#3304) #3139
build.yaml
on: push
Build module
2m 51s
Build extension
1m 23s
Build docs
54s
🔍 Analyze with PSRule
23s
🔍 Analyze with DevSkim
31s
🔍 Analyze with CodeQL
3m 38s
Annotations
52 warnings
|
Build extension:
src/PSRule/Runtime/ObjectPath/PathToken.cs#L32
Nullability of reference types in return type of 'T? PathToken.As<T>()' doesn't match implicitly implemented member 'T IPathToken.As<T>()' (possibly because of nullability attributes).
|
|
Build extension:
src/PSRule/Runtime/LoggerFactory.cs#L11
Nullability of reference types in return type of 'ILogger? LoggerFactory.Create(string categoryName)' doesn't match implicitly implemented member 'ILogger ILoggerFactory.Create(string categoryName)' (possibly because of nullability attributes).
|
|
Build extension:
src/PSRule/Runtime/Binding/TargetBindingResult.cs#L36
Nullability of reference types in return type of 'Hashtable? TargetBindingResult.Field.get' doesn't match implicitly implemented member 'Hashtable ITargetBindingResult.Field.get' (possibly because of nullability attributes).
|
|
Build extension:
src/PSRule/Definitions/Rules/RuleV1Script.cs#L64
Nullability of reference types in return type doesn't match implemented member 'InfoString IRuleV1.Recommendation.get' (possibly because of nullability attributes).
|
|
Build extension:
src/PSRule/Rules/RuleRecord.cs#L162
Nullability of reference types in return type of 'Hashtable? RuleRecord.Tag.get' doesn't match implicitly implemented member 'Hashtable IRuleResultV2.Tag.get' (possibly because of nullability attributes).
|
|
Build extension:
src/PSRule/Rules/RuleRecord.cs#L64
Nullability of reference types in return type of 'string? RuleRecord.RunId.get' doesn't match implicitly implemented member 'string IRuleResultV2.RunId.get' (possibly because of nullability attributes).
|
|
Build extension:
src/PSRule/Rules/RuleRecord.cs#L155
Nullability of reference types in return type of 'Hashtable? RuleRecord.Field.get' doesn't match implicitly implemented member 'Hashtable IDetailedRuleResultV2.Field.get' (possibly because of nullability attributes).
|
|
Build extension:
src/PSRule/Rules/RuleRecord.cs#L149
Nullability of reference types in return type of 'Hashtable? RuleRecord.Data.get' doesn't match implicitly implemented member 'Hashtable IDetailedRuleResultV2.Data.get' (possibly because of nullability attributes).
|
|
Build extension:
src/PSRule/Rules/IRuleBlock.cs#L16
'IRuleBlock.Info' hides inherited member 'IResource.Info'. Use the new keyword if hiding was intended.
|
|
Build extension:
src/PSRule/Common/JsonCommentWriter.cs#L13
Nullability of type of parameter 'text' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build module:
src/PSRule/Runtime/PSRule.cs#L43
Nullability of reference types in return type of 'TargetSourceInfo? PSRuleSource.this[string type].get' doesn't match implicitly implemented member 'TargetSourceInfo ITargetSourceCollection.this[string type].get' (possibly because of nullability attributes).
|
|
Build module:
src/PSRule/Runtime/ObjectPath/PathToken.cs#L32
Nullability of reference types in return type of 'T? PathToken.As<T>()' doesn't match implicitly implemented member 'T IPathToken.As<T>()' (possibly because of nullability attributes).
|
|
Build module:
src/PSRule/Runtime/Binding/TargetBindingResult.cs#L36
Nullability of reference types in return type of 'Hashtable? TargetBindingResult.Field.get' doesn't match implicitly implemented member 'Hashtable ITargetBindingResult.Field.get' (possibly because of nullability attributes).
|
|
Build module:
src/PSRule/Runtime/LoggerFactory.cs#L11
Nullability of reference types in return type of 'ILogger? LoggerFactory.Create(string categoryName)' doesn't match implicitly implemented member 'ILogger ILoggerFactory.Create(string categoryName)' (possibly because of nullability attributes).
|
|
Build module:
src/PSRule/Rules/RuleRecord.cs#L162
Nullability of reference types in return type of 'Hashtable? RuleRecord.Tag.get' doesn't match implicitly implemented member 'Hashtable IRuleResultV2.Tag.get' (possibly because of nullability attributes).
|
|
Build module:
src/PSRule/Rules/RuleRecord.cs#L64
Nullability of reference types in return type of 'string? RuleRecord.RunId.get' doesn't match implicitly implemented member 'string IRuleResultV2.RunId.get' (possibly because of nullability attributes).
|
|
Build module:
src/PSRule/Rules/RuleRecord.cs#L155
Nullability of reference types in return type of 'Hashtable? RuleRecord.Field.get' doesn't match implicitly implemented member 'Hashtable IDetailedRuleResultV2.Field.get' (possibly because of nullability attributes).
|
|
Build module:
src/PSRule/Rules/RuleRecord.cs#L149
Nullability of reference types in return type of 'Hashtable? RuleRecord.Data.get' doesn't match implicitly implemented member 'Hashtable IDetailedRuleResultV2.Data.get' (possibly because of nullability attributes).
|
|
Build module:
src/PSRule/Common/JsonCommentWriter.cs#L13
Nullability of type of parameter 'text' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build module:
src/PSRule/Rules/IRuleBlock.cs#L16
'IRuleBlock.Info' hides inherited member 'IResource.Info'. Use the new keyword if hiding was intended.
|
|
🔍 Analyze with CodeQL
Cannot build an overlay-base database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
|
|
🧪 Test GitHub actions
Unexpected input(s) 'prerelease', valid inputs are ['includePath', 'inputPath', 'formats', 'modules', 'baseline', 'conventions', 'option', 'outcome', 'outputFormat', 'outputPath', 'path', 'summary', 'version', 'restore']
|
|
🧪 Test extension (ubuntu-latest):
src/PSRule/Runtime/LegacyRunspaceContext.cs#L103
Nullability of reference types in return type of 'ISourceFile? LegacyRunspaceContext.Source.get' doesn't match implicitly implemented member 'ISourceFile IExpressionContext.Source.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (ubuntu-latest):
src/PSRule/Runtime/ObjectPath/PathToken.cs#L32
Nullability of reference types in return type of 'T? PathToken.As<T>()' doesn't match implicitly implemented member 'T IPathToken.As<T>()' (possibly because of nullability attributes).
|
|
🧪 Test extension (ubuntu-latest):
src/PSRule/Rules/RuleRecord.cs#L162
Nullability of reference types in return type of 'Hashtable? RuleRecord.Tag.get' doesn't match implicitly implemented member 'Hashtable IRuleResultV2.Tag.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (ubuntu-latest):
src/PSRule/Rules/RuleRecord.cs#L64
Nullability of reference types in return type of 'string? RuleRecord.RunId.get' doesn't match implicitly implemented member 'string IRuleResultV2.RunId.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (ubuntu-latest):
src/PSRule/Rules/RuleRecord.cs#L155
Nullability of reference types in return type of 'Hashtable? RuleRecord.Field.get' doesn't match implicitly implemented member 'Hashtable IDetailedRuleResultV2.Field.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (ubuntu-latest):
src/PSRule/Rules/RuleRecord.cs#L149
Nullability of reference types in return type of 'Hashtable? RuleRecord.Data.get' doesn't match implicitly implemented member 'Hashtable IDetailedRuleResultV2.Data.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (ubuntu-latest):
src/PSRule/Runtime/LoggerFactory.cs#L11
Nullability of reference types in return type of 'ILogger? LoggerFactory.Create(string categoryName)' doesn't match implicitly implemented member 'ILogger ILoggerFactory.Create(string categoryName)' (possibly because of nullability attributes).
|
|
🧪 Test extension (ubuntu-latest):
src/PSRule/Runtime/Binding/TargetBindingResult.cs#L36
Nullability of reference types in return type of 'Hashtable? TargetBindingResult.Field.get' doesn't match implicitly implemented member 'Hashtable ITargetBindingResult.Field.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (ubuntu-latest):
src/PSRule/Rules/IRuleBlock.cs#L16
'IRuleBlock.Info' hides inherited member 'IResource.Info'. Use the new keyword if hiding was intended.
|
|
🧪 Test extension (ubuntu-latest):
src/PSRule/Common/JsonCommentWriter.cs#L13
Nullability of type of parameter 'text' doesn't match overridden member (possibly because of nullability attributes).
|
|
🧪 Test extension (macos-latest):
src/PSRule/Rules/RuleRecord.cs#L162
Nullability of reference types in return type of 'Hashtable? RuleRecord.Tag.get' doesn't match implicitly implemented member 'Hashtable IRuleResultV2.Tag.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (macos-latest):
src/PSRule/Rules/RuleRecord.cs#L64
Nullability of reference types in return type of 'string? RuleRecord.RunId.get' doesn't match implicitly implemented member 'string IRuleResultV2.RunId.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (macos-latest):
src/PSRule/Rules/RuleRecord.cs#L155
Nullability of reference types in return type of 'Hashtable? RuleRecord.Field.get' doesn't match implicitly implemented member 'Hashtable IDetailedRuleResultV2.Field.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (macos-latest):
src/PSRule/Rules/RuleRecord.cs#L149
Nullability of reference types in return type of 'Hashtable? RuleRecord.Data.get' doesn't match implicitly implemented member 'Hashtable IDetailedRuleResultV2.Data.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (macos-latest):
src/PSRule/Rules/IRuleBlock.cs#L16
'IRuleBlock.Info' hides inherited member 'IResource.Info'. Use the new keyword if hiding was intended.
|
|
🧪 Test extension (macos-latest):
src/PSRule/Definitions/Rules/RuleV1Script.cs#L64
Nullability of reference types in return type doesn't match implemented member 'InfoString IRuleV1.Recommendation.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (macos-latest):
src/PSRule/Pipeline/InvokeRulePipeline.cs#L68
Nullability of reference types in type of parameter 'sourceObject' of 'void InvokeRulePipeline.Process(PSObject sourceObject)' doesn't match implicitly implemented member 'void IPipeline.Process(PSObject? sourceObject)' (possibly because of nullability attributes).
|
|
🧪 Test extension (macos-latest):
src/PSRule/Pipeline/GetRulePipeline.cs#L8
Nullability of reference types in type of parameter 'sourceObject' of 'void RulePipeline.Process(PSObject sourceObject)' doesn't match implicitly implemented member 'void IPipeline.Process(PSObject? sourceObject)' (possibly because of nullability attributes).
|
|
🧪 Test extension (macos-latest):
src/PSRule/Pipeline/GetRuleHelpPipeline.cs#L10
Nullability of reference types in type of parameter 'sourceObject' of 'void RulePipeline.Process(PSObject sourceObject)' doesn't match implicitly implemented member 'void IPipeline.Process(PSObject? sourceObject)' (possibly because of nullability attributes).
|
|
🧪 Test extension (macos-latest):
src/PSRule/Pipeline/RulePipeline.cs#L46
Nullability of reference types in type of parameter 'sourceObject' of 'void RulePipeline.Process(PSObject sourceObject)' doesn't match implicitly implemented member 'void IPipeline.Process(PSObject? sourceObject)' (possibly because of nullability attributes).
|
|
🧪 Test extension (windows-latest):
src/PSRule/Runtime/LegacyRunspaceContext.cs#L103
Nullability of reference types in return type of 'ISourceFile? LegacyRunspaceContext.Source.get' doesn't match implicitly implemented member 'ISourceFile IExpressionContext.Source.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (windows-latest):
src/PSRule/Runtime/ObjectPath/PathToken.cs#L32
Nullability of reference types in return type of 'T? PathToken.As<T>()' doesn't match implicitly implemented member 'T IPathToken.As<T>()' (possibly because of nullability attributes).
|
|
🧪 Test extension (windows-latest):
src/PSRule/Runtime/LoggerFactory.cs#L11
Nullability of reference types in return type of 'ILogger? LoggerFactory.Create(string categoryName)' doesn't match implicitly implemented member 'ILogger ILoggerFactory.Create(string categoryName)' (possibly because of nullability attributes).
|
|
🧪 Test extension (windows-latest):
src/PSRule/Rules/RuleRecord.cs#L162
Nullability of reference types in return type of 'Hashtable? RuleRecord.Tag.get' doesn't match implicitly implemented member 'Hashtable IRuleResultV2.Tag.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (windows-latest):
src/PSRule/Rules/RuleRecord.cs#L64
Nullability of reference types in return type of 'string? RuleRecord.RunId.get' doesn't match implicitly implemented member 'string IRuleResultV2.RunId.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (windows-latest):
src/PSRule/Rules/RuleRecord.cs#L155
Nullability of reference types in return type of 'Hashtable? RuleRecord.Field.get' doesn't match implicitly implemented member 'Hashtable IDetailedRuleResultV2.Field.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (windows-latest):
src/PSRule/Rules/RuleRecord.cs#L149
Nullability of reference types in return type of 'Hashtable? RuleRecord.Data.get' doesn't match implicitly implemented member 'Hashtable IDetailedRuleResultV2.Data.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (windows-latest):
src/PSRule/Runtime/Binding/TargetBindingResult.cs#L36
Nullability of reference types in return type of 'Hashtable? TargetBindingResult.Field.get' doesn't match implicitly implemented member 'Hashtable ITargetBindingResult.Field.get' (possibly because of nullability attributes).
|
|
🧪 Test extension (windows-latest):
src/PSRule/Rules/IRuleBlock.cs#L16
'IRuleBlock.Info' hides inherited member 'IResource.Info'. Use the new keyword if hiding was intended.
|
|
🧪 Test extension (windows-latest):
src/PSRule/Common/JsonCommentWriter.cs#L13
Nullability of type of parameter 'text' doesn't match overridden member (possibly because of nullability attributes).
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
CodeQL-Sarif
Expired
|
107 KB |
sha256:3ebf3c9c18899746e9a9d02068977984f2a28cd4a9b4459ff864f1896646090e
|
|
|
DevSkim-Sarif
Expired
|
2.85 KB |
sha256:0ba151ff8f840531752c282a15ad6e20fe08f5501b8e9a2e743900c346271832
|
|
|
Extension
Expired
|
27.2 MB |
sha256:c55bb3b1963fe68b926dc1054978ae42a97eb8c4c286df14e1fa8679715d75e8
|
|
|
Module
Expired
|
3.04 MB |
sha256:acbf1c1e93aa451cd06de3dbfa41d8d9fa44876a671cdc5e453fa13d9f4d4433
|
|
|
PSRule-Sarif
Expired
|
686 Bytes |
sha256:3e1568cc89753c795018cbc5ebc950a4b7b7ebf7503813e456f96130b7104fb5
|
|
|
Packages
Expired
|
25.5 MB |
sha256:67f3e9ef890421891d2aa0d60e35cd66ea74b43e1e320b35d84250589ffc45fd
|
|
|
Results-PSRule
Expired
|
14.3 KB |
sha256:4025f2b037a48eb57927e7fcf65415fc58bf8fdb745eba3c721723015e8db0f5
|
|
|
test-action-sarif
Expired
|
103 KB |
sha256:9ee7fb9e757a6ac46666e74d63de4f4dae956adbdf58032e45fe5a6db19f070b
|
|