You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.
A customer reported that after updating the nuget packages, the build was failing.
I traced the errors down to three changes in Xamarin.Essentials:
protected async void ConnectivityChanged (ConnectivityChangedEventArgs e)
to
protected async void ConnectivityChanged (object sender, ConnectivityChangedEventArgs e)
The text was updated successfully, but these errors were encountered: