We have moved communications to Discord. You can join us through this link: https://aka.ms/dotnet-discord thanks!
that one I'm not super sure
Your best bet for an answer there would be to hop in here
https://aka.ms/dotnet-discord
And ask the android team...
My guess there is that that's a conflict between the mono version of those and the .net version of those
you might have a nuget pulling in net47 or something versions of those
in your obj folder there's a file called project.assets.json that you MIGHT be able to mine through to find where those are coming from
Hello I am new to xamarin coming from WPF. This
StringFormat={}{0:#,0.##}
string format worked in wpf but not in Xamarin am I missing something?
please, post your queries at https://aka.ms/dotnet-discord #xamarin-forms channel
Hello, I’m trying to get more information in how to modify itemselected or item clicked event in a shell menu or tab menu. So I want to do more actions than just navigating to another page by clicking this menu tabs. I used to use Master details page and Xamarin Navigation Service with creating my own custom menu, but now I want to learn more about shell navigation and do the same.
I am using ninject and linking all binding contexts of my pages with view models using this menu item selected event. Please if anybody have an example, how to use menu or tab itemselected event on Xamarin shell?
'Resource.Layout' does not contain a definition for 'Tabbar'
errors. Rerunning the same build (on same git commit) fixes it. Am I missing something here?