.NET decompilers reorder methods, causing trouble with COM Interop
Resharper almost keeps class methods in order, but it puts everything with a [DispId] attribute in front. Teleric JustDecompile seems to sort things in alphabetical order. Neither seems to have […]