versionFrom | meta.Title | meta.Description | state | verified-against | update-links |
---|---|---|---|---|---|
9.0.0 |
Umbraco Type Finder Settings |
Information on the type finder settings section |
complete |
beta-3 |
true |
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": "*"
}
}
}