iluvadev

Results 9 issues of iluvadev

This is not an Issue. I want to announce that I just released a new version of XstReader. I've been working to be able to release a library (*XstReader.Api*) that...

PocketBase allows field names that can not be translated correctly to Properties in C#: - `_` -> Is translated to Empty string - `__` -> Is translated to Empty string....

bug

Make the generated code compatible with Unity See: https://docs.unity3d.com/2019.1/Documentation/Manual/dotnetProfileSupport.html

enhancement

Support expand records when gets from PocketBase. Something like: ```csharp filteredPosts.Expand(p => p.Author) ```

enhancement

At now, when a property value is modified, the object is marked as modified with local changes. The save operation updates all object. Actually: - The entire object is saved...

enhancement