Introduce KdlEntryKey for all entries in KdlNode #18
Annotations
9 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/System.Text.Kdl/Nodes/KdlNode.IDictionary.cs#L185
'KdlNode.this[KdlEntryKey]' hides inherited member 'KdlVertex.this[KdlEntryKey]'. Use the new keyword if hiding was intended.
|
build:
src/System.Text.Kdl/Serialization/KdlSerializer.Read.HandleMetadata.cs#L420
The variable 'propertyCount' is assigned but its value is never used
|
build:
src/System.Text.Kdl/Nodes/KdlNode.Object.cs#L29
Member 'GetElementIndex' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
build:
src/System.Text.Kdl/Nodes/KdlVertex.cs#L310
Member 'ReplaceWith' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
build:
src/System.Text.Kdl/Nodes/KdlNode.IDictionary.cs#L185
'KdlNode.this[KdlEntryKey]' hides inherited member 'KdlVertex.this[KdlEntryKey]'. Use the new keyword if hiding was intended.
|
build:
src/System.Text.Kdl/Serialization/KdlSerializer.Read.HandleMetadata.cs#L420
The variable 'propertyCount' is assigned but its value is never used
|
build:
src/System.Text.Kdl/Nodes/KdlNode.Object.cs#L29
Member 'GetElementIndex' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
build:
src/System.Text.Kdl/Nodes/KdlVertex.cs#L310
Member 'ReplaceWith' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|