Skip to content
This repository was archived by the owner on Jan 22, 2021. It is now read-only.

Build errors when updating nuget packages. #60

Description

A customer reported that after updating the nuget packages, the build was failing.

I traced the errors down to three changes in Xamarin.Essentials:

  1. DataTransfer type was renamed to Share
  2. Clipboard.SetText(...) was renamed to Clipboard.SetTextAsync(...)
  3. Connectivity.ConnectivityChanged event handler signature was changed from:
    protected async void ConnectivityChanged (ConnectivityChangedEventArgs e)
    to
    protected async void ConnectivityChanged (object sender, ConnectivityChangedEventArgs e)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions