Links

Type finder settings

Information on the type finder settings section
The type finder settings allow you to specify assemblies that accept load exceptions when they are type scanned, for multiple assemblies separate them with a comma (,). To accept load exceptions for all assemblies use an asterisk (*), like so:
"Umbraco": {
"CMS": {
"TypeFinder": {
"AssembliesAcceptingLoadExceptions": "*"
}
}
}