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.
The text was updated successfully, but these errors were encountered:
I, too, encountered this exception, and this is from creating a default WebAPI project with ASP.NET MVC5, FYI. I am sure other users trying this out of the box might encounter this same issue...
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.
The text was updated successfully, but these errors were encountered: