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

Fix GetUnderlyingType() can't get Type when Type is NestedCollection #611

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Hwangwoosam
Copy link

in Issue #588 when type is Nested Collection, GetUnderlying Method return null.
The picture below reproduces the problem by temporarily implementing class and executing sample code.

Problem

code change
example
error result

Below is the result of solving the problem by modifying the GetUnderlyingType() and GetSubType() methods.

Result

result1
result2
result3

@Hwangwoosam Hwangwoosam changed the title Fix GetUnderlyingType() can't get Type when Tpye is NestedCollection Fix GetUnderlyingType() can't get Type when Type is NestedCollection Sep 19, 2023
@justinyoo justinyoo added oca-pr For participants from OSS Contribution Academy oca-issue For participants from OSS Contribution Academy labels Sep 19, 2023
@justinyoo justinyoo linked an issue Sep 19, 2023 that may be closed by this pull request
@Trimatix
Copy link

Hi team, this issue is affecting our applications. What's the status on this PR please?

@Dorrro
Copy link

Dorrro commented Jul 29, 2024

Struggling with the same issue. We would love to see that resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
oca-issue For participants from OSS Contribution Academy oca-pr For participants from OSS Contribution Academy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenApiResponseWithBody fails to serialize object
4 participants