The Mono Migration Analyzer (MoMA) tool helps identify portability issues for .NET applications under Mono.
The Mono Migration Analyzer (MoMA) tool is provided by the Mono project. It helps identify portability issues for using .NET applications under Mono. It performs a static analysis of .NET assemblies and detects, for example, platform specific calls (P/Invoke) and .NET features that are not yet implemented within the Mono project.