Mutagen-Modding / Mutagen

A .NET library for analyzing, creating, and manipulating Bethesda mods
GNU General Public License v3.0
123 stars 32 forks source link

GetFieldsOfType source generator #557

Open Noggog opened 2 months ago

Noggog commented 2 months ago

Right now, if someone wants to get all the conditions from a record, they need to individually know all of them and drill down

Often, well make EnumerateAssetLink to help do this automatically for important things

Would be cool to have a source analyzer that did this on the fly for anything

Analyzers would use this decently often