1
vote
2answers
340 views
sqlite, mono, C# cross platform
I am using sqlite in my C# project. MoMA complains about the DLLs and i am unsure what to do on the mac/linux side. What are things i generally need to do when porting external DLLs?
0
votes
2answers
27 views
Mono Migration Analyzer: What are all of the command line switches?
So I'm looking here and I see the command line switches. http://mono-project.com/Command_Line_MoMA
This is what I see as the total amount of switches from the site:
MoMA.exe --nogui --out …
0
votes
2answers
50 views
Mono Documentation for NotImplementedException and MonoTodo
I'm new to Mono and plan to port my application over, if possible. I've run MoMA and there are some places it has identified that I'm calling that could throw a NotImplementedException or are tagged …
