How to multitarget in Xamarin.Forms with Visual Studio for Mac?
问题 I started out creating a .NET Standard Library that I intended to make a NuGet of - but came to find that I also needed platform-specific functionality. So, I found this stack overflow question - which indicated I could use a Multiplatform Library template instead. But here I encountered a problem with DependencyService - and a problem with Custom Renderer - effectively meaning that there was no way for the non-platform-specific to communicate with platform-specific code in the library. I