Skip to content

Update README.md for scalability and deployment options #17

Update README.md for scalability and deployment options

Update README.md for scalability and deployment options #17

Triggered via push November 2, 2025 17:06
Status Success
Total duration 39s
Artifacts

build-master.yml

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

Annotations

10 warnings
build-master: src/Models/WorkflowModels.cs#L91
Non-nullable property 'DefaultAction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-master: src/Models/WorkflowModels.cs#L90
Non-nullable property 'Instructions' 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/WorkflowMonitoringDialog.razor#L83
Possible null reference argument for parameter 'json' in 'void IWorkflowService.SetJson(string json)'.
build-master: src/Services/TokenRefreshService.cs#L72
Possible null reference argument for parameter 'tokenValue' in 'bool AuthenticationTokenExtensions.UpdateTokenValue(AuthenticationProperties properties, string tokenName, string tokenValue)'.
build-master: src/Services/TokenRefreshService.cs#L71
Possible null reference argument for parameter 'tokenValue' in 'bool AuthenticationTokenExtensions.UpdateTokenValue(AuthenticationProperties properties, string tokenName, string tokenValue)'.
build-master: src/Components/Pages/Workflows/WorkflowNodeProperties.razor#L118
Non-nullable field '_newValue' 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/WorkflowNodeProperties.razor#L117
Non-nullable field '_newKey' 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/WorkflowNodeProperties.razor#L116
Non-nullable field 'dependencies' 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/WorkflowNodeProperties.razor#L147
Possible null reference assignment.
build-master: src/Components/Pages/Workflows/WorkflowNodeProperties.razor#L147
Cannot convert null literal to non-nullable reference type.