Will

Results 53 comments of Will

> Hello @williambuchanan2 > > For now, I can't reproduce your issue. > > Do you use select for non-default database? Or for default? > > As a workaround -...

Hi @LonwoLonwo Thanks for your message. In fact that worked! Looking into why it work has revealed the problem... It seems that when you include the database name in the...

> This still happens with buttons, but not TapGestureRecognisers for some reason. Our workaround was to create a border that looked identical to our buttons, and add a TapGestureRecogniser to...

> > For some bizarre reason there is no Width property > > That's because the image should always scale to take the full width according to the [Material Design...

> try adding > > ``` > > ``` @moljac I added that but it didn't work. In fact it just caused another build problem. Error JAVA0000 Error in C:\Ws\_ng\xamarin.androidx.collection.ktx\1.2.0.9\buildTransitive\net6.0-android31.0\..\..\jar\androidx.collection.collection-ktx.jar:androidx/collection/ArrayMapKt.class:...

Well done @hellcoderGIT ! It looks like nuget doesn't realise those dependencies are required. I had to add this in to my project and then manually update the version number...

> Again. Nuget does everything right. What you did is - you actually told nuget to forget all other packages and override them with versions you specified - (explicit reference)....

> Nuget works, but it works differently from Maven and you are using packages with Maven artifact bindings. > > For the reason above- sometimes some manual work is necessary....

> I fixed this by changing the nuget package location to a path that’s shorter than the default path. I did this by adding the following configuration to my NuGet.Config....

> > I had this issue, and it seems to have to do with the windows max path length. So was able to fix this by moving the Nuget directory...