-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAUI support #413
Comments
It also does not work on MacCatalyst |
Experiencing the same issue while targeting only Android and Windows in my MAUI app. Workaround described in issue dotnet/maui#3903 still works, but the conclusion in that thread was that net6. iOS lib was the problem. I am targeting only Android and Windows and still issue exists. System.TypeLoadException: 'Could not resolve type with token 01000023 from typeref (expected class 'System.Threading.Tasks.ValueTask`1' in assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e')' This is my test code:
this code works fine on Windows, but not on Android |
Hitting the same issue. Any updates on this? |
This is currently blocking me to migrate my projects to MAUI / Android for .NET - would appreciate a short comment so that I can decide if I should wait for a compatible SDK version or if I have to rewrite MS Graph HTTP access myself |
@andrueastman can you take a look at this issue? Thanks. |
We will be looking into adding the |
Is there an update or ETA for this? |
Closed via #486 |
Is there a preview version for this planne? As far as I can see the latest preview is from last month and does not contain this yet. |
@andrueastman |
Hi @NPadrutt . Microsoft Graph .NET SDK service library 5.0.0-preview.11 that take advantage of core 3.0.0-preview.13 has support for MAUI. |
@maisarissi thanks for the info. I actually tried to already update to the preview but it broke my WinUI app with weird build issues. |
We would love to get any feedback you might have after trying the 5.0.0-preview.11 if you may consider using the SDK. |
@edoust the target is to GA before the end of the year :) We believe the version we have so far, it's robust and stable enough. We are validating some scenarios, but we should be good to go soon! |
Currently, this SDK doesn't work well on Android with MAUI, see details here (and a workaround): dotnet/maui#3903
Is there any plans to add support for MAUI?
The text was updated successfully, but these errors were encountered: