Mutagen-Modding / Mutagen.Bethesda.Analyzers

A project to diagnose and analyze the health of a mod or a load order
GNU General Public License v3.0
14 stars 4 forks source link

Analyzer Ordering #13

Open Noggog opened 3 years ago

Noggog commented 3 years ago

Could categorize some analyzers being reliant on basic Mutagen generated record correctness being established first. Eg, if a mod is just utter garbage, any/all analyzers that utilize generated records will fail. Have a basic passthrough analyzer run to confirm correctness, then can run dependent analyzers now that we know the generated records won't fundamentally fail.