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 #6204

Merged
merged 6 commits into from
Aug 22, 2021

Conversation

dotnet-maestro[bot]
Copy link
Contributor

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

  • Coherency Updates:
    • Microsoft.NET.ILLink.Tasks: from 6.0.100-preview.6.21416.1 to 6.0.100-preview.6.21418.3 (parent: Microsoft.Dotnet.Sdk.Internal)
    • Microsoft.NETCore.App.Ref: from 6.0.0-rc.1.21417.1 to 6.0.0-rc.2.21417.16 (parent: Microsoft.Dotnet.Sdk.Internal)

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

  • Subscription: 6548876b-06a1-4ab6-a5a5-08d8ed868088
  • Build: 20210818.44
  • Date Produced: 8/19/2021 5:36 AM
  • Commit: 5c2d8ef2b3e254260f7c703d8d35d2f2c5b43d97
  • Branch: refs/heads/release/6.0.1xx

…210818.44

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21418.8 -> To Version 6.0.100-rc.2.21418.44

Dependency coherency updates

Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref
 From Version 6.0.100-preview.6.21416.1 -> To Version 6.0.100-preview.6.21418.3 (parent: Microsoft.Dotnet.Sdk.Internal
Context: dotnet/runtime@57dd919

With the latest changes to `HttpClientHandler`, we hit:

    ILLink : warning IL2037: System.Net.Http.HttpClientHandler.GetClientCertificateOptions(): No members were resolved for 'get_ClientCertificateOptions'.
    ILLink : warning IL2037: System.Net.Http.HttpClientHandler.GetClientCertificates(): No members were resolved for 'get_ClientCertificates'.
    ILLink : warning IL2037: System.Net.Http.HttpClientHandler.SetClientCertificateOptions(ClientCertificateOption): No members were resolved for 'set_ClientCertificateOptions'.

We need to add the missing members that are now expected:

    public ClientCertificateOption ClientCertificateOptions { get; set; }
    public X509CertificateCollection ClientCertificates { get; set; }

We can also partially revert 1e5bfa3, because some of the issues were
fixed.
@dotnet-maestro dotnet-maestro bot requested a review from grendello as a code owner August 19, 2021 19:30
@jonathanpeppers jonathanpeppers merged commit 1dbb547 into main Aug 22, 2021
@jonathanpeppers jonathanpeppers deleted the darc-main-0c1966a9-2608-444b-b9c1-cc22a86add7e branch August 22, 2021 03:24
@github-actions github-actions bot locked and limited conversation to collaborators Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants