Genfic / Ogma

Publish your stories, talk about them, categorize them to your heart's content
https://genfic.net
GNU General Public License v3.0
1 stars 1 forks source link

NSwag generates incorrect response types #59

Closed Atulin closed 3 years ago

Atulin commented 3 years ago

If an action method has response type of IActionResult, NSwag will default to FileResponse as the TS response type for some godforsaken reason, and it contains only a Blob of data. Which is pretty useless, since we're not handling any files here.