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 deserializing arguments, if the formatter throws an exception, JsonRpc simply reports that an argument wasn't supplied. Can we do better to improve diagnosability?
Instead of responding with a general exception that claims the client didn't send an argument for a given parameter, we now report that an argument deserialization failed, and include all inner exception details.
Fixesmicrosoft#400
Instead of responding with a general exception that claims the client didn't send an argument for a given parameter, we now report that an argument deserialization failed, and include all inner exception details.
Fixesmicrosoft#400
When deserializing arguments, if the formatter throws an exception, JsonRpc simply reports that an argument wasn't supplied. Can we do better to improve diagnosability?
As described by:
dotnet/roslyn#39429
https://github.com/dotnet/winforms-designer/issues/923#issuecomment-568132312
The text was updated successfully, but these errors were encountered: