-
-
Notifications
You must be signed in to change notification settings - Fork 640
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
Attribute ordering is not preserved when rewriting #558
Comments
Root cause is that |
Stripped-down example using Swagger helpfully provided here -- https://github.com/jedigo/SwaggerAttributes |
Good catch Steve, thanks for reporting this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attribute ordering can be significant in some cases e.g. Swagger based applications; rewritten assemblies change this ordering.
Example assembly
Rewrite by simply
Decompile the rewritten assembly e.g. by ILSpy to see the reordering
It doesn't appear to be a simple reversal, nor any simple sort-by-typename -- different inputs give different re-orderings
The text was updated successfully, but these errors were encountered: