Skip to content

Commit

Permalink
add DateOnly to nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
Anakael committed Dec 31, 2023
1 parent 1b34d02 commit d17a802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public AspNetServerCodegen() {
@Override
protected Set<String> getNullableTypes() {
return new HashSet<>(Arrays.asList("decimal", "bool", "int", "uint", "long", "ulong", "float", "double",
"DateTime", "DateTimeOffset", "Guid"));
"DateTime", "DateOnly", "DateTimeOffset", "Guid"));
}

@Override
Expand Down

0 comments on commit d17a802

Please sign in to comment.