In previous versions it was possible to pass null parameters to the proxy operations. With the EncodeParam operation the null parameters cause a NullReferenceException on the value.ToString operation. This change adds a Safe Navigation Operation to prevent the NullReferenceException .
In previous versions it was possible to pass null parameters to the proxy operations. With the EncodeParam operation the null parameters cause a NullReferenceException on the value.ToString operation. This change adds a Safe Navigation Operation to prevent the NullReferenceException .