Skip to content
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 #12064

Merged
merged 32 commits into from
Jul 22, 2021

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Jul 1, 2021

This pull request updates the following dependencies

From https://github.com/dotnet/installer

  • Subscription: df3e6147-3e41-4928-6775-08d8f479343c
  • Build: 20210720.12
  • Date Produced: 7/21/2021 6:57 AM
  • Commit: d7279fc09fcfb108c5fb97fa290dbbb11c4c441b
  • Branch: refs/heads/main

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

  • Coherency Updates:
    • Microsoft.NET.ILLink.Tasks: from 6.0.100-preview.6.21329.2 to 6.0.100-preview.6.21370.1 (parent: Microsoft.Dotnet.Sdk.Internal)

…210630.12

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-preview.7.21330.12
dotnet-maestro bot added 7 commits July 2, 2021 12:25
…210701.6

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-preview.7.21351.6
…210704.4

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-preview.7.21354.4

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21330.1 (parent: Microsoft.Dotnet.Sdk.Internal
…210706.1

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-preview.7.21356.1

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21355.2 (parent: Microsoft.Dotnet.Sdk.Internal
…210706.30

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-preview.7.21356.30

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21355.2 (parent: Microsoft.Dotnet.Sdk.Internal
…210709.1

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-preview.7.21359.1

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21358.3 (parent: Microsoft.Dotnet.Sdk.Internal
…210709.29

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-preview.7.21359.29

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21358.3 (parent: Microsoft.Dotnet.Sdk.Internal
…210710.1

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-preview.7.21360.1

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21358.3 (parent: Microsoft.Dotnet.Sdk.Internal
@rolfbjarne rolfbjarne added the not-notes-worthy Ignore for release notes label Jul 12, 2021
rolfbjarne and others added 7 commits July 12, 2021 23:39
…to parse invariant numbers.

Fixes this test failure:

	[FAIL] FloatingPointStretTrampolineTest : System.Globalization.CultureNotFoundException : Only the invariant culture is supported in globalization-invariant mode. See https://aka.ms/GlobalizationInvariantMode for more information. (Parameter 'name')
        en-US is an invalid culture identifier.
           at System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride) in System.Private.CoreLib.dll:token 0x60027b4+0x2f
           at System.Globalization.CultureInfo..ctor(String name) in System.Private.CoreLib.dll:token 0x60027b3+0x0
           at MonoTouchFixtures.ObjCRuntime.FloatingPointStretTrampolines.ParseString(String str) in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/monotouch-test/ObjCRuntime/TrampolineTest.cs:line 640
           at MonoTouchFixtures.ObjCRuntime.FloatingPointStretTrampolines.Test_CGRect_IntPtr(NSString str) in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/monotouch-test/ObjCRuntime/TrampolineTest.cs:line 664
        --- End of stack trace from previous location ---
           at MonoTouchFixtures.ObjCRuntime.TrampolineTest.FloatingPointStretTrampolineTest() in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/monotouch-test/ObjCRuntime/TrampolineTest.cs:line 242
           at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in System.Private.CoreLib.dll:token 0x6004f05+0x6a
…data.

Fixes this test failure:

    [FAIL] Embedded : System.Globalization.CultureNotFoundException : Only the invariant culture is supported in globalization-invariant mode. See https://aka.ms/GlobalizationInvariantMode for more information. (Parameter 'name')
        en is an invalid culture identifier.
        at System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride) in System.Private.CoreLib.dll:token 0x60027b4+0x2f
        at System.Globalization.CultureInfo..ctor(String name) in System.Private.CoreLib.dll:token 0x60027b3+0x0
        at EmbeddedResources.ResourcesTest.Embedded() in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/EmbeddedResources/ResourcesTest.cs:line 44
        at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in System.Private.CoreLib.dll:token 0x6004f05+0x6a
…210712.12

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-preview.7.21362.12

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21362.2 (parent: Microsoft.Dotnet.Sdk.Internal
…osoft.NET.Runtime.RuntimeConfigParser.Task

Microsoft.NET.Runtime.RuntimeConfigParser.Task doesn't exist anymore.
…210714.4

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-preview.7.21364.4

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21363.1 (parent: Microsoft.Dotnet.Sdk.Internal
@rolfbjarne
Copy link
Member

This is blocked by dotnet/runtime#55645.

dotnet-maestro bot added 5 commits July 15, 2021 12:25
…210714.30

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-preview.7.21364.30

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21363.1 (parent: Microsoft.Dotnet.Sdk.Internal
…210715.23

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-preview.7.21365.23

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21363.1 (parent: Microsoft.Dotnet.Sdk.Internal
…210716.58

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-rc.1.21366.58

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21363.1 (parent: Microsoft.Dotnet.Sdk.Internal
…210717.1

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-rc.1.21367.1

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21363.1 (parent: Microsoft.Dotnet.Sdk.Internal
…210718.3

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-rc.1.21368.3

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21366.2 (parent: Microsoft.Dotnet.Sdk.Internal
…210719.3

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-rc.1.21369.3

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21366.2 (parent: Microsoft.Dotnet.Sdk.Internal
dotnet-maestro bot and others added 10 commits July 20, 2021 12:25
…210719.20

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-rc.1.21369.20

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21369.3 (parent: Microsoft.Dotnet.Sdk.Internal
…pt a InvalidOperationException inside a TargetInvocationException for .NET.
Adjust HttpClientHandler tests to cope with
dotnet/runtime#50859 and
#11392.
…210720.12

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-preview.7.21330.1 -> To Version 6.0.100-rc.1.21370.12

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21329.2 -> To Version 6.0.100-preview.6.21370.1 (parent: Microsoft.Dotnet.Sdk.Internal
@rolfbjarne
Copy link
Member

Test failures are unrelated (https://github.com/xamarin/maccore/issues/2471).

@rolfbjarne rolfbjarne merged commit 76c8461 into main Jul 22, 2021
@rolfbjarne rolfbjarne deleted the darc-main-2c3dc6cd-c245-4d20-9461-75a98d067b3b branch July 22, 2021 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-notes-worthy Ignore for release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants