Skip to content

build(deps): bump YamlDotNet from 15.3.0 to 16.3.0 #4283

build(deps): bump YamlDotNet from 15.3.0 to 16.3.0

build(deps): bump YamlDotNet from 15.3.0 to 16.3.0 #4283

Triggered via pull request December 24, 2024 08:06
Status Failure
Total duration 4m 16s
Artifacts 3

ci.yml

on: pull_request
Matrix: test
publish-docs
0s
publish-docs
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 1 warning
test (ubuntu-latest): src/Docfx.YamlSerialization/ObjectGraphTraversalStrategies/FullObjectGraphTraversalStrategy.cs#L51
'FullObjectGraphTraversalStrategy.Traverse<TContext>(IObjectDescriptor, IObjectGraphVisitor<TContext>, TContext)' in explicit interface declaration is not found among members of the interface that can be implemented
test (ubuntu-latest): src/Docfx.YamlSerialization/ObjectGraphTraversalStrategies/FullObjectGraphTraversalStrategy.cs#L22
'FullObjectGraphTraversalStrategy' does not implement interface member 'IObjectGraphTraversalStrategy.Traverse<TContext>(IObjectDescriptor, IObjectGraphVisitor<TContext>, TContext, ObjectSerializer)'
test (ubuntu-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitArrayNodeDeserializer.cs#L20
'EmitArrayNodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?)' in explicit interface declaration is not found among members of the interface that can be implemented
test (ubuntu-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitArrayNodeDeserializer.cs#L13
'EmitArrayNodeDeserializer' does not implement interface member 'INodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?, ObjectDeserializer)'
test (ubuntu-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitGenericCollectionNodeDeserializer.cs#L30
'EmitGenericCollectionNodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?)' in explicit interface declaration is not found among members of the interface that can be implemented
test (ubuntu-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitGenericCollectionNodeDeserializer.cs#L17
'EmitGenericCollectionNodeDeserializer' does not implement interface member 'INodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?, ObjectDeserializer)'
test (ubuntu-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitGenericDictionaryNodeDeserializer.cs#L27
'EmitGenericDictionaryNodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?)' in explicit interface declaration is not found among members of the interface that can be implemented
test (ubuntu-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitGenericDictionaryNodeDeserializer.cs#L14
'EmitGenericDictionaryNodeDeserializer' does not implement interface member 'INodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?, ObjectDeserializer)'
test (ubuntu-latest): src/Docfx.YamlSerialization/NodeDeserializers/ExtensibleObjectNodeDeserializer.cs#L25
'ExtensibleObjectNodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?)' in explicit interface declaration is not found among members of the interface that can be implemented
test (ubuntu-latest): src/Docfx.YamlSerialization/NodeDeserializers/ExtensibleObjectNodeDeserializer.cs#L12
'ExtensibleObjectNodeDeserializer' does not implement interface member 'INodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?, ObjectDeserializer)'
test (macos-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitGenericCollectionNodeDeserializer.cs#L30
'EmitGenericCollectionNodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?)' in explicit interface declaration is not found among members of the interface that can be implemented
test (macos-latest): src/Docfx.YamlSerialization/ObjectGraphTraversalStrategies/FullObjectGraphTraversalStrategy.cs#L51
'FullObjectGraphTraversalStrategy.Traverse<TContext>(IObjectDescriptor, IObjectGraphVisitor<TContext>, TContext)' in explicit interface declaration is not found among members of the interface that can be implemented
test (macos-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitArrayNodeDeserializer.cs#L20
'EmitArrayNodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?)' in explicit interface declaration is not found among members of the interface that can be implemented
test (macos-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitArrayNodeDeserializer.cs#L13
'EmitArrayNodeDeserializer' does not implement interface member 'INodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?, ObjectDeserializer)'
test (macos-latest): src/Docfx.YamlSerialization/ObjectGraphTraversalStrategies/FullObjectGraphTraversalStrategy.cs#L22
'FullObjectGraphTraversalStrategy' does not implement interface member 'IObjectGraphTraversalStrategy.Traverse<TContext>(IObjectDescriptor, IObjectGraphVisitor<TContext>, TContext, ObjectSerializer)'
test (macos-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitGenericDictionaryNodeDeserializer.cs#L27
'EmitGenericDictionaryNodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?)' in explicit interface declaration is not found among members of the interface that can be implemented
test (macos-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitGenericDictionaryNodeDeserializer.cs#L14
'EmitGenericDictionaryNodeDeserializer' does not implement interface member 'INodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?, ObjectDeserializer)'
test (macos-latest): src/Docfx.YamlSerialization/TypeInspectors/EmitTypeInspector.cs#L381
'EmitTypeInspector.EmitPropertyDescriptor' does not implement interface member 'IPropertyDescriptor.AllowNulls'
test (macos-latest): src/Docfx.YamlSerialization/TypeInspectors/EmitTypeInspector.cs#L381
'EmitTypeInspector.EmitPropertyDescriptor' does not implement interface member 'IPropertyDescriptor.Required'
test (macos-latest): src/Docfx.YamlSerialization/TypeInspectors/EmitTypeInspector.cs#L381
'EmitTypeInspector.EmitPropertyDescriptor' does not implement interface member 'IPropertyDescriptor.ConverterType'
test (windows-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitArrayNodeDeserializer.cs#L20
'EmitArrayNodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?)' in explicit interface declaration is not found among members of the interface that can be implemented
test (windows-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitArrayNodeDeserializer.cs#L13
'EmitArrayNodeDeserializer' does not implement interface member 'INodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?, ObjectDeserializer)'
test (windows-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitGenericCollectionNodeDeserializer.cs#L30
'EmitGenericCollectionNodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?)' in explicit interface declaration is not found among members of the interface that can be implemented
test (windows-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitGenericCollectionNodeDeserializer.cs#L17
'EmitGenericCollectionNodeDeserializer' does not implement interface member 'INodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?, ObjectDeserializer)'
test (windows-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitGenericDictionaryNodeDeserializer.cs#L27
'EmitGenericDictionaryNodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?)' in explicit interface declaration is not found among members of the interface that can be implemented
test (windows-latest): src/Docfx.YamlSerialization/NodeDeserializers/EmitGenericDictionaryNodeDeserializer.cs#L14
'EmitGenericDictionaryNodeDeserializer' does not implement interface member 'INodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?, ObjectDeserializer)'
test (windows-latest): src/Docfx.YamlSerialization/NodeDeserializers/ExtensibleObjectNodeDeserializer.cs#L25
'ExtensibleObjectNodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?)' in explicit interface declaration is not found among members of the interface that can be implemented
test (windows-latest): src/Docfx.YamlSerialization/NodeDeserializers/ExtensibleObjectNodeDeserializer.cs#L12
'ExtensibleObjectNodeDeserializer' does not implement interface member 'INodeDeserializer.Deserialize(IParser, Type, Func<IParser, Type, object?>, out object?, ObjectDeserializer)'
test (windows-latest): src/Docfx.YamlSerialization/ObjectGraphTraversalStrategies/FullObjectGraphTraversalStrategy.cs#L51
'FullObjectGraphTraversalStrategy.Traverse<TContext>(IObjectDescriptor, IObjectGraphVisitor<TContext>, TContext)' in explicit interface declaration is not found among members of the interface that can be implemented
test (windows-latest): src/Docfx.YamlSerialization/ObjectGraphTraversalStrategies/FullObjectGraphTraversalStrategy.cs#L22
'FullObjectGraphTraversalStrategy' does not implement interface member 'IObjectGraphTraversalStrategy.Traverse<TContext>(IObjectDescriptor, IObjectGraphVisitor<TContext>, TContext, ObjectSerializer)'
test (ubuntu-latest)
No files were found with the provided path: /tmp/coredump*. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size
logs-macos-latest
3.53 MB
logs-ubuntu-latest
3.57 MB
logs-windows-latest
3.72 MB