[mono-vb] .net 4.5 program to Mono

Rolf Bjarne Kvinge rolf at xamarin.com
Tue May 17 08:51:18 UTC 2016


Hi,

The only way to make sure your app is running fine on Mac is to actually
run it.

MoMA only tells you about API that doesn't exist or doesn't work on Mono,
it does not tell you about assumptions in your code that are valid on
Windows, but not on Mac (for instance: listing all the files in C:/ will
work fine on all Windows systems, but since that directory does not exist
on Mac, it'll fail).

Regarding the flagged methods in your scan I have no idea; I'd try googling
to figure out how to do exactly what you want to do on Mac.

Best regards,
Rolf

On Mon, May 16, 2016 at 8:19 PM, Mario Vitic <igrview at gmail.com> wrote:

> Hello,
>
> I just subscribed now and I hope this is the right list - if not, please
> advise.
>
> I coded my own Visual Basic 2015 (Visual Studio 2015) .NET framework 4.5
> program.
> I'm trying to make it run on Mac.
>
> I did run MoMA scan, and I'm attaching the results (pdf).
> So, if I work out these several issues as per the scan, will then my
> program run on Mac with 100% functionallity like on Windows ??
>
> Also, I don't know where to start and how to fix methods listed in the
> Scan?
> I mean, how to find replacement/workaround methods that are compatible
> with Mono?
>
> Thanks a lot
> I.
>
> _______________________________________________
> Mono-vb mailing list
> Mono-vb at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-vb
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-vb/attachments/20160517/ac6f02e8/attachment.html>


More information about the Mono-vb mailing list