You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_allLangs=newLazy<IDictionary<string,ILanguage>>(()=>_localizationService.GetAllLanguages().ToDictionary(x =>x.IsoCode, x =>x,StringComparer.InvariantCultureIgnoreCase));
_logger.LogWarning("The root node {RootNodeName} was published with multiple cultures, but no domains are configured, this will cause routing and caching issues, please register domains for: {Cultures}",
0 commit comments