We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When using the Microsoft.Graph library in Xamarin Forms an internal compiler error appears on UWP release build.
To Reproduce Steps to reproduce the behavior:
Build started... 1>------ Build started: Project: XamarinFormsTest, Configuration: Release Any CPU ------ 1>XamarinFormsTest -> C:\Users\lucaz\Source\Repos\LucaZiegler\XamarinFormsTest\XamarinFormsTest\XamarinFormsTest\bin\Release\netstandard2.0\XamarinFormsTest.dll 2>------ Build started: Project: XamarinFormsTest.UWP, Configuration: Release x64 ------ 2> XamarinFormsTest.UWP -> C:\Users\lucaz\Source\Repos\LucaZiegler\XamarinFormsTest\XamarinFormsTest\XamarinFormsTest.UWP\bin\x64\Release\XamarinFormsTest.UWP.exe 2> Processing application code 2> Computing application closure and generating interop code 2> Loading 131 modules... 2> Generating code... 2> Interop code generated. 2> Generating serialization code 2> Compiling interop code 2> Generating System.Reflection.DispatchProxy proxy code. 2> Cleaning up unreferenced code 2> Generating native code 2>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : Internal Compiler Error 2>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : ILT0005: 'C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\x64\ilc\Tools\nutc_driver.exe @"C:\Users\lucaz\Source\Repos\LucaZiegler\XamarinFormsTest\XamarinFormsTest\XamarinFormsTest.UWP\obj\x64\Release\ilc\intermediate\MDIL\XamarinFormsTest.UWP.rsp"' returned exit code 1 ========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== ========== Build started at 12:15 and took 17:52,604 minutes ========== ========== Package: 0 succeeded, 1 failed ===========
Expected behavior The build should succeed and a package for Microsoft Store distribution should be created.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Thanks for raising this @LucaZiegler
Any chance you can confirm this work out for you once you update to the latest SDK version with the trimming changes? https://www.nuget.org/packages/Microsoft.Graph/5.32.0
Sorry, something went wrong.
Thanks for raising this @LucaZiegler Any chance you can confirm this work out for you once you update to the latest SDK version with the trimming changes? https://www.nuget.org/packages/Microsoft.Graph/5.32.0
Yes, it's now working
No branches or pull requests
Describe the bug
When using the Microsoft.Graph library in Xamarin Forms an internal compiler error appears on UWP release build.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The build should succeed and a package for Microsoft Store distribution should be created.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: