Beth Massi
Beth Massi
@guardrex I'm going to take a stab at a simple example we can use and the step-by-step of setting it up.
I'll probably just start with a personal repo and readme with the steps there. I'll keep you posted!
@guardrex I've vetted the design and this sample is good to go. We're using this as the basis for a new Solution template for .NET 9. However, this repo shows...
Awesome! There's a couple small tweaks to the WebAsm per page component interactivity mode we just discussed so I'll be updating that branch later this afternoon.
Branch (and readme) is updated so should be good to go!
I'm good with that. Whatever you think is best.
@Eilon I was able to repro this. Try: https://github.com/BethMassi/MauiApp3-HybridMSAL Publish command: `dotnet publish -f net8.0-windows10.0.19041.0 -c Release -p:RuntimeIdentifierOverride=win10-x64 -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true` Creating an MSIX package and installing that works as expected,...
I also just tried this with a native (non-Hybrid) MAUI app and this also repros so I don't think this is specific to Blazor hybrid.
Also clean up the template by removing the unnecessary favicon.ico https://github.com/dotnet/maui/issues/16542
This will also fix https://github.com/dotnet/maui/issues/9126