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

Enum field has unknown value #55

Open Noggog opened 3 years ago

Noggog commented 3 years ago

Enums allow any int value to be stored within them, so would be good to check and ensure the value aligns to listed enum values.

Some outliers may need to be skipped (custom mutagen parsing areas, for ex)