Details
-
Sub-task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Tiger
-
Tiger Sprint 187, Tiger Sprint 188
Description
"Keywords: IApplicationSettings, IDebugSettings, IExceptionSettings, IFrameworkSettings, IJavaScriptLibrarySettings, IMarkupSettings, IPageSettings, IRequestCycleSettings, IRequestLoggerSettings, IResourceSettings, ISecuritySettings, IStoreSettings, IWebSocketSettings.
All interfaces related to configuration settings have been removed. To fix any compilation issues just remove the leading I from the class name, e.g. IMarkupSettings -> MarkupSettings, and optimize the imports in your IDE."
Impact: small, we have some usages, can be fixed by simple renames.