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
I may be using invalid HTTP verbs but when I have a post action method in a web api controller I get a generated proxy with a PostAsJsonAsync method that is only using one argument and gives me this error.
I can change my verbs up a bit to better reflect the controller but I think this tool should still support this edge case.