简体   繁体   中英

xamarin UITest not compatible with dotnet core?

My apologies for this one small question but i'm checking out to convert the xamarin uitest project to dotnet core. But i'm facing difficulties. When I create a new xamarin uitest project it is automatically in 4.6 and I don't have the option to set it to core. When I create a dotnet core class lib and add the xamarin uitest nuget package it will warn me that it was restored with net framework 461.

Package 'Xamarin.UITest 3.0.7' was restored using '.NETFramework,Version=v4.6.1,

I just can't believe that UITest is not compatible with dotnet core... So i anybody can tell me this is the case or can point me why it is warning me and how to solve it that would be great. Thanks!

Yeah, I noticed the same today. I wanted to change my UITest project to .Net Core but got the same warnings as you:

在此处输入图片说明

also looks like there may be other issues based on this question

However, the prerelease version Xamarin.UITest 3.0.8-dev1 seems to not show any warnings even tho they target the same.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM