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
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
I would like to add a contract resolver to signalR requests in order to camel case my return types. I tried used the pattern described here but the contract resolver seems to be ignored. Has this been implemented? Here's a repository with my attempt. I would expect the returned value from GetMessage to be { message: 'a message' } but I get { Message: 'a message' }.
I would like to add a contract resolver to signalR requests in order to camel case my return types. I tried used the pattern described here but the contract resolver seems to be ignored. Has this been implemented? Here's a repository with my attempt. I would expect the returned value from GetMessage to be
{ message: 'a message' }but I get{ Message: 'a message' }.