Helpful-Libraries icon indicating copy to clipboard operation
Helpful-Libraries copied to clipboard

OCC-245: Update OC preview version and fix breaking changes

Open sarahelsaig opened this issue 1 year ago • 1 comments

OCC-245

sarahelsaig avatar May 28 '24 12:05 sarahelsaig

FYI after updating to the latest preview packages, you'll need to change TotalOfContentTypeBuilder to have this signature for Build(), with ISchema schema, added (nothing else needed):

public void Build(ISchema schema, FieldType contentQuery, ContentTypeDefinition contentTypeDefinition, ContentItemType contentItemType)

Same for ContentItemTypeBuilder in the Training Demo.

Piedone avatar Jun 03 '24 22:06 Piedone