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
Please tell me is it possible to generate marker interface for class in c# client?
For example i chose class SendCommand : IRequest
Using Nswag i'm just getting public partial class SendCommand in generated client but i need to get partial class SendCommand : IRequest
BTW IRequest is markable interface with empty body like this:
IRequest : IBaseRequest {}
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
-
Please tell me is it possible to generate marker interface for class in c# client?
For example i chose class SendCommand : IRequest
Using Nswag i'm just getting public partial class SendCommand in generated client but i need to get partial class SendCommand : IRequest
BTW IRequest is markable interface with empty body like this:
IRequest : IBaseRequest {}
Beta Was this translation helpful? Give feedback.
All reactions