Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5.8.0 #234

Merged
merged 5 commits into from
Jan 7, 2024
Merged

v5.8.0 #234

merged 5 commits into from
Jan 7, 2024

Conversation

chullybun
Copy link
Collaborator

  • Fixed: Upgraded CoreEx (v3.8.0) to include all related fixes and improvements; WebApi class supports returning value of IActionResult as-is.
  • Enhancement: Updated code-generation to support IActionResult return type for WebApi operations. The following operation YAML properties enable:
    • New webApiProduces: [ 'text/plain' ] where the value is a Produces content type array (supports multiple) to override the default; for example [Produces("text/plain")].
    • New webApiProducesResponseType: none indicates that the resulting generated code does not include the response type; for example [ProducesResponseType((int)HttpStatusCode.OK)].

@chullybun chullybun merged commit 9cb3491 into master Jan 7, 2024
2 checks passed
@chullybun chullybun deleted the v5.8.0 branch January 7, 2024 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant