[Automated] Update dependencies
Auto-generated update to the package dependencies. In order for this PR to be green, it will require all of the new dependencies to be mirrored to our AzDO NuGet feeds. Any updates made outside of the first itemgroup in Directory.Packages.props should be reverted as those are packages that get updated through arcade's dependency flow.
tests\Aspire.Azure.Search.Documents.Tests\Aspire.Azure.Search.Documents.Tests.csproj(0,0): error NU1109: (NETCORE_ENGINEERING_TELEMETRY=Restore) Detected package downgrade: System.Text.Json from 9.0.3 to centrally defined 8.0.5. Update the centrally managed package version to a higher version.
Aspire.Azure.Search.Documents.Tests -> Microsoft.Extensions.Hosting 9.0.3 -> Microsoft.Extensions.Configuration.Json 9.0.3 -> System.Text.Json (>= 9.0.3)
Aspire.Azure.Search.Documents.Tests -> System.Text.Json (>= 8.0.5)
reverted everything outside the first item group...
OK I'm putting this aside for me or @joperezr to look at later as I just keep hitting one issue after another. Getting closer though.
I triggered a dotnet-migrate for the missing versions
The Dashboard.Components failure seems legit:
failed Aspire.Dashboard.Components.Tests.Pages.ConsoleLogsTests.ClearLogEntries_AllResources_LogsFilteredOut (60ms)
Xunit.Runner.InProc.SystemConsole.TestingPlatform.XunitException: System.InvalidOperationException : Cannot provide a value for property 'GlobalState' on type 'Microsoft.FluentUI.AspNetCore.Components.FluentOverlay'. There is no registered service of type 'Microsoft.FluentUI.AspNetCore.Components.GlobalState'.
at Microsoft.AspNetCore.Components.ComponentFactory.<>c__DisplayClass9_0.<CreatePropertyInjector>g__Initialize|1(IServiceProvider serviceProvider, IComponent component)
at Microsoft.AspNetCore.Components.ComponentFactory.InstantiateComponent(IServiceProvider serviceProvider, Type componentType, IComponentRenderMode callerSpecifiedRenderMode, Nullable`1 parentComponentId)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.InstantiateChildComponentOnFrame(RenderTreeFrame[] frames, Int32 frameIndex, Int32 parentComponentId)
at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InitializeNewComponentFrame(DiffContext& diffContext, Int32 frameIndex)
at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InitializeNewSubtree(DiffContext& diffContext, Int32 frameIndex)
at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InsertNewFrame(DiffContext& diffContext, Int32 newFrameIndex)
at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.AppendDiffEntriesForRange(DiffContext& diffContext, Int32 oldStartIndex, Int32 oldEndIndexExcl, Int32 newStartIndex, Int32 newEndIndexExcl)
I'll undo that version bump but we'll need to investigate that later cc: @adamint @JamesNK
Please don't update FluentUI versions automatically. They must be carefully tested for regressions.