I runned a MoMa scan test on the CodeFluent.Runtime.Client assembly.
I got warnings about 138 P/Invokes calls, 10 NotImplementedException and 14 [MonoTodo] markers.
Does anyone know what kind of trouble I can encounter using this library across Mono for a crossplatform project ? Is there a way to precisly know the features I could use and which I could not ?
EDIT :
The P/Invoke calls, for the zip compression class I'm looking into, are done on :
CodeFluent.Runtime.Compression.x64.dll
CodeFluent.Runtime.Compression.x86.dll
CodeFluent.Runtime.Compression.dll
kernel32 (LoadLibrary() for x86 or x64 dlls)