Christian Fortini
Christian Fortini
In case that is useful, here are the WinUI3 and Uno sample apps I was trying MSAL on. In each app, OneDrive.cs has very simple code to authenticate to OneDrive...
@baskren, thank you! When I try to build the UnoMsalApp2 that you posted above, I still get the following error: ``` 9>C:\Program Files\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(112,5): error NETSDK1152: Found multiple publish output files...
@baskren, that indeed creates a project that builds, I can add the following in the project file: ``` ``` with their `PackageVersion` counterparts in Directory.Packages.props ``` ``` However, as soon...
No difference. Same error. Also, afaict, your VS and System infos are very similar to mine. I tried deleting the NuGet local caches on my machine, but that did not...
I had uno.check 1.17.0, just updated to 1.18.1 (latest), closed VS, reran uno-check, restarted VS, but getting same error.
FWIW, here is the app you suggested I built: [UnoMsalTest.zip](https://github.com/unoplatform/uno/files/13789347/UnoMsalTest.zip)
Will do. I was also installing latest VS and Uno platform on another machine. Will let you know what I learn. As a curiosity, could you tell me what `Microsoft.Web.WebView2`...
Thanks, I have the same on my machine.
I just finished installing on my second machine (laptop) and I am getting the same error.
As a data point, if I disable MSIX Tooling: ``` false ``` and build the `Unpackaged` target, it builds. (My real app had dependencies on being a packaged app, so...