Deal with fixme in Umbraco.Core

This commit is contained in:
Stephan
2019-01-21 15:39:19 +01:00
parent 735c2ccfd7
commit 4a0b969777
114 changed files with 186 additions and 693 deletions

View File

@@ -26,7 +26,7 @@ namespace Umbraco.Core.Sync
/// in config files but is determined programmatically.</para>
/// <para>Must be assigned before resolution is frozen.</para>
/// </remarks>
// FIXME need another way to do it, eg an interface, injected!
// todo need another way to do it, eg an interface, injected!
public static Func<HttpRequestBase, string> ApplicationUrlProvider { get; set; }
internal static string GetApplicationUrl(ILogger logger, IGlobalSettings globalSettings, IUmbracoSettingsSection settings, IServerRegistrar serverRegistrar, HttpRequestBase request = null)