You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding AddParameter and one of the values is null it will choose to encode and make PortableRest explode on GetEncodedValue (null pointer exception).
Resolution:
Add a null check.
The text was updated successfully, but these errors were encountered:
Hey @Qwin, I'd like to get this resolved for you. Can you please post some sample code that reproduces the error? I'd like to build in some unit tests that account for it.
When adding AddParameter and one of the values is null it will choose to encode and make PortableRest explode on GetEncodedValue (null pointer exception).
Resolution:
Add a null check.
The text was updated successfully, but these errors were encountered: