How to compile C# codes

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
SiliconOS
Posts: 17
Joined: Sun Feb 14, 2021 12:41 am

How to compile C# codes

Post by SiliconOS »

What tool can compile CSharp codes to machine codes?
PeterX
Member
Member
Posts: 590
Joined: Fri Nov 22, 2019 5:46 am

Re: How to compile C# codes

Post by PeterX »

Here is a compiler for the .NET bytecode (CIL) :
https://github.com/jncronin/tysila

So you can compile C# in two steps to machine code.

Greetings
Peter
Post Reply