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
The controller method returns void. This is intended, and the API works fine. But Swashbuckle.OData expects an action to always have a return type, and fails to generate a SwaggerDocument for my API.
The text was updated successfully, but these errors were encountered:
I've got an OData API that defines an action like this:
The controller method returns void. This is intended, and the API works fine. But Swashbuckle.OData expects an action to always have a return type, and fails to generate a SwaggerDocument for my API.
The text was updated successfully, but these errors were encountered: