Closed bill-poole closed 6 months ago
The writing data page in the documentation has an example invoking ToEntityAsync() here and here, whereas I suspect it should actually be ToItemAsync(), given that there is no such method ToEntityAsync().
ToEntityAsync()
ToItemAsync()
You're right @bill-poole, thanks for reporting it. I fixed it in #234 alongside another bug in docs I'd noticed.
The writing data page in the documentation has an example invoking
ToEntityAsync()
here and here, whereas I suspect it should actually beToItemAsync()
, given that there is no such methodToEntityAsync()
.