Try our conversational search powered by Generative AI!
AI OnAI Off
EPiServer.CMS.Core 12.1.1
EPiServer.CMS.Core 12.3.0
Dec 15, 2021
Jan 31, 2022
CMS Core
Closed, Acceptance tests pass
When resolving a language resource key such as /some/language/resource/key, additional strings were allocated for the different parts of the key. This was improved by using ReadonlyMemory<char> for the different segments so that calls to LocalizationService.GetString allocated less memory.