forked from dotnet/android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to dotnet/sdk@c204043de1 9.0.100-rc.2.24468.2 (dotnet#9311)
Changes: dotnet/sdk@dc86952...c204043 Changes: dotnet/runtime@dec716d...46cfb74 Changes: dotnet/emsdk@c8026c0...6e079c2 Updates: * Microsoft.NET.Sdk: from 9.0.100-rc.2.24459.3 to 9.0.100-rc.2.24468.2 * Microsoft.NETCore.App.Ref: from 9.0.0-rc.2.24456.9 to 9.0.0-rc.2.24463.7 * Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport: from 9.0.0-rc.2.24454.2 to 9.0.0-rc.2.24455.1 * Microsoft.NET.ILLink.Tasks: from 9.0.0-rc.2.24456.9 to 9.0.0-rc.2.24463.7 ~~ Other changes ~~ * Add `[RequiresDynamicCode]` for System.Linq.Expressions Fixes the build error(s): src/Mono.Android/Android.Runtime/IJavaObjectValueMarshaler.cs(40,11): error IL3050: Using member 'System.Linq.Expressions.Expression.Call(Type, String, Type[], params Expression[])' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Calling a generic method requires dynamic code generation. This can be suppressed if the method is not generic. src/Mono.Android/Android.Runtime/IJavaObjectValueMarshaler.cs(54,7): error IL3050: Using member 'System.Linq.Expressions.Expression.Call(Type, String, Type[], params Expression[])' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Calling a generic method requires dynamic code generation. This can be suppressed if the method is not generic. * Feeds for dotnet/runtime 8.0.10 * Bump to dotnet/java-interop@d8599654 Changes: dotnet/java-interop@51b784a...d859965 * Bump external/xamarin-android-tools from 6575743 to 11fad9d * [Java.Interop] Add [RequiresDynamicCode] attribute * Bump to dotnet/android-tools@ab2165d Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
- Loading branch information
1 parent
852c38e
commit 1071be1
Showing
6 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Java.Interop
updated
7 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters