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 wrappers for recursive types #135

Merged
merged 1 commit into from
Jun 27, 2023
Merged

Conversation

agocke
Copy link
Collaborator

@agocke agocke commented Jun 27, 2023

The generator would otherwise crash with a stack overflow as it went into an infinite recursion.

Fixes #132

@agocke agocke merged commit 5f1b12a into serdedotnet:main Jun 27, 2023
1 check passed
@agocke agocke deleted the fix-recursive branch June 27, 2023 05:49
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.

Generating serialization code for "DateTimeOffset" type will cause [vs2022 17.5.4] to crash.
1 participant