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

Change default settings (v10) #806

Merged
merged 8 commits into from
May 20, 2019
Merged

Conversation

RicoSuter
Copy link
Owner

@RicoSuter RicoSuter commented Nov 6, 2018

  • Set TypeScriptVersion to 2.7
// DTO Properties

DateType = "System.DateTimeOffset";
DateTimeType = "System.DateTimeOffset";
TimeType = "System.TimeSpan";
TimeSpanType = "System.TimeSpan";

ArrayType = "System.Collections.Generic.ICollection";
DictionaryType = "System.Collections.Generic.IDictionary";

// DTO base types
ArrayBaseType = "System.Collections.Generic.Collection";
DictionaryBaseType = "System.Collections.Generic.Dictionary";

Tasks:

  • Fix unit tests
  • Remove this defaults from NSwag (because they are now set in NJS)

@RicoSuter RicoSuter mentioned this pull request Apr 26, 2019
11 tasks
@RicoSuter RicoSuter mentioned this pull request May 19, 2019
8 tasks
@RicoSuter RicoSuter changed the title Change default settings Change default settings (v10) May 20, 2019
@RicoSuter RicoSuter merged commit 240f601 into master May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant