Visual studio debugger not moving further and skipping and exiting code while Reading mail from exchange server by using Microsoft graph in c#
First of all let me explain my environment ,which is i have VS2022 Microsoft.Graph version 5.56.0.0
and Microsoft.Identity.Client with version 4.63.0.0
and i am using below code where after line var mailFolderCollectionPage =await graphClient.Me.MailFolders.GetAsync();
Visual studion debugger completely skipping the exiting application .Here is my c# code below ,is there any thing wrong in the code ??
I have got below permission in azure