Ambert
07/25/2023, 2:48 PMcsharp
content.Setup(x => x.Url("en-GB", UrlMode.Auto)).Returns("https://someurl.com");
Using something like this always fails because of the FriendlyPublishedContentExtension cannot be null..D_Inventor
07/25/2023, 3:48 PMD_Inventor
07/25/2023, 3:51 PMAmbert
07/26/2023, 2:44 PM