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

Avoid AssemblyName.KeyPair on .NET #7660

Merged
merged 8 commits into from
Jun 1, 2022

Commits on May 31, 2022

  1. 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.
    rainersigwald committed May 31, 2022
    Configuration menu
    Copy the full SHA
    64b34aa View commit details
    Browse the repository at this point in the history
  2. Update version numbers

    Maybe just kill mono?
    Forgind committed May 31, 2022
    Configuration menu
    Copy the full SHA
    d19ce03 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Up SDK's version, too?

    Forgind committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    25fa0bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e69b3b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7d19ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5989a87 View commit details
    Browse the repository at this point in the history
  5. Disable optprof

    rainersigwald committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    9a40e59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d24333d View commit details
    Browse the repository at this point in the history