Kevin Gosse

Results 27 comments of Kevin Gosse

Sorry I didn't see the issue, I need to activate notifications on this repository. You can be notified when a method is executed using SetEnterLeaveFunctionHooks3WithInfo: https://learn.microsoft.com/en-us/dotnet/framework/unmanaged-api/profiling/icorprofilerinfo3-setenterleavefunctionhooks3withinfo-method However, you need to...

I've never seen this error, I don't really know where it's coming from. Do you have the same thing if you start a new project and try to publish it...

That would indicate that your tests run with a different bitness than `DynaMD.TestChildProcess`. Could you try changing the solution configuration from `Any CPU` to `x64` and see if the issue...

Currently the library supports marshalling of self-contained types (primitives types, structs containing only primitives types, and arrays of such structs. In a nutshell, everything that does not contain a reference)....

Well, I've met two kind of problems so far: - In some cases, the ClrType isn't resolved properly by ClrMD. I need it to know the layout of the object...

Ok, got you. I think I've managed to bypass all the bugs left by following your advice (gotta do more tests to be sure). Instead of directly using the type...

Oh indeed I don't think he noticed. Thanks, I pinged him.