Skip to content

Instantly share code, notes, and snippets.

View LennardF1989's full-sized avatar

Lennard Fonteijn LennardF1989

View GitHub Profile
@LennardF1989
LennardF1989 / WrappedPublishedContent.cs
Created August 22, 2017 18:32
Workaround for U4-10345
using System;
using System.Collections.Generic;
using Umbraco.Core.Models;
using Umbraco.Core.Models.PublishedContent;
namespace YourNamespace
{
public class WrappedPublishedContent : IPublishedContent
{
public IEnumerable<IPublishedContent> ContentSet => _publishedContent.ContentSet;