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
DTOs are defined in a shared library and I would prefer those over generic ICollection types. Any chance to configure NSwag to produce signatures like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using implementations of collection classes (e.g.
AttributeCollection
) as response types.For example this could be part of the schema definition of a collection:
And this is the signature NSwag is generating:
NSwag also generates the concrete list, but does not use / reference it:
DTOs are defined in a shared library and I would prefer those over generic ICollection types. Any chance to configure NSwag to produce signatures like this:
Beta Was this translation helpful? Give feedback.
All reactions