You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generators/csharp.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
51
51
|useCollection|Deserialize array types to Collection<T> instead of List<T>.||false|
52
52
|useDateTimeForDate|Use DateTime to model date properties even if DateOnly supported. (.net 6.0+ only)||false|
53
53
|useDateTimeOffset|Use DateTimeOffset to model date-time properties||false|
54
+
|useIntForTimeout|Use int for Timeout (fall back to v7.9.0 templates). This option (for restsharp only) will be deprecated so please migrated to TimeSpan instead.||false|
54
55
|useOneOfDiscriminatorLookup|Use the discriminator's mapping in oneOf to speed up the model lookup. IMPORTANT: Validation (e.g. one and only one match in oneOf's schemas) will be skipped.||false|
55
56
|useSourceGeneration|Use source generation where available (only `generichost` library supports this option).||false|
0 commit comments