t3
t3 copied to clipboard
[Improvements] Multiple assembly loading
PR Pending, mostly to allow to better organize operators (specially if starting to add more that depends on external libraries)
- On start (bootstrap), load all assemblies in the app folder into AppDomain (Assembly.LoadFrom)
- Scan for Static operators in All domain (instead of operators dll only)
- Scan for T3Types / PersistedTypes in All domain
- Scan for T3TypeExtension in All domain
- Scan for T3UiExtension in All domain