我正在尝试使用Visual Studio 2017预览版3的Xamarin Live Player,按照以下链接进行设置:https://developer.xamarin.com/guides/cross-platform/live/install/。它似乎适用于简单的应用程序。但是:
DependencyService
工作,它无法通过在实现类上添加[assembly: Dependency(typeof(implementorType))]
属性来解决依赖关系。AppDelegate -> FinishedLaunching
事件中放置一个断点时,断点似乎无法访问,这可能是导致DependencyService
被破坏的原因吗?