Skip to content

Commit 08c7cfd

Browse files
dotnet-maestro[bot]radicalwtgodbe
authored
[release/9.0] Update dependencies from dotnet/extensions (#60964)
* Update dependencies from https://github.com/dotnet/extensions build 20250314.5 Microsoft.Extensions.Diagnostics.Testing , Microsoft.Extensions.TimeProvider.Testing From Version 9.3.0-preview.1.25156.1 -> To Version 9.4.0-preview.1.25164.5 * Update dependencies from https://github.com/dotnet/extensions build 20250323.2 Microsoft.Extensions.Diagnostics.Testing , Microsoft.Extensions.TimeProvider.Testing From Version 9.3.0-preview.1.25156.1 -> To Version 9.4.0-preview.1.25173.2 * Quarantine tests - Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.RadioButtonGetsResetAfterSubmittingEnhancedForm #61144 - Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.EnhancedNavigationTest.NavigationManagerUriGetsUpdatedOnEnhancedNavigation_BothServerAndWebAssembly #61143 * Fix build * Fix build * Update dependencies from https://github.com/dotnet/extensions build 20250328.3 Microsoft.Extensions.Diagnostics.Testing , Microsoft.Extensions.TimeProvider.Testing From Version 9.3.0-preview.1.25156.1 -> To Version 9.4.0-preview.1.25178.3 * Fix submod --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Ankit Jain <[email protected]> Co-authored-by: wtgodbe <[email protected]>
1 parent e1cae27 commit 08c7cfd

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

NuGet.config

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-runtime -->
7-
<add key="darc-int-dotnet-runtime-831d23e" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-831d23e5/nuget/v3/index.json" />
87
<!-- End: Package sources from dotnet-runtime -->
98
<!-- Begin: Package sources from dotnet-efcore -->
10-
<add key="darc-int-dotnet-efcore-68c7e19" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-68c7e194/nuget/v3/index.json" />
119
<!-- End: Package sources from dotnet-efcore -->
1210
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1311
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -30,10 +28,8 @@
3028
<clear />
3129
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
3230
<!-- Begin: Package sources from dotnet-efcore -->
33-
<add key="darc-int-dotnet-efcore-68c7e19" value="true" />
3431
<!-- End: Package sources from dotnet-efcore -->
3532
<!-- Begin: Package sources from dotnet-runtime -->
36-
<add key="darc-int-dotnet-runtime-831d23e" value="true" />
3733
<!-- End: Package sources from dotnet-runtime -->
3834
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3935
</disabledPackageSources>

eng/Version.Details.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -414,13 +414,13 @@
414414
<Uri>https://github.com/dotnet/arcade</Uri>
415415
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
416416
</Dependency>
417-
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="9.3.0-preview.1.25156.1">
417+
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="9.4.0-preview.1.25178.3">
418418
<Uri>https://github.com/dotnet/extensions</Uri>
419-
<Sha>c221abef4b4f1bf3fcf0bda27490e8b26bb479f4</Sha>
419+
<Sha>56df0c4f4933909367536413dcf9c16520a37f82</Sha>
420420
</Dependency>
421-
<Dependency Name="Microsoft.Extensions.TimeProvider.Testing" Version="9.3.0-preview.1.25156.1">
421+
<Dependency Name="Microsoft.Extensions.TimeProvider.Testing" Version="9.4.0-preview.1.25178.3">
422422
<Uri>https://github.com/dotnet/extensions</Uri>
423-
<Sha>c221abef4b4f1bf3fcf0bda27490e8b26bb479f4</Sha>
423+
<Sha>56df0c4f4933909367536413dcf9c16520a37f82</Sha>
424424
</Dependency>
425425
<Dependency Name="NuGet.Frameworks" Version="6.2.4">
426426
<Uri>https://github.com/nuget/nuget.client</Uri>

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@
143143
<SystemIOHashingVersion>9.0.3</SystemIOHashingVersion>
144144
<SystemRuntimeCachingVersion>9.0.3</SystemRuntimeCachingVersion>
145145
<!-- Packages from dotnet/extensions -->
146-
<MicrosoftExtensionsDiagnosticsTestingVersion>9.3.0-preview.1.25156.1</MicrosoftExtensionsDiagnosticsTestingVersion>
147-
<MicrosoftExtensionsTimeProviderTestingVersion>9.3.0-preview.1.25156.1</MicrosoftExtensionsTimeProviderTestingVersion>
146+
<MicrosoftExtensionsDiagnosticsTestingVersion>9.4.0-preview.1.25178.3</MicrosoftExtensionsDiagnosticsTestingVersion>
147+
<MicrosoftExtensionsTimeProviderTestingVersion>9.4.0-preview.1.25178.3</MicrosoftExtensionsTimeProviderTestingVersion>
148148
<!-- Packages from dotnet/efcore -->
149149
<dotnetefVersion>9.0.3</dotnetefVersion>
150150
<MicrosoftEntityFrameworkCoreInMemoryVersion>9.0.3</MicrosoftEntityFrameworkCoreInMemoryVersion>

src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
55
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
66
using Microsoft.AspNetCore.E2ETesting;
7+
using Microsoft.AspNetCore.InternalTesting;
78
using TestServer;
89
using Xunit.Abstractions;
910
using Components.TestServer.RazorComponents;
@@ -519,6 +520,7 @@ public void NavigationManagerUriGetsUpdatedOnEnhancedNavigation_OnlyServerOrWebA
519520
[Theory]
520521
[InlineData("server")]
521522
[InlineData("wasm")]
523+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61143")]
522524
public void NavigationManagerUriGetsUpdatedOnEnhancedNavigation_BothServerAndWebAssembly(string runtimeThatInvokedNavigation)
523525
{
524526
Navigate($"{ServerPathBase}/nav");

src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1340,6 +1340,7 @@ void AssertUiState(string expectedStringValue, bool expectedBoolValue)
13401340
}
13411341

13421342
[Fact]
1343+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61144")]
13431344
public void RadioButtonGetsResetAfterSubmittingEnhancedForm()
13441345
{
13451346
GoTo("forms/form-with-checkbox-and-radio-button");

0 commit comments

Comments
 (0)