Open mregen opened 1 month ago
EncodeAsJson is a recursive function which has some suspicious code in it which might be not quite right: https://github.com/OPCFoundation/UA-.NETStandard/blob/d7680fadaa2d2e089bc2081cc4b2e96ce6a45538/Stack/Opc.Ua.Core/Types/Encoders/JsonDecoder.cs#L3022
WriteStartArray is called twice, should it be rather some sort of end function?
reported by https://github.com/OPCFoundation/UA-.NETStandard/pull/2768#discussion_r1775257528
No response
- OS: - Environment: - Runtime: - Nuget Version: - Component: - Server: - Client:
Type of issue
Current Behavior
EncodeAsJson is a recursive function which has some suspicious code in it which might be not quite right: https://github.com/OPCFoundation/UA-.NETStandard/blob/d7680fadaa2d2e089bc2081cc4b2e96ce6a45538/Stack/Opc.Ua.Core/Types/Encoders/JsonDecoder.cs#L3022
WriteStartArray is called twice, should it be rather some sort of end function?
reported by https://github.com/OPCFoundation/UA-.NETStandard/pull/2768#discussion_r1775257528
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response