xmake icon indicating copy to clipboard operation
xmake copied to clipboard

CSharp with mono

Open lualvsil opened this issue 1 year ago • 1 comments

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

lualvsil avatar Aug 17 '24 05:08 lualvsil

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.

waruqi avatar Aug 26 '24 02:08 waruqi