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
We are trying to auto generate an AsyncApi document spec from a strongly typed signalR server. (see https://github.com/essencebit/SignalRSwaggerGen/wiki)
That is, all the exposed methods will exists only in an interface instead of a class.
Adding the ability to add the AsyncApi attribute on an interface class with the Channel and Publish/Subscribe Operation attributes on the interface methods would be very beneficial.
Thanks
The text was updated successfully, but these errors were encountered:
Description
We are trying to auto generate an AsyncApi document spec from a strongly typed signalR server. (see https://github.com/essencebit/SignalRSwaggerGen/wiki)
That is, all the exposed methods will exists only in an interface instead of a class.
Adding the ability to add the AsyncApi attribute on an interface class with the Channel and Publish/Subscribe Operation attributes on the interface methods would be very beneficial.
Thanks
The text was updated successfully, but these errors were encountered: