Trying to debug even the simple template app offered by ArcGIS Runtime .NET 100.2.0 in Visual Studio 2017 using the Simulator, it raises the following unhandled exception when clicking more then once in the GeoView with pan/zoom and rotation tools:
{System.NullReferenceException: Object reference not set to an instance of an object.
at Esri.ArcGISRuntime.UI.StoreDeviceInteractionHandler.ManipulationStarted(Object sender, ManipulationStartedRoutedEventArgs e)}
With this issue it's very hard to test an app using simulated touch gestures on a non touch enabled development environment.
Any suggestion?