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

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented May 27, 2021

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.Dotnet.Sdk.Internal: from 6.0.100-preview.5.21260.2 to 6.0.100-preview.5.21275.1 (parent: Microsoft.Android.Sdk.Windows)

From https://github.com/xamarin/xamarin-android

  • Subscription: 63fe8ad0-daf0-49c9-9959-08d920866296
  • Build: 6.0.1xx-preview5-198eefffbb663bf1a5b9bbae9873b40bd9713c4a-1
  • Date Produced: 5/28/2021 5:44 AM
  • Commit: 198eefffbb663bf1a5b9bbae9873b40bd9713c4a
  • Branch: refs/heads/release/6.0.1xx-preview5

dotnet-maestro bot and others added 3 commits May 27, 2021 09:07
…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
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.
eng/Versions.props Outdated Show resolved Hide resolved
jonathanpeppers and others added 2 commits May 27, 2021 11:40
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.
…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
Copy link
Member

@jonathanpeppers jonathanpeppers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has the latest Preview 5 bits now.

@dotnet-maestro dotnet-maestro bot merged commit dc27b3b into main May 28, 2021
@dotnet-maestro dotnet-maestro bot deleted the darc-main-e5d2e046-584d-497f-91b1-14b49fe0e7c1 branch May 28, 2021 13:44
lytico pushed a commit to lytico/maui that referenced this pull request Jun 8, 2021
[main] Update dependencies from xamarin/xamarin-android
- Coherency Updates:
  - Microsoft.Dotnet.Sdk.Internal: from 6.0.100-preview.5.21260.2 to 6.0.100-preview.5.21275.1 (parent: Microsoft.Android.Sdk.Windows)

 - Merge branch 'main' into darc-main-e5d2e046-584d-497f-91b1-14b49fe0e7c1

 - [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.

 - [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.
@Eilon Eilon added the area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions label Sep 30, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Dec 26, 2023
@samhouts samhouts added the fixed-in-6.0.100-preview.5 Look for this fix in 6.0.100-preview.5! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions fixed-in-6.0.100-preview.5 Look for this fix in 6.0.100-preview.5!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants