You have a .NET Application and you want to know if it will runs on mono without problems?
MoMa(Mono Migration Analyzer) is the solution!
It helps you to identify issues you may have when porting you .net application to Mono 1.2
MoMa can check if your application calls methods still
not implemented in mono, if calls functions with
P/Invoke,if calls methods throwing
NotImplementedException and if calls methods marked with
[MonoTodo].You have only to choose the assemblies to analyze