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

Build errors when updating nuget packages. #60

Open
jgold6 opened this issue Apr 26, 2019 · 0 comments
Open

Build errors when updating nuget packages. #60

jgold6 opened this issue Apr 26, 2019 · 0 comments

Comments

@jgold6
Copy link

jgold6 commented Apr 26, 2019

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)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant