Xmake v3.0.8 Released, C# Language Support, Custom Templates and WASI Running
In this release, we have added C# language and dotnet toolchain support, along with C# and C/C++ interop support via P/Invoke. We also introduced custom project templates with xmake create --list for listing templates and remote template distribution.
Additionally, we added the build.release.strip policy, winos.file_signature function, WASI target running support, nnd debugger support, and the tarxz pack format.
We have added full C# language support with dotnet toolchain integration, allowing you to build C# projects directly with xmake, including console apps, shared libraries, multi-library dependencies, and NuGet package integration.