-
Notifications
You must be signed in to change notification settings - Fork 531
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 #7255
[main] Update dependencies from dotnet/installer #7255
Commits on Aug 12, 2022
-
Update dependencies from https://github.com/dotnet/installer build 20…
…220812.1 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22409.23 -> To Version 7.0.100-rc.1.22412.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref From Version 7.0.100-1.22377.1 -> To Version 7.0.100-1.22411.2 (parent: Microsoft.Dotnet.Sdk.Internal
Configuration menu - View commit details
-
Copy full SHA for 6ee4d3e - Browse repository at this point
Copy the full SHA 6ee4d3eView commit details -
Revert "export DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER=true"
This reverts commit eefe470.
Configuration menu - View commit details
-
Copy full SHA for f77c0fa - Browse repository at this point
Copy the full SHA f77c0faView commit details -
Revert "DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER=true in yaml?"
This reverts commit 3f3c9c0.
Configuration menu - View commit details
-
Copy full SHA for a64274d - Browse repository at this point
Copy the full SHA a64274dView commit details -
Include
marshal-ilgen
Mono component by defaultContext: dotnet/runtime#71203 Fixes: #7249 Apps on this PR currently crash with: mono-rt : [ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: Invalid IL code in (wrapper managed-to-native) object:wrapper_native_0x7725af156f10 (intptr): IL_0012: calli 0x00000003 mono-rt : at System.Runtime.InteropServices.Marshal.PtrToStructureHelper(IntPtr , Object , Boolean ) mono-rt : at System.Runtime.InteropServices.Marshal.PtrToStructure(IntPtr , Type ) mono-rt : at Java.Interop.JniRuntime.CreateInvoker(IntPtr ) mono-rt : at Java.Interop.JniRuntime..ctor(CreationOptions ) mono-rt : at Android.Runtime.AndroidRuntime..ctor(IntPtr , IntPtr , Boolean , IntPtr , IntPtr , Boolean ) mono-rt : at Android.Runtime.JNIEnv.Initialize(JnienvInitializeArgs* ) Which, I assume is due to a missing Mono component. We should add the component by default: <_MonoComponent Condition=" '$(_IncludeMarshalIlGen)' != 'false' " Include="marshal-ilgen" /> In the future, someone could experiment by setting `$(_IncludeMarshalIlGen)` to `false`.
Configuration menu - View commit details
-
Copy full SHA for 303f41f - Browse repository at this point
Copy the full SHA 303f41fView commit details
Commits on Aug 15, 2022
-
Update dependencies from https://github.com/dotnet/installer build 20…
…220814.7 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22409.23 -> To Version 7.0.100-rc.1.22414.7 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref From Version 7.0.100-1.22377.1 -> To Version 7.0.100-1.22412.1 (parent: Microsoft.Dotnet.Sdk.Internal
Configuration menu - View commit details
-
Copy full SHA for 7fb5eda - Browse repository at this point
Copy the full SHA 7fb5edaView commit details -
[illink] enable serialization discovery for the linker
Context: dotnet/linker#2929 Context: https://github.com/dotnet/linker/blob/6e8e139a484f74c524c821c7a4a08287d77257a4/src/ILLink.Tasks/build/Microsoft.NET.ILLink.targets#L227-L229 Fixes: #7256 Serialization heuristics in the .NET 7 linker is now opt-in. We now need to pass a new flag to the linker by default: <_ExtraTrimmerArgs>--enable-serialization-discovery $(_ExtraTrimmerArgs)</_ExtraTrimmerArgs> This might also solve project builds in `Release` mode that appear to hang: Task "ILLink" (TaskId:272) Builds appear to be running this task and never exit. Let's hope this also solves this?
Configuration menu - View commit details
-
Copy full SHA for bb0b5bc - Browse repository at this point
Copy the full SHA bb0b5bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 740e5e1 - Browse repository at this point
Copy the full SHA 740e5e1View commit details
Commits on Aug 17, 2022
-
Revert "Increase timeout of MSBuild test lanes"
This reverts commit 740e5e1.
Configuration menu - View commit details
-
Copy full SHA for 594adcd - Browse repository at this point
Copy the full SHA 594adcdView commit details -
Update dependencies from https://github.com/dotnet/installer build 20…
…220817.1 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-rc.1.22409.23 -> To Version 7.0.100-rc.2.22417.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref From Version 7.0.100-1.22377.1 -> To Version 7.0.100-1.22415.4 (parent: Microsoft.Dotnet.Sdk.Internal
Configuration menu - View commit details
-
Copy full SHA for a7e2237 - Browse repository at this point
Copy the full SHA a7e2237View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45d3f6f - Browse repository at this point
Copy the full SHA 45d3f6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 181d7f6 - Browse repository at this point
Copy the full SHA 181d7f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ffb3aa - Browse repository at this point
Copy the full SHA 1ffb3aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bb71e3 - Browse repository at this point
Copy the full SHA 4bb71e3View commit details
Commits on Aug 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cf10bfe - Browse repository at this point
Copy the full SHA cf10bfeView commit details