Modernize workflow UI: new action bars, cards, styling #21
Annotations
10 warnings
|
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.
|
|
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/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.
|
|
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/Health/Health.razor#L60
Found markup element with unexpected name 'MudEmptyState'. If this is intended to be a component, add a @using directive for its namespace.
|