I have a Xamarin.Forms application with a macOS head project. Is it possible to create a unit test project that targets the macOS head project? (xUnit would be nice as used elsewhere, but not necessary.) Failing that, is it possible to create a unit test project that targets a macOS class library?
↧