How To profile Xamarin forms app with dotMemory

imad diraa 41 Reputation points
2021-07-09T03:48:34.31+00:00

HELLO EVERYONE, i'm trying to profile xamarin forms app with dotmemory which ask me to give him the .exe of the app that i cant find anywhere.
i search in the web on how or where i can find it, but nothing.
can anyone please tell me where i can find the exe of xamarin forms app, or if there is another way profilling the xamarin forms app with dotMemory.
thanks

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
{count} votes

1 additional answer

Sort by: Most helpful
  1. imad diraa 41 Reputation points
    2021-07-12T11:37:05.967+00:00

    @Alessandro Caliaro yes, in the end i found that to profile xamarin forms app, you have to use xamarin profiler that can be used in visual studio x enterprise, which is not that great as dotmemory. but in the end there is a dotmemory library which is free that allow us to profile the xamarin forms app at runtime throught the code.

    you can also as suggested from @Kyle Wang , compile the Xamarin.UWP at exe and profile it from dotmemory wich is the only way.
    but unfortunately i have a complected app that require a lot of work to compile it in UWP.

    thanks for the answer

    0 comments No comments