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

backport keypair elision 16.11 #7663

Merged

Commits on Mar 10, 2022

  1. Update dependencies from https://github.com/dotnet/arcade build 20220…

    …309.5
    
    Microsoft.DotNet.Arcade.Sdk
     From Version 5.0.0-beta.22123.4 -> To Version 5.0.0-beta.22159.5
    dotnet-maestro[bot] committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    cd34b35 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Update dependencies from https://github.com/dotnet/arcade build 20220…

    …526.2
    
    Microsoft.DotNet.Arcade.Sdk
     From Version 5.0.0-beta.22123.4 -> To Version 5.0.0-beta.22276.2
    dotnet-maestro[bot] committed May 27, 2022
    Configuration menu
    Copy the full SHA
    e7498c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    9d4295a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d8881d View commit details
    Browse the repository at this point in the history
  3. Avoid AssemblyName.KeyPair on .NET (dotnet#7660)

    * Avoid AssemblyName.KeyPair on .NET
    
    It throws on .NET 6 and wasn't helpful before anyway:
    
    (from https://docs.microsoft.com/en-us/dotnet/api/system.reflection.assemblyname.keypair?view=net-5.0#remarks):
    
    > When the runtime loads an assembly, it does not set the KeyPair property. The getter for the property is only useful if the user set the property before using the AssemblyName object to create a dynamic assembly, and subsequently wants to retrieve the key pair.
    
    Also disable some parts of the official build that are currently broken, but don't affect building the bits that go into the .NET SDK.
    
    Co-authored-by: Forgind <Forgind@users.noreply.github.com>
    rainersigwald and Forgind authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    026c2fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    420c4f7 View commit details
    Browse the repository at this point in the history