Hello,
can i directly reference i.e. Rebex.Ftp to Xamarin Forms or do i need a dependency injection mechanism to make the funtionality acessable through the Android or iOS main host application?
Xamarin Forms live in a extra PCL you already know for sure.
What is better? Directly reference Rebex.Ftp in the Xamarin Forms PCL or abstract through dependency injection, living in the host app?
Regards
Martin