calabash / calabash-ios-server

An embedded HTTP server for performing queries and test automation
Other
87 stars 82 forks source link

Fails to install in .NET Maui preview 12 projects #474

Open JohnHDev opened 2 years ago

JohnHDev commented 2 years ago

I have been successful in writing UI tests with Xamarin.TestCloud in older previews of .NET Maui, but with preview 12 existing projects throw compiler errors:

Severity Code Description Project File Line Suppression State Error NU1202 Package Xamarin.TestCloud.Agent 0.23.1 is not compatible with net6.0-ios15.2 (.NETCoreApp,Version=v6.0). Package Xamarin.TestCloud.Agent 0.23.1 supports: xamarinios (Xamarin.iOS,Version=v0.0) MauiApp2 C:[path omitted]\MauiApp2.csproj 1

I presume this nuget will need to be rebuilt?

JohnHDev commented 2 years ago

Any thoughts on this?

evgenyvalavin commented 2 years ago

+1