OplTextBlock.TextBlock() was only on the concrete ObjectPropertyList, so GetProperties(IPropertyList) overrides in content could not reach the multi-line builder (its constructor is internal, and the interface only exposed the lower-level AddChunked). Declare TextBlock() on IPropertyList so content can write `using var block = list.TextBlock();` directly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| IObjectPropertyListEntity.cs | ||
| IPropertyList.cs | ||
| ObjectPropertyList.cs | ||
| OplTextBlock.cs | ||