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
Now if an argument/result-class don't have a default constructor the analyzer don't report a warning.
Should I open a new issue? Or this issue can be reopened?
@V0d01ey Not even compilation fails? I will check this. The C# analyzer is not doing the RPC signature verification right now as it needs reflection (possibly this will change if RPC/and sitelets json behavior are unified).
@Jand42 , yes, the error reveals itself by crash only when you try to send such object (not null) from client to server. And inside complex structure it is not trivial to locate the problem.
Previously wrongly typed RPC arguments reported a warning, result haven't.
The text was updated successfully, but these errors were encountered: