TotPeRo
TotPeRo
Hi @roji , something like @KeterSCP scenario was my case to.
I use something like this for Dictionary: ``` builder.OwnsOne( q => q.Name, ownedNavigationBuilder => { ownedNavigationBuilder.ToJson("jsonb"); ownedNavigationBuilder.Ignore(x => x.Capacity); ownedNavigationBuilder.Ignore(x => x.Count); }); ```
Hi @all Thanks for your feedback and contribution, I fix this in last release 6.3.1. Check if is ok now. Thanks 👍
Hi @dzsibi , Now this is fixed, you can test with 6.3.3 release. Thanks for your feedback 👍
Hi @Kvarkas Because all that you are mention is not open source solutions. The integration with RustDesk is the same like VNC mRemoteNG integration. I think that the porpose of...
Hi @Kvarkas thanks for your answers, I totally agree with your answers. If you can create plugins/addons/tools system (library to access API parts of codes) in mRemoteNG any developer can...