wegascee
wegascee
## 🐛 Bug Report If I use `CachedImageRenderer.InitImageSourceHandler()` on iOS then my hamburger icon of the `MasterDetailPage` isn't shown at first. Only through taping on the approximate location brings the...
I saw that v. 3.2.0 is newer than v. 4.0.0.190-beta. Will v4 get out of beta some day? When? Or is Xamarin.Essential the only thing we should ever use? Is...
This is my sample project: [TestFingerprint.zip](https://github.com/smstuebe/xamarin-fingerprint/files/2270590/TestFingerprint.zip). Here I make multiple authentications, which everytime are failing. In the end I get as state "canceled". Imho "canceled" should only be returned if...
Since the EtwTarget seems the only one, which is available on different plattforms I want to try it. I know the setup: `LogManagerFactory.DefaultConfiguration.AddTarget(LogLevel.Trace, LogLevel.Fatal, new EtwTarget());` But are there files...
I played a bit with MetroLog. Some things I noted: - SQLiteTarget seems not be available for UWP - documentation is outdated (StreamingFileTarget instead of FileStreamingTarget). Also StreamingFileTarget seems to...
I'm using the following constellation: Xamarin.Forms 4.7.0.1179 with CarouselView 5.2.0. (I also tried XF 4.8.0.1451 with the same result.) The carousel with two different templates is on a normal `ContentPage`...
As the title states - is a switch to .Net Standard 2.0 planned?
Can't get this project working. It crashes on app start with "Object reference not set to an instance of an object". Seems the custom renderer is doing something wrong on...
I'm using `InsertAll` to add some entries to a table. Thereby I'm testing how the database behaves if simultaneous tasks wants to write to it. I tested it on different...