Using Precompiled .NET Assembly DLL in Mono?

前端 未结 5 1303
再見小時候
再見小時候 2020-12-30 05:30

We\'re currently testing Mono to see if our .NET DLLs will work for customers on Linux. Our DLLs provide components for Windows Forms. I placed the DLLs in the Debug direc

5条回答
  •  温柔的废话
    2020-12-30 06:18

    I'd test the DLL with MOMA (Mono Migration Analyzer) to see if it's using unsupported API's.

提交回复
热议问题