aspire icon indicating copy to clipboard operation
aspire copied to clipboard

[Automated] Update dependencies

Open github-actions[bot] opened this issue 9 months ago • 3 comments

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.

github-actions[bot] avatar Apr 08 '25 16:04 github-actions[bot]

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)

danmoseley avatar Apr 08 '25 20:04 danmoseley

reverted everything outside the first item group...

danmoseley avatar Apr 08 '25 20:04 danmoseley

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.

danmoseley avatar Apr 08 '25 21:04 danmoseley

I triggered a dotnet-migrate for the missing versions

sebastienros avatar May 09 '25 18:05 sebastienros

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

joperezr avatar May 09 '25 19:05 joperezr

Please don't update FluentUI versions automatically. They must be carefully tested for regressions.

JamesNK avatar May 10 '25 01:05 JamesNK