Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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 _);