Skip to content

Update Dockerfiles to use .NET 10.0 base images #26

Update Dockerfiles to use .NET 10.0 base images

Update Dockerfiles to use .NET 10.0 base images #26

Triggered via push December 20, 2025 11:43
Status Success
Total duration 29s
Artifacts

build-master.yml

on: push
build-master
25s
build-master
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-master: src/Components/Pages/Workflows/SearchablePluginsList.razor#L139
Possible null reference argument for parameter 'token' in 'BearerTokenAuthStrategy.BearerTokenAuthStrategy(string token)'.
build-master: src/Components/Pages/Workflows/AddWorkflow.razor#L211
Dereference of a possibly null reference.
build-master: src/Components/Pages/Workflows/AddWorkflow.razor#L210
Converting null literal or possible null value to non-nullable type.
build-master: src/Components/Pages/Workflows/ManageWorkflow.razor#L155
Possible null reference argument for parameter 'token' in 'BearerTokenAuthStrategy.BearerTokenAuthStrategy(string token)'.
build-master: src/Components/Pages/Workflows/WorkflowMonitoringDialog.razor#L82
Possible null reference argument for parameter 'json' in 'void IWorkflowService.SetJson(string json)'.
build-master: src/Models/WorkflowModels.cs#L38
Non-nullable property 'NodeId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-master: src/Components/Pages/Workflows/TaskNode.razor#L39
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-master: src/Components/Pages/Workflows/TaskNode.razor#L9
Non-nullable property 'Task' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-master: src/Components/Pages/Home.razor#L125
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-master: src/Components/Pages/Home.razor#L123
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.