Skip to content

feat: allow null value #30

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

Merged
merged 3 commits into from
Oct 18, 2023
Merged

feat: allow null value #30

merged 3 commits into from
Oct 18, 2023

Conversation

Ne4to
Copy link
Owner

@Ne4to Ne4to commented Oct 17, 2023

fixes #28

new AllowNull Parameter

[UnionType(typeof(int?), AllowNull = true)]
[UnionType(typeof(string), AllowNull = true)]
public partial class ResultNullable
{
}

@Ne4to Ne4to merged commit 40b740b into main Oct 18, 2023
@Ne4to Ne4to deleted the allow-null-value branch October 18, 2023 15:30
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.

Allow to return [null] as result
1 participant