MichalStrehovsky / iltrim

MIT License
9 stars 1 forks source link

Sort properties by type on output #80

Open sbomer opened 2 years ago

sbomer commented 2 years ago

https://github.com/MichalStrehovsky/iltrim/pull/50 adds support for properties, but relies on the order of the property table of the input assembly being the same as the order of the typedef table. See: https://github.com/MichalStrehovsky/iltrim/blob/ed37664361dbf5c8d7aad986a360d889644e6677/src/coreclr/tools/ILTrim/ILTrim/DependencyAnalysis/TokenBased/TypeDefinitionNode.cs#L86-L89