Open JonnyOThan opened 10 months ago
https://github.com/dkavolis/Ferram-Aerospace-Research/blob/c769cbd3d23ec9fd22538c1eb8b57fd2fcd025c6/FerramAerospaceResearch/ToolbarWrapper.cs#L717
This line (and any others that use loadedAssemblies is very susceptible to breaking from other mods throwing ReflectionTypeLoadExceptions. AssemblyLoader.TypeOperation is the safe way to iterate over all loaded types.
loadedAssemblies
https://github.com/dkavolis/Ferram-Aerospace-Research/blob/c769cbd3d23ec9fd22538c1eb8b57fd2fcd025c6/FerramAerospaceResearch/ToolbarWrapper.cs#L717
This line (and any others that use
loadedAssemblies
is very susceptible to breaking from other mods throwing ReflectionTypeLoadExceptions. AssemblyLoader.TypeOperation is the safe way to iterate over all loaded types.