RestCode / WebApiProxy

MIT License
199 stars 91 forks source link

Backwards compatibility for null-parameters #129

Open cedricboon opened 5 years ago

cedricboon commented 5 years ago

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 .