Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
valdisiljuconoks committed Mar 24, 2020
1 parent 720b1d3 commit 4b2df8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/getting-started-netcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Following configuration options are available:
| `Logger` | Gets or sets abstract logger which can bridge log entries down to underlying host/runtime logging infrastructure. |
| `ModelMetadataProviders` | Settings for model metadata providers. |
| `PopulateCacheOnStartup` | Gets or sets a value indicating whether cache should be populated during startup (default = `true`). |
| `ResourceKeyNameFilter` | If you are looking for a way to allow other characters in resource key name - this is the property to set. |
| `ResourceLookupFilter` | Callback function to check whether resource lookup should be performed (based on resource key). Use this with precaution or avoid usage at all. |
| `ScanAllAssemblies` | Forces type scanner to load all referenced assemblies. When enabled, scanner is not relying on current `AppDomain.GetAssemblies` but checks referenced assemblies recursively (default `false`). |
| `TypeFactory` | Returns type factory used internally for creating new services or handlers for commands. |
Expand Down
2 changes: 1 addition & 1 deletion lib/localization-provider

0 comments on commit 4b2df8f

Please sign in to comment.