v-npadhy

Results 6 comments of v-npadhy

> /Users/niladri/.nuget/packages/microsoft.intune.maui.essentials.android/10.0.0/build/netstandard2.0/Microsoft.Intune.Maui.Essentials.android.targets(9,9): Error: /usr/local/share/dotnet/packs/Microsoft.Android.Sdk.Darwin/33.0.95/tools/android-support-multidex.jar doesn't contain /Users/niladri/.nuget/packages/ and the mamified library won't be placed in the correct intune directory. This is not expected. @ChismanRaheem The code is not compiling at...

> @v-npadhy Could you list the steps taken to replicate this issue and verify whether the packages were installed using NuGet or the Package Manager Console? @ChismanRaheem The Nuget package...

var authResult = await _pca.AcquireTokenInteractive(new string[] { "https://aadrm.com/.default" })                   .WithExtraScopesToConsent(new string[] { "https://msmamservice.api.application/.default" })                   .WithUseEmbeddedWebView(false)                   .WithParentActivityOrWindow(activity)                   .ExecuteAsync().ConfigureAwait(false);                         tcs.TrySetResult(authResult); Getting below error ![image (5)](https://github.com/user-attachments/assets/3ee1e92e-ae85-45c8-8058-512d2b84ae6b)

Hi @iulico-1 , Is there any roadmap to include this feature?