-
Notifications
You must be signed in to change notification settings - Fork 536
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
[main] Update dependencies from dotnet/sdk #9311
Merged
jonathanpeppers
merged 5 commits into
main
from
darc-main-8b43f55f-3a79-4288-8782-d9794b2daa52
Sep 24, 2024
Merged
[main] Update dependencies from dotnet/sdk #9311
jonathanpeppers
merged 5 commits into
main
from
darc-main-8b43f55f-3a79-4288-8782-d9794b2daa52
Sep 24, 2024
Conversation
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
Microsoft.NET.Sdk From Version 9.0.100-rc.2.24459.3 -> To Version 9.0.100-rc.2.24468.2 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport,Microsoft.NET.ILLink.Tasks From Version 9.0.0-rc.2.24456.9 -> To Version 9.0.0-rc.2.24463.7 (parent: Microsoft.NET.Sdk
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.
Putting this in DRAFT until we get the required changes in dotnet/java-interop. |
MAUI integration will need to add the same feeds we did:
|
CHENFANG1914
approved these changes
Sep 23, 2024
jonathanpeppers
approved these changes
Sep 24, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the following dependencies
Coherency Updates
The following updates ensure that dependencies with a CoherentParentDependency
attribute were produced in a build used as input to the parent dependency's build.
See Dependency Description Format
From https://github.com/dotnet/sdk