Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 587 Bytes

File metadata and controls

22 lines (19 loc) · 587 Bytes
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

Type finder settings

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": "*"
    }
  }
}