Windows build compilation issue in the MAUI app using .NET 9
Manishk_Optimus
1
Reputation point
The windows project is not getting compiled and it can reproduced using the following steps
- Create a new MAUI project.
- Add a NuGet package reference to Microsoft.Identity.Client.Desktop: <PackageReference Include="Microsoft.Identity.Client.Desktop" Version="4.66.2" />
- Note that the app cannot be compiled on Windows.
The issue is reported under MAUI GitHub repo: WMC1006 compile error for Windows MAUI .NET 9 project when referencing Microsoft.Identity.Client.Desktop · Issue #25883 · dotnet/maui
Can you please expedite on this and let us know by when we can expect the resolution
Sign in to answer