Emanuele Curati

Results 8 comments of Emanuele Curati

#807 ? I could work on this tomorrow

> Perfect. If its possible to add without breaking changes, then it should be added to 0.x instead of 1.0 to make it available faster. Done in #817

Hi, I think this could be very uesful. Following steps posted by @mbican I started to code an implementation here: https://github.com/ProH4Ck/EventFlow/tree/feature/saga-metadata At the moment It's a full WIP and it...

Ok... I'll check in the next few days if this is possible but I remember that something is not yet implemented in Oracle EF Core provider (UDTs for example)... I...

RPC server is a simple UDP socket opened by emulator which allows external applications to interact with games. Before this PR only 2 methods were implemented: `ReadMemory` and `WriteMemory`. These...

Hi, which version of Windows 10 are you using? I think you are on an old unsupported version by `Microsoft.Windows.SDK.Contracts` version 10.0.18362.2005

You need at least 1903. I tried targeting an older version of `Microsoft.Windows.SDK.Contracts` but some APIs are missing and a rework is needed... I'll update the readme to add this...