Jesus

Results 23 comments of Jesus

Thanks a lot. I missed that part. However, there is still a small issue (not dircetly related). Tell me if I miss something again or if your would like me...

It does not check if a TableNode has been added when executing the query, for example ``` public IAsyncEnumerable ToPagedAsyncEnumerable() { var tableName = _context.Config.Metadata.GetOrAddClassInfo(typeof(TEntity)).GetTableName(); return _context.QueryAsyncEnumerable(tableName, GetNode()); } ```...

The intention is to add Single table design extensions. So I came up with some annotations and "magic" that allows to create single table design with some out of the...

@neuecc Hello. Any update on this topic? It is really a must to be able to reuse Objects to reduce GC pressure. Specially in IOT etc

I do not know exactly about the best option. But a deserialiation solution should allow for an allocation free strategy. Garbage collector should be avoided. Protobuf-net follows a pooling strategy...

I think this repo do extract Exif without reading/decoding whole file. https://github.com/esskar/ExifLib.Net I have tested both Magick and this repo and the difference is abismal in memory and time. Not...

I'll set up a test to try to catch it

> Does it happen in Debug or Release? Does it happen when you let the server overnight with or without load? Thanks

I'll create the pull ASAP. I have done the same (keep pc running all night etc etc) and have not seen it failing