I've seen Robert's article which is really useful, but it only takes us so far. And it only discusses some of the breaking changes in Alloy, not a real-world site.
For instance, I am stuck on ContentArea.FilteredItems which now seems obsoleted and there is a new way of filtering items for the current user, by suggesting a new interface that we don't know how to work with.
Error CS0619: 'ContentArea.FilteredItems' is obsolete: 'Use Items to get all items. Or use HtmlHelpers or TagHelpers to render content area items, or depend on IEnumerable<IContentAreaItemsRenderingFilter> to filter a list based on current user.'
We've started to upgrade one of our sites to CMS 13 preview (to be ahead of the game) but we stumble on breaking changes.
Some of the breaking changes we can make a qualified "guess" on how to fix, but some other changes are harder to figure out.
Is there an upgrade guide, like we had with CMS 12?
I've seen Robert's article which is really useful, but it only takes us so far. And it only discusses some of the breaking changes in Alloy, not a real-world site.
For instance, I am stuck on ContentArea.FilteredItems which now seems obsoleted and there is a new way of filtering items for the current user, by suggesting a new interface that we don't know how to work with.
Error CS0619: 'ContentArea.FilteredItems' is obsolete: 'Use Items to get all items. Or use HtmlHelpers or TagHelpers to render content area items, or depend on IEnumerable<IContentAreaItemsRenderingFilter> to filter a list based on current user.'