Tomasz Cielecki

Results 216 comments of Tomasz Cielecki

You have to have .NET Core 2.x installed. You have to have VS 2017 15.7.x with the Xamarin and UWP workload installed. You have to have API 26 installed along...

The CurrentActivity plugin probably interferes with the way MvvmCross handles tracking of the CurrentActivity.

Overriding `SetContentView` could probably enable us doing this pretty easily.

Just like you would do with any other Android View, you can instantiate it something like: ``` csharp var ab = new LegacyBar(this); ab.LayoutParameters = new LayoutParameters(ViewGroup.LayoutParams.FillContent, ViewGroup.LayoutParams.WrapContent); AddView(ab); ```...

We should probably have some kind of consistency throughout all the ItemsSource binding classes.

We made our own bindings for Crashlytics using .NET8 and it has the same issue. When the App starts and calling Configure() we get the same message: ``` FirebaseHelper started...

@vhugogarcia even if you get these to work, it won't help much as the stack traces are pretty useless as it doesn't show any of the managed stack.

> > @vhugogarcia even if you get these to work, it won't help much as the stack traces are pretty useless as it doesn't show any of the managed stack....

You can't use a string