Christian Fortini
Christian Fortini
@jeromelaban, I am not sure I understand. I do have a Windows head project, in fact this reproes if all I have is a Windows head project. So that seems...
@jeromelaban, this might be it. I had not noticed it, but it has changed to maccatalyst. It seems to work when I select Windows indeed, but let me confirm with...
@jeromelaban and @Youssef1313, I am confirming that the problem I was seeing was indeed due to not having selected the Windows project in the top left selector of the XAML...
I ran into the same problem. All it takes is to add a dependency on Microsoft.Identity.Client (Version 4.58.1) to the "shared" app project of an Uno sample app (from the...
Tried upgrading Uno packages from 5.0.118 to 5.1.0-dev.1108. That did not help.
@jeromelaban, any pointer as to how to try to make a workaround?
Thank you very much, @baskren! With your proposed workaround, I get compilation errors everywhere I am referring to anything in Microsoft.Identity.Client or Uno.WinUI.MSAL (that code is in a "shared" project)....
> @christianfo : Just a guess at a potential work around (at the moment I don't have the time to try this out) : > > What about adding [`ExcludeAssets="all"`...
@baskren, thanks for doing these experiments! I have had the same experience. I have been able to make MSAL auth work via Microsoft.Identity.Client and also WebView2 using Microsoft.Web.WebView2 on new...
I have been trying to find the place in the build process (in particular the MSIX part of it) where I could prune out the duplicated WebView2 files that it...