-
Notifications
You must be signed in to change notification settings - Fork 96
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
Generate multiple-files based on different WCF classes or tags #204
Comments
Dear karimjouini, did you manage to find a solution for this? We have faced the same issue recently. |
We found a workaround for it. Then we created routes for each tag in Global.asax. Here is the code we used in Global.asax. public class Global : System.Web.HttpApplication
} |
Hi,
We are faced with the current issue: a single WCF project has multiple SVCs, and we want a separate json file for each (so we can re-use these as different services/subscriptions for our clients.
Is there a way to set SwaggerWCF to do it ? or an easy way to post-process?
Thanks!
The text was updated successfully, but these errors were encountered: