Skip to content

[deploy] updated dependencies #157

[deploy] updated dependencies

[deploy] updated dependencies #157

Triggered via push January 22, 2025 16:34
Status Success
Total duration 39s
Artifacts
build_and_deploy
33s
build_and_deploy
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build_and_deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build_and_deploy: Diagram/Diagram.Position.razor.cs#L71
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build_and_deploy: Diagram/Diagram.Position.razor.cs#L72
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build_and_deploy: Diagram/__Internal/Overview.razor.cs#L132
'Context2D.CreateBatchAsync()' is obsolete: 'Use the synchronous call CreateBatch instead'
build_and_deploy: Diagram/__Internal/NodeContent_Size.razor.cs#L42
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build_and_deploy: Diagram/AutoLayoutSettings.cs#L66
Component parameter 'Excubo.Blazor.Diagrams.AutoLayoutSettings.Algorithm' should be auto property
build_and_deploy: Diagram/NavigationSettings.cs#L33
Component parameter 'Excubo.Blazor.Diagrams.NavigationSettings.Zoom' should be auto property
build_and_deploy: Diagram/NavigationSettings.cs#L43
Component parameter 'Excubo.Blazor.Diagrams.NavigationSettings.MinZoom' should be auto property
build_and_deploy: Diagram/NavigationSettings.cs#L59
Component parameter 'Excubo.Blazor.Diagrams.NavigationSettings.MaxZoom' should be auto property
build_and_deploy: TestProject_Components/Pages/AutoLayout.razor#L25
Component parameter 'TestProject_Components.Pages.AutoLayout.layout' should be auto property
build_and_deploy: Tests_Blazor.Diagrams/Class1.cs#L61
Component parameter 'Algorithm' should not be set outside of its component.