Closed mikescandy closed 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'
@mikescandy Hi, have you thought about uploading new nuget yourself ? This repo seems dead
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.
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.
Failed to resolve assembly: 'BottomBar.XamarinForms, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' How to solve this issue
Is there anyone maintaining the repository and able to merge this?
@DominicFrei @sschmidt
Really is there anyone looking this repo? @sschmidt
honestly, have a look at the Xamarin.Forms botton navigation tab (I largely implemented it...)
@mikescandy Is it offical support? Now I have ssen it. Thanks
I'm going to close this.
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.