From b72626907dfff37b93e33a7392c2ba47c1e0a880 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 4 Jun 2019 09:03:31 -0700 Subject: [PATCH 1/2] Update dependencies from aspnet/Blazor (#10816) - Microsoft.AspNetCore.Blazor.Mono - 0.10.0-preview6.19303.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 19ea927682..18f615822c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -9,9 +9,9 @@ --> - + https://github.com/aspnet/Blazor - ff7b7c94be74f39d99043a3f5374960d78b76813 + be5e4eea2dc7da9852a560703bce381295718905 https://github.com/aspnet/AspNetCore-Tooling diff --git a/eng/Versions.props b/eng/Versions.props index 57537daaef..ed756b50a5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,7 +49,7 @@ 3.0.0-preview6.19279.8 - 0.10.0-preview6.19273.10 + 0.10.0-preview6.19303.4 3.0.0-preview6.19303.2 3.0.0-preview6.19303.2 From 7245b839429bcec911a3a7573894f40f3f381fc0 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 4 Jun 2019 16:01:18 -0700 Subject: [PATCH 2/2] Mark BindModel_ReturnsModel_IfAttemptedValueIsValid_FrenchThirtyTwoThousandPointOne as flaky (#10857) --- .../ModelBinding/Binders/FloatingPointTypeModelBinderTestOfT.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Mvc/Mvc.Core/test/ModelBinding/Binders/FloatingPointTypeModelBinderTestOfT.cs b/src/Mvc/Mvc.Core/test/ModelBinding/Binders/FloatingPointTypeModelBinderTestOfT.cs index 0a8f69b60f..ab30a8005b 100644 --- a/src/Mvc/Mvc.Core/test/ModelBinding/Binders/FloatingPointTypeModelBinderTestOfT.cs +++ b/src/Mvc/Mvc.Core/test/ModelBinding/Binders/FloatingPointTypeModelBinderTestOfT.cs @@ -5,6 +5,7 @@ using System; using System.Globalization; using System.Threading.Tasks; using Microsoft.AspNetCore.Testing; +using Microsoft.AspNetCore.Testing.xunit; using Xunit; namespace Microsoft.AspNetCore.Mvc.ModelBinding.Binders @@ -343,6 +344,7 @@ namespace Microsoft.AspNetCore.Mvc.ModelBinding.Binders [Theory] [MemberData(nameof(ConvertibleTypeData))] + [Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2626", FlakyOn.AzP.Linux)] public async Task BindModel_ReturnsModel_IfAttemptedValueIsValid_FrenchThirtyTwoThousandPointOne(Type destinationType) { // Arrange