Closed GiaNTizmO closed 1 year ago
Hi @GiaNTizmO,
Current v5.x will have no more major updates, only security issues. I'm working in months on new version with no LINQ expression needs for BsonExpression resolution. Also, Reflection used in LiteDB do not use "Emit" to generate code. So, I think when this new version came out will be possible compile in AOT support.
Hi @GiaNTizmO,
Current v5.x will have no more major updates, only security issues. I'm working in months on new version with no LINQ expression needs for BsonExpression resolution. Also, Reflection used in LiteDB do not use "Emit" to generate code. So, I think when this new version came out will be possible compile in AOT support.
Okay. Thank you and all contributors for this awesome db!
@mbdavid is there any ETA planned?
Hi @Pulse-Git, my plans is release first beta Set/1..... and my goal is realase final in Oct/30 (my birthday present 😄)
@mbdavid hey! 👋🏾 Any recent developments on the AOT front?
@mbdavid Hey! How's the AOT progressing?
At the moment, AOT compilation is not supported for LiteDB (Linq expressions not support compilation in AOT builds, and reflections, as I understand it, are not supported). Do you plan to somehow launch AOT support at least at an experimental level?