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 xamarin/xamarin-android #1101

Merged
merged 5 commits into from
May 28, 2021

Commits on May 27, 2021

  1. Update dependencies from https://github.com/xamarin/xamarin-android b…

    …uild 6.0.1xx-preview5-13ea326da0459d7d24d9b265796a21b8a2516bfa-1
    
    Microsoft.Android.Sdk.Windows
     From Version 30.0.100-ci.main.2 -> To Version 30.0.100-ci.6-0-1xx-preview5.13
    
    Dependency coherency updates
    
    Microsoft.Dotnet.Sdk.Internal
     From Version 6.0.100-preview.5.21260.2 -> To Version 6.0.100-preview.5.21266.3 (parent: Microsoft.Android.Sdk.Windows
    dotnet-maestro[bot] committed May 27, 2021
    Configuration menu
    Copy the full SHA
    05407f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18c5a86 View commit details
    Browse the repository at this point in the history
  3. [essentials] remove usage of obsolete type

    Context: https://github.com/dotnet/runtime/blob/5dcc340a17e32d81dc12f644449c8b58396b2fd7/src/libraries/System.Security.Cryptography.Csp/src/System/Security/Cryptography/MD5CryptoServiceProvider.cs#L9
    
    Build was failing with:
    
        SecureStorage.android.cs(134,26): error SYSLIB0021: 'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
    
    This API appears to have changed with the latest dotnet/installer. We can just use `MD5.Create()` instead.
    jonathanpeppers committed May 27, 2021
    Configuration menu
    Copy the full SHA
    950422d View commit details
    Browse the repository at this point in the history
  4. [Core.UnitTests] set $(LangVersion) to preview

    Build currently fails for a .NET 6.0 project:
    
        LifecycleEventsTests.cs(26,77): error CS8652: The feature 'inferred delegate type' is currently in Preview and *unsupported*. To use Preview features, use the 'preview' language version.
    
    I think we can just set `$(LangVersion)` to `preview` for now.
    jonathanpeppers committed May 27, 2021
    Configuration menu
    Copy the full SHA
    113dbc1 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Update dependencies from https://github.com/xamarin/xamarin-android b…

    …uild 6.0.1xx-preview5-198eefffbb663bf1a5b9bbae9873b40bd9713c4a-1
    
    Microsoft.Android.Sdk.Windows
     From Version 30.0.100-ci.main.2 -> To Version 30.0.100-preview.5.18
    
    Dependency coherency updates
    
    Microsoft.Dotnet.Sdk.Internal
     From Version 6.0.100-preview.5.21260.2 -> To Version 6.0.100-preview.5.21275.1 (parent: Microsoft.Android.Sdk.Windows
    dotnet-maestro[bot] committed May 28, 2021
    Configuration menu
    Copy the full SHA
    a6a4dda View commit details
    Browse the repository at this point in the history