November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Mar 02, 2023
Apr 18, 2023
CMS Core
Closed, Fixed and tested
Fixed an issue where passing a valid, but non registered language to ContentRepository.TryGet resulted in a NullReferenceException. The method should return false, and the out parameter should be null.
For example:
_contentRepository.TryGet(contentLink, CultureInfo.GetCultureInfo("en-NF"), out _);