João Matos

Results 314 comments of João Matos
trafficstars

Closing since this work is being picked up by @emilyaherbert

Difficult to say what the issue could be without some more information.

@jlerasmus I've been thinking as a general CppSharp solution, we need to refactor the generator so C-based pointers are wrapped as say a `CPointer` class, which could provide helper methods...

Its not related, this is just for some type of constructors.

Also the Mac CI action is failing due to Actions deprecating macOS 10.5 which we were using. I've since updated main branch to update it to macOS 11 but the...

> @tritao I realized what I did wrong. I removed the existing RenamePass, and then just appended my own RenamePass at the end of the Passes list. Which then obviously...

We need some way to reproduce the issue, could you post a minimal (if possible) example header to reproduce the crash?

This seems OK, but since the MSBuild properties are common to all projects and configurations, I think you could add them to this shared property group block: https://github.com/mono/CppSharp/blob/master/Directory.Build.props#L4

> ah, I am not familiar with C# build system, not even know there is such an option for all projects. > not sure if `dotnet build` will look into...