07th-mod / reorder-attributes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 100.0%