I'm getting this exception at run-time when trying to run unit tests referencing the ArcGIS Runtime 100.7 in a .NET Core Version 3.1 test project:
Solved! Go to Solution.
Xamarin.Forms is only supported for UWP, iOS and Android. .NET Core and .NET Framework is not supported
Xamarin.Forms is only supported for UWP, iOS and Android. .NET Core and .NET Framework is not supported
Ah, thank you. We were hoping to port most of our tests over from our existing UWP test project (using XUnit) to a .Net Core project, because the former test runner is so slow. Do you have any other recommendations for what to use for unit tests if .Net Core isn't going to work?