Dotgnu: another .NET implementation under Linux

zhaozj2021-02-16  101

Dotgnu: another .NET implementation under Linux

While Mono is in full swing, GNU has also started their .NET's GNU implementation. You can get the latest project progress at http://dotgnu.org, download the latest code.

Portable.net implements basic .NET framework, DGEE implements WebServices.

Install code to your machine.

Portable.net provides the following tools:

Figure 4.2.0

Compile CS, VB, and J # files can use CSCC, run .NET files with ILRun, and provide tools such as CSUnit, CSANT.

Note If you install Mono and Portable.net, ILASM will conflict. The solution is to install in different directories, or with portable.net's ILASM override the mono's ILASM because Mono has an ILASM.EXE file, we can use the mono ilasem.exe file to implement ILASM.

Use Ilrun to run our previous Mono compiler, running properly.

Figure 4.2.1

转载请注明原文地址:https://www.9cbs.com/read-11230.html

New Post(0)