Mono Migration Analyzer Analyze Summary: Methods that are still missing in Mono:12

Asked By 10 points N/A Posted on -
qa-featured

I have this MoMA analyze my compiled assemblies and got this summary.

When I click next I get an unhandled exception.

How do I fix this problem?

Methods that are still missing in Mono: 12 No p/invokes are called Methods called that throw NotImplementedExeption: 23

MoMA: Mono Migration Analyzer

Mono Migration Analyzer

Analyze Summary:

Methods that are still missing in Mono: 12

No p/invokes are called

Methods called that throw Not Implemented Exeption: 23

Methods called marked with [Mono Todo]: 13

There were potential issues detected in the selected assemblies. A report detailing each issue has been created.

MoMA: Mono Migration Analyzer

MoMA: Mono Migration Analyzer

Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately

Duplicate value.

SHARE
Answered By 0 points N/A #190820

Mono Migration Analyzer Analyze Summary: Methods that are still missing in Mono:12

qa-featured

Hello Alex,

That is probably a portability issue. The error is possibly due to a problem in the sections of code that P/Invoke to get to some features that may be missing in the available in the framework, for instance preferences, recently used documents, CPU detection as well as a handful of features to get information about windows, items on the screen and some more.

Regards,

Nicke

Related Questions