dewango / BottomNavigationBarXF

Bottom Navigation Bar for Xamarin Forms
MIT License
187 stars 97 forks source link

Update to NetStandard and latest pre xamarin forms #78

Closed mikescandy closed 5 years ago

mikescandy commented 6 years ago

I updated the portable projects to NetStandard 2.0 and reference the latest prerelease of Xamarin forms 2.4 (should be stable soon, hopefully). Maybe this PR could lead to a new -pre version.

tomh4 commented 6 years ago

hey,are the badges working for you ? I´m getting this error : Failed to resolve assembly: 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'

CarnageMarkus commented 6 years ago

@mikescandy Hi, have you thought about uploading new nuget yourself ? This repo seems dead

mikescandy commented 6 years ago

not really, i'll have to rebuild it against 2.5 first and see what happens. Honestly, I'd like to move to the android support bottom navigation bar, so i'm not sure if i want to rely on this for the long term.

Nixon-Joseph commented 6 years ago

Hey @mikescandy, is there any way you could figure out why I'm getting this error? System.TypeInitializationException: The type initializer for 'Attribute' threw an exception. If I walk through my code, it's happening the very first time I hit an await: e.g. await ProgressBar.ProgressTo(value, 150, Easing.SinOut);. I can't seem to pinpoint it any further. No context or stack trace or detailed message or anything. Running in 2.5.0.122203.

Also what do you mean by your last comment "I'd like to move to the android support bottom navigation bar"? Is this a thing already? I can't find any references to it.

EDIT Nvm! Looks like it was an issue with a build. I killed all bin/obj folders, and did a clean/rebuild, and it starts up fine now. found this post that explains that it's likely the dlls being compiled for different proc types. Don't know for sure if that's what happened, but my fix worked, so I'm happy :) Good work on this btw.

swapnil591 commented 6 years ago

Failed to resolve assembly: 'BottomBar.XamarinForms, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' How to solve this issue

orestesgaolin commented 6 years ago

Is there anyone maintaining the repository and able to merge this?

juanagu commented 6 years ago

@DominicFrei @sschmidt

peacecwz commented 6 years ago

Really is there anyone looking this repo? @sschmidt

mikescandy commented 6 years ago

honestly, have a look at the Xamarin.Forms botton navigation tab (I largely implemented it...)

peacecwz commented 6 years ago

@mikescandy Is it offical support? Now I have ssen it. Thanks

mikescandy commented 5 years ago

I'm going to close this.