You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ X ] bug report -> please search issues before submitting
This might be user error and not a bug, but I've tried on both windows and mac and have gotten blocked on both platforms. I'm running on a Macbook with a Windows 10 VM. I've tried building the solution in both OSes.
This sample is using the obsolete UIParent class and to remove it is fairly complicated. I started doing it, but quickly became lost in changes needed.
Error | CS0619 | 'UIParent' is obsolete: 'In MSAL.NET 3.x, you should directly pass the Activity (on Xamarin.Android), or Window (on .NET Framework and UWP) using AcquireTokenInteractiveParameterBuilder.WithParentActivityOrWindowSee https://aka.ms/msal-net-3-breaking-changes' | Reviewer.Droid | C:\Users\Scott\Documents\Visual Studio 2019\Strawberry\src\Droid\MainActivity.cs
This might be user error and not a bug, but I've tried on both windows and mac and have gotten blocked on both platforms. I'm running on a Macbook with a Windows 10 VM. I've tried building the solution in both OSes.
Minimal steps to reproduce
Any log messages given by the failure
Error | CS0619 | 'UIParent' is obsolete: 'In MSAL.NET 3.x, you should directly pass the Activity (on Xamarin.Android), or Window (on .NET Framework and UWP) using AcquireTokenInteractiveParameterBuilder.WithParentActivityOrWindowSee https://aka.ms/msal-net-3-breaking-changes' | Reviewer.Droid | C:\Users\Scott\Documents\Visual Studio 2019\Strawberry\src\Droid\MainActivity.cs
Expected/desired behavior
OS and Version?