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
Im moving from MomentJS to DayJs in my code, i noticed that a C# TimeSpan was resolved as a moment,Duration. However now using DayJs it is resolving to a dayjs.Dayjs.
Im moving from MomentJS to DayJs in my code, i noticed that a C# TimeSpan was resolved as a moment,Duration. However now using DayJs it is resolving to a dayjs.Dayjs.
I think this is the line we are talking about:
NJsonSchema/src/NJsonSchema.CodeGeneration.TypeScript/TypeScriptTypeResolver.cs
Line 290 in 1569e52
My question is, is this a bug and should this line be dayjs.Duration or... is this done on purpose?
The text was updated successfully, but these errors were encountered: