-
Notifications
You must be signed in to change notification settings - Fork 528
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/installer #7728
Merged
jonathanpeppers
merged 7 commits into
main
from
darc-main-595ff03f-9cbb-4090-9ae1-a03d1d30a8e2
Jan 28, 2023
Merged
[main] Update dependencies from dotnet/installer #7728
jonathanpeppers
merged 7 commits into
main
from
darc-main-595ff03f-9cbb-4090-9ae1-a03d1d30a8e2
Jan 28, 2023
Commits on Jan 23, 2023
-
Update dependencies from https://github.com/dotnet/installer build 20…
…230120.23 Microsoft.Dotnet.Sdk.Internal From Version 8.0.100-alpha.1.23063.11 -> To Version 8.0.100-alpha.1.23070.23 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100 From Version 8.0.100-1.23055.2 -> To Version 8.0.100-1.23067.1 (parent: Microsoft.Dotnet.Sdk.Internal
Configuration menu - View commit details
-
Copy full SHA for 563d09d - Browse repository at this point
Copy the full SHA 563d09dView commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c06ab6e - Browse repository at this point
Copy the full SHA c06ab6eView commit details
Commits on Jan 26, 2023
-
Use .jar files from the .NET runtime pack (#7665)
Since dotnet/runtime#77386 has been merged, .NET will require a certain class from `libSystem.Security.Cryptography.Native.Android.jar` that will be located in the runtime pack files. I'm not sure if this is the best way to pull the .jar from the runtimepack so feedback is welcome. * Collect jar files from the runtime pack * Remove invalid dependency
Configuration menu - View commit details
-
Copy full SHA for a197ed0 - Browse repository at this point
Copy the full SHA a197ed0View commit details -
Disambiguate
.jar
files from Mono runtime packsWe currently get the build error: error JAVA0000: Caused by: com.android.tools.r8.internal.f: Type net.dot.android.crypto.DotnetProxyTrustManager is defined multiple times This `.jar` file is contained in each runtime pack (4 architectures) gives us 4 `.jar` files! We can pass in these files to the `<ProcessAssemblies/>` MSBuild task. We also filter them based on `%(NuGetPackageId)`, so that any random `.jar` file doesn't get added to `@(AndroidJavaLibrary)`. I renamed the `IsFrameworkAssembly()` method to `IsFromAKnownRuntimePack()` to make this more clear in the existing code.
Configuration menu - View commit details
-
Copy full SHA for e003e67 - Browse repository at this point
Copy the full SHA e003e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4069fe3 - Browse repository at this point
Copy the full SHA 4069fe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 194c9fb - Browse repository at this point
Copy the full SHA 194c9fbView commit details
Commits on Jan 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 262c19b - Browse repository at this point
Copy the full SHA 262c19bView commit details
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.