-
Notifications
You must be signed in to change notification settings - Fork 16
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
Build in Release mode never ending #68
Comments
This seems like the issue described here: microsoftgraph/msgraph-sdk-dotnet#1811. Hopefully this can be resolved by the SDK team. I'll leave this issue open to monitor. |
Thanks @jasonjoh. I can't publish my app because of this. I've downgraded Microsoft.Graph to 4.1 and it builds, and works properly on Windows, but not on Android, so haven't found a solution to connect my MAUI app to OneDrive. The alternative is to switch to Google Drive, but I prefer to stick with OneDrive. |
This should be resolved via microsoftgraph/msgraph-sdk-dotnet#2182 and release https://www.nuget.org/packages/Microsoft.Graph/5.32.0 |
Confirmed!
|
Building solution in Release mode never ends when Microsoft.Graph 5.X is referenced.
Steps to reproduce the behavior:
Expected behavior
The compilation of the solution finishes.
Tested with "Windows Machine" and also "Android Emulator", in both cases, it never ends.
The text was updated successfully, but these errors were encountered: