You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Ferram-Aerospace-Research/FerramAerospaceResearch/ToolbarWrapper.cs
Line 717 in c769cbd
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.The text was updated successfully, but these errors were encountered: