Kevin Petit

Results 14 comments of Kevin Petit

From the git history, the WeekLayout has been introduced by the PR #106 which has been merged the 11 october and the last nuget package has been published the 8...

@rmarinho Sorry, unfortunately I don't have an Apple device to test. I don't know if it is related or not but there is a lot of "Bad Gateway" response from...

@ngalicoco I don't think such build exist. What you can do is to clone the branch and build the package yourself. The procedure is documented [here](https://github.com/xamarin/Xamarin.Forms/wiki/How-to-Build-Xamarin.Forms-NuGet). If you can't do...

This issue exist since the version 2.5.1 and has been introduced by PR https://github.com/xamarin/Xamarin.Forms/pull/1999 I made and use this fix in my apps since two years now : https://github.com/xamarin/Xamarin.Forms/pull/4730 I...

I encounter the same issue in one of my app. From the debug log of the FragmentManager all looks fine and no error at all just a blank screen. I...

The Xamarin.AndroidX.Fragment being a transitive dependency, the 1.2.5.5 version can be referenced explicitly to force the version. This doesn't seem to cause issue at compilation or runtime. From the changelog...

This is an issue in the Xamarin.Android version distributed with VS 17.2 branch. All exceptions throw from Android side cause a NullReference when they get back to .NET side. It...

In theory the fix is included in the latest Xamarin Android version shipped with Visual Studio 17.3 branch. On my side, I have not encountered NullReferenceException since the update. If...

This issue is still present. I have made this test to confirm that. ```cs [Fact] public void Should_Run_Exactly_Every_1_Minute() { // Arrange var input = DateTime.Now; var expected = input.AddMinutes(1); //...

Duplicate with #261