-
Notifications
You must be signed in to change notification settings - Fork 677
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
OrderActionGroupsBy not working #567
Comments
It looks like swagger ui is defaulting to alphabetical ordering (i.e. apisSorter: "alpha") even though the documentation says it is supposed to default to the servers ordering. Is this a bug? My Json file is properly sorted. Based off of the documentation it seems like it should default to server order, but in swagger-ui apisSorter is set to 'alpha':
|
So it seems like the swagger-ui documentation was not updated with the upgrade to 2.0 but I'm still wondering if there is a way in swashbuckle to override this to use the server order. It doesn't seem like Swashbuckle's OrderActionGroupsBy isn't functional at all. |
See 5.3.1 |
I'm trying to use OrderActionGroupsBy to order my actions, but it always defaults to alphabetical order.
This is setting the configurations
This is grouping the actions by type instead of controllerName.
This is my attempt at an IComparer I want Users first and then after that alphabetical
This isn't working it always defaults to alphabetical no matter what I do.
The text was updated successfully, but these errors were encountered: