DYN-6934 Address edge case where placing custom node would send Guid instead of node name as analytics #379
Annotations
10 warnings
Build and analyze:
src/DynamoUtilities/Option.cs#L373
'Option._None<T>' defines operator == or operator != but does not override Object.Equals(object o)
|
Build and analyze:
src/DynamoUtilities/Option.cs#L373
'Option._None<T>' defines operator == or operator != but does not override Object.GetHashCode()
|
Build and analyze:
src/DynamoUtilities/AssemblyConfiguration.cs#L12
Field 'AssemblyConfiguration.instance' is never assigned to, and will always have its default value null
|
Build and analyze:
src/Engine/ProtoCore/AssociativeGraph.cs#L1579
'UpdateNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build and analyze:
src/Engine/ProtoCore/AssociativeGraph.cs#L1622
'UpdateNodeRef' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build and analyze:
src/Engine/ProtoCore/DSASM/DSString.cs#L6
'DSString' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build and analyze:
src/Engine/ProtoCore/Reflection/MirrorData.cs#L16
'MirrorData' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build and analyze:
src/Engine/ProtoCore/CodeFile.cs#L5
'CodeFile' defines operator == or operator != but does not override Object.Equals(object o)
|
Build and analyze:
src/Engine/ProtoCore/CodeFile.cs#L5
'CodeFile' defines operator == or operator != but does not override Object.GetHashCode()
|
Build and analyze:
src/Engine/ProtoCore/CodePoint.cs#L3
'CodePoint' defines operator == or operator != but does not override Object.Equals(object o)
|
Loading