As far as I have checked, the Auth0.OidcClient.Platforms is still available and you should be able to run your App component. The SDK and packages are compatible with .NET 9.
I would advise you to reinstall the packages and check the configuration you have inside your application.
I will continue to investigate the issue on my end. Please let me know if you have any updates on the matter.
Thanks. I created a sample app using the VS2022 template for Blazor MAUI Hybrid app, updated all nuget packages in the solution and added the “Auth0.OidcClient.MAUI” nuget package (latest versjon) in the “Myapp.Shared” project. After that, I expanded the App() constructor of the MauiWinUIApplication derived class with a test using the code from my sample above, but the Platforms definition of the Auth0.OidcClient class is still missing.
|Error (active)|CS0234|The type or namespace name ‘Platforms’ does not exist in the namespace ‘Auth0.OidcClient’ (are you missing an assembly reference?)|MauiApp6 (net9.0-windows10.0.19041.0)|D:\dev\annet\MauiApp6\MauiApp6\MauiApp6\Platforms\Windows\App.xaml.cs|19||
Thank you for sharing that information with me, I am sorry about the delayed response.
As far as I have investigated in relation to the issue at hand, it appears to be somewhat of a bug inside the framework where an update might have caused something to change and not work anymore.