xmake-io / xmake

🔥 A cross-platform build utility based on Lua
https://xmake.io
Apache License 2.0
9.87k stars 776 forks source link

CSharp with mono #5477

Open lualvsil opened 1 month ago

lualvsil commented 1 month ago

Is your feature request related to a problem? Please describe.

.

Describe the solution you'd like

Adding support for C# projects using mono

Describe alternatives you've considered

No response

Additional context

No response

waruqi commented 1 month ago

Currently I don't have time to support it, so if you're interested you can just open a pr to support it.

Also, csharp with mono and vs csharp use very different build tools, but we need to define a csharp language to unify the two toolchains.

It can take quite a bit of work.

I'm not sure how to use mono to build csharp programs at the moment. It would be nice to have a clear makefile or full build command and parameters. It would probably help a lot with support later on.