I'm attempting to resolve a NestedContent property on a document type in a GatheringNodeData event handler so that I can index individual properties within the NestedContent, but because UmbracoContext.Current is null in that context NestedContentValueConverter is failing here:
I'm attempting to resolve a NestedContent property on a document type in a
GatheringNodeData
event handler so that I can index individual properties within the NestedContent, but because UmbracoContext.Current is null in that contextNestedContentValueConverter
is failing here:https://github.com/umco/umbraco-nested-content/blob/develop/src/Our.Umbraco.NestedContent/Extensions/PublishedPropertyTypeExtensions.cs#L93