Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@xamele0n
Copy link
Contributor

@xamele0n xamele0n commented Aug 25, 2025

Fix generation ActionResult insead of IActionResult

fixes #5247

Copy link
Collaborator

@lahma lahma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you!

@lahma lahma merged commit 98acdf8 into RicoSuter:master Sep 25, 2025
2 of 3 checks passed
This was referenced Oct 1, 2025
github-actions bot pushed a commit to EelcoLos/nx-tinkering that referenced this pull request Oct 6, 2025
Updated [NSwag.Core](https://github.com/RicoSuter/NSwag) from 14.6.0 to
14.6.1.

<details>
<summary>Release notes</summary>

_Sourced from [NSwag.Core's
releases](https://github.com/RicoSuter/NSwag/releases)._

## 14.6.1

## What's Changed

* Fix binary operation result type generation for AspNetCore CSharp by
@​xamele0n in RicoSuter/NSwag#5255
* Update NJsonSchema to v11.5.1 by @​RicoSuter in
RicoSuter/NSwag#5279
    * https://github.com/RicoSuter/NJsonSchema/releases/tag/v11.5.1
* fix: Support web host (legacy) in ServiceProviderResolver by
@​RicoSuter in RicoSuter/NSwag#5278

## New Contributors

* @​xamele0n made their first contribution in
RicoSuter/NSwag#5255

**Full Changelog**:
RicoSuter/NSwag@v14.6.0...v14.6.1

Commits viewable in [compare
view](RicoSuter/NSwag@v14.6.0...v14.6.1).
</details>

Updated [NSwag.Core.Yaml](https://github.com/RicoSuter/NSwag) from
14.6.0 to 14.6.1.

<details>
<summary>Release notes</summary>

_Sourced from [NSwag.Core.Yaml's
releases](https://github.com/RicoSuter/NSwag/releases)._

## 14.6.1

## What's Changed

* Fix binary operation result type generation for AspNetCore CSharp by
@​xamele0n in RicoSuter/NSwag#5255
* Update NJsonSchema to v11.5.1 by @​RicoSuter in
RicoSuter/NSwag#5279
    * https://github.com/RicoSuter/NJsonSchema/releases/tag/v11.5.1
* fix: Support web host (legacy) in ServiceProviderResolver by
@​RicoSuter in RicoSuter/NSwag#5278

## New Contributors

* @​xamele0n made their first contribution in
RicoSuter/NSwag#5255

**Full Changelog**:
RicoSuter/NSwag@v14.6.0...v14.6.1

Commits viewable in [compare
view](RicoSuter/NSwag@v14.6.0...v14.6.1).
</details>

Updated
[NSwag.Generation.AspNetCore](https://github.com/RicoSuter/NSwag) from
14.6.0 to 14.6.1.

<details>
<summary>Release notes</summary>

_Sourced from [NSwag.Generation.AspNetCore's
releases](https://github.com/RicoSuter/NSwag/releases)._

## 14.6.1

## What's Changed

* Fix binary operation result type generation for AspNetCore CSharp by
@​xamele0n in RicoSuter/NSwag#5255
* Update NJsonSchema to v11.5.1 by @​RicoSuter in
RicoSuter/NSwag#5279
    * https://github.com/RicoSuter/NJsonSchema/releases/tag/v11.5.1
* fix: Support web host (legacy) in ServiceProviderResolver by
@​RicoSuter in RicoSuter/NSwag#5278

## New Contributors

* @​xamele0n made their first contribution in
RicoSuter/NSwag#5255

**Full Changelog**:
RicoSuter/NSwag@v14.6.0...v14.6.1

Commits viewable in [compare
view](RicoSuter/NSwag@v14.6.0...v14.6.1).
</details>

Updated [NSwag.MSBuild](https://github.com/RicoSuter/NSwag) from 14.6.0
to 14.6.1.

<details>
<summary>Release notes</summary>

_Sourced from [NSwag.MSBuild's
releases](https://github.com/RicoSuter/NSwag/releases)._

## 14.6.1

## What's Changed

* Fix binary operation result type generation for AspNetCore CSharp by
@​xamele0n in RicoSuter/NSwag#5255
* Update NJsonSchema to v11.5.1 by @​RicoSuter in
RicoSuter/NSwag#5279
    * https://github.com/RicoSuter/NJsonSchema/releases/tag/v11.5.1
* fix: Support web host (legacy) in ServiceProviderResolver by
@​RicoSuter in RicoSuter/NSwag#5278

## New Contributors

* @​xamele0n made their first contribution in
RicoSuter/NSwag#5255

**Full Changelog**:
RicoSuter/NSwag@v14.6.0...v14.6.1

Commits viewable in [compare
view](RicoSuter/NSwag@v14.6.0...v14.6.1).
</details>

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

openApiToCSharpController: incorrect return type for files when useActionResultType=true

2 participants