MathieuJack

Results 4 comments of MathieuJack

I have the same issue. My app was running OK, until I : - Added Nuget Package Xamarin.AndroidX.Core, v1.8.0.1 - Added Nuget Package Xamarin.Firebase.Crashlytics, v118.2.1.6 - Increased TargetFrameworkVersion from v11.0...

Works way better but still CollectionView folders/projects are not cloned, so solution cannot build. Here is console log : c:\KODE\sharpnado\Xamarin-Forms-Practices>git submodule update --init Submodule 'Sharpnado.CollectionView' (https://github.com/roubachof/Sharpnado.CollectionView.git) registered for path 'Sharpnado.HorizontalListView'...

OK, that's true. But in the solution file, CollectionView is expected to be in its own folder. Here is an extract of .sln: Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharpnado.CollectionView", "Sharpnado.CollectionView\Sharpnado.CollectionView\Sharpnado.CollectionView.csproj", "{72EEC247-1B47-42BD-A7C3-803C03A94A9A}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}")...

I still have a compilation issue. It's looking for a C:\KODE\sharpnado\Xamarin-Forms-Practices\Sharpnado.HorizontalListView folder but it does not exist. 6>------ Build started: Project: SillyCompany.Mobile.Practices, Configuration: Debug Any CPU ------ 5>Build started 03/04/2022...