I had my first encounter with the durable functions and entities and I must say there is plenty of documentation, but a lot of it is not up to date. Let us take the simple example of the Counter class, all solutions offered only work with the assumption that the class extends TaskEntity<TState> - if not, the code offered is not working. There are lots of examples that are for in-process, but barely any working examples for isolated mode, which is the new recommended way. It would be nice to have a few examples of more complicated entities, while one would think it is easy to extend from a working solution, it proves that it is not. Overall, I found the concept super exciting, but getting started was a frustrating experience.