moljac
moljac
CI errors `Android emulator tests Core_API_33` ``` ======================================== build ======================================== Determining projects to restore... /Users/builder/azdo/_work/1/s/src/Controls/src/Core/Controls.Core.csproj : warning NU1608: Detected package version outside of dependency constraint: Xamarin.AndroidX.Lifecycle.Runtime 2.7.0.4 requires Xamarin.AndroidX.Lifecycle.Common (>=...
> Is there a plan to reflect this change to 8.0? It started as PR targeting `main` (`net8.0`), but due to some limitations targeting branch was changed.
> New problem > > There seems to be a problem here https://android.googlesource.com/platform/frameworks/support/+/refs/heads/androidx-master-dev/viewpager2/viewpager2/src/main/java/androidx/viewpager2/adapter/FragmentStateAdapter.java#447 Thanks for feedback. Please open issue in AndroidX repo.
> Sorry After careful investigation, I found that although the code is the same as Xamarin, the results are different . I should change my code to match the changes...
Thanks for the feedback. I will take a look. Just to publish previews with AndroidX dependencies
@EmmanueleVilla Did you try with recently released nugets? Could you provide some feedback, please?
Interesting. And that aar was bound. Or am I wrong? Linked maybe (as a file link, link in csproj)? Not sure. We would need to take a look. And now...
Have you tried explicitly adding: ```xml ``` to your project package dependencies??
Please check https://github.com/dotnet/android-libraries/issues/764
Round 01 Errors: ``` ./generated/org.jetbrains.kotlin.kotlin-stdlib/obj/Release/net8.0-android/generated/src/Kotlin.Collections.Builders.AbstractMapBuilderEntrySet.cs(87,38): error CS0111: Type 'AbstractMapBuilderEntrySet' already defines a member called 'Contains' with the same parameter types [./generated/org.jetbrains.kotlin.kotlin-stdlib/org.jetbrains.kotlin.kotlin-stdlib.csproj::TargetFramework=net8.0-android] ``` ``` ./generated/org.jetbrains.kotlin.kotlin-stdlib/obj/Release/net8.0-android/generated/src/Kotlin.Collections.Builders.MapBuilder.cs(22,100): error CS0535: 'MapBuilder' does not implement...