Skip to content

Reads a C# file and spits out a corresponding file with ordered attributes

Notifications You must be signed in to change notification settings

07th-mod/reorder-attributes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This program is used to enforce well-ordered attributes in a C# file, where a decompiler may spit code out with attributes in arbitrary order.  There may be a decompiler option to support what this program manually does.

We want to enforce the attribute ordering so that we can see meaningful diffs when a new arc is released and we're setting up the decompiled code for the first time.  Without this, it was intractable to sift through all the noise.

About

Reads a C# file and spits out a corresponding file with ordered attributes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages