-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: c0662e8
head repository: dotnet/runtime
compare: 0ea8653
- 9 commits
- 18 files changed
- 15 contributors
Commits on Aug 11, 2021
-
Make sure rid specific libs projs get packaged (#57193)
* Make sure rid specific libs projs get packaged RID specific runtime.*.runtime.native.System.IO.Ports projects weren't packaged because the GeneratePackageOnBuild property wasn't set to true for them. The property was only true during an allconfigurations build. As these projects are only built outside of an allconfigurations build, the GeneratePackageOnBuild property needs to account for such as well. Also updating the NoTargets Sdk to clean the rid specific package up. Moving the GeneratePackageOnBuild logic into a props file and set it to false during servicing (or runtimelab) so that devs can set the property during servicing directly in the project file if a project should be packaged. * Remove the GeneratePackage property That property was intended to enabled incremental servicing but with now using the NuGet Pack task we can just make use of the publicl available GeneratePackageOnBuild property. * Fix IsPackable setting
Configuration menu - View commit details
-
Copy full SHA for 85441ce - Browse repository at this point
Copy the full SHA 85441ceView commit details -
Improve docs for BinaryData.ToString() (#56325)
* Improve docs for BinaryData.ToString() * Apply suggestions from code review Co-authored-by: Jeremy Barton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4f1b6e - Browse repository at this point
Copy the full SHA a4f1b6eView commit details -
[MonoAOTCompiler] accept more than one AotProfilePath (#57111)
* [MonoAOTCompiler] accept more than one AotProfilePath Fixes part of: #56989 The Android workload needs to be able to pass in multiple AOT profiles to the `<MonoAOTCompiler/>` MSBuild task. We plan on shipping a default profile in the Android workload, as well as the MAUI workload. .NET MAUI would have two profiles when using profiled AOT. Adding `profile-only`, and then multiple `profile` arguments is currently working in legacy Xamarin.Android: https://github.com/xamarin/xamarin-android/blob/77895e2a03ed91fdf3729cde54501f91e7d1a36f/src/Xamarin.Android.Build.Tasks/Tasks/GetAotArguments.cs#L256-L260 Either a single property or item group can be passed in for `AotProfilePath` now. I avoided changing the name, as it looks like it might be used by wasm. * Update src/tasks/AotCompilerTask/MonoAOTCompiler.cs Co-authored-by: Ankit Jain <[email protected]> Co-authored-by: Ankit Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d359e49 - Browse repository at this point
Copy the full SHA d359e49View commit details -
Improve set_position to reuse buffer. (#54991)
Co-authored-by: Jeff Handley <[email protected]> Co-authored-by: Adam Sitnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca33c4d - Browse repository at this point
Copy the full SHA ca33c4dView commit details -
Clean up rd.xml now that DCS has been annotated (#57013)
* Clean up rd.xml now that DCS has been annotated * Adding annotation to keep KeyValue.GetKeyValuePair method * Use GetMemberWithSameMetadataDefinitionAs instead * fix typo in the type being kept * Save constructor metadata as a workaround as opposed to using DynamicDependency
Configuration menu - View commit details
-
Copy full SHA for ffa6aae - Browse repository at this point
Copy the full SHA ffa6aaeView commit details -
[Mono] Update instructions for running runtime tests on Android (#57166)
* Update instructions for running runtime tests on Android * Update docs/workflow/testing/mono/testing.md Co-authored-by: Juan Hoyos <[email protected]> Co-authored-by: Juan Hoyos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0ba450 - Browse repository at this point
Copy the full SHA e0ba450View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9bcaa3 - Browse repository at this point
Copy the full SHA f9bcaa3View commit details -
fix issue where HTTP/1.1 connections were not being created asynchron…
…ously (#56966) * fix issue where HTTP/1.1 connections were not being created asynchronously Co-authored-by: Geoffrey Kizer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ace0f64 - Browse repository at this point
Copy the full SHA ace0f64View commit details -
disable TestConvertFromIntegral on arm with stress. (#57194)
Sergey Andreenko authoredAug 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 0ea8653 - Browse repository at this point
Copy the full SHA 0ea8653View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff c0662e8...0ea8653