0.4.3 #92
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v2, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Build:
src/runtime/Synapse.Runtime.Kubernetes/Services/KubernetesProcess.cs#L71
Field 'KubernetesProcess._ExitCode' is never assigned to, and will always have its default value
|
Build
'WorkflowEditor.Dispatcher' hides inherited member 'StatefulComponent<WorkflowEditorState>.Dispatcher'. Use the new keyword if hiding was intended.
|
Build:
src/dashboard/Synapse.Dashboard/Features/Shared/Accordion/Accordion.razor#L42
Nullability of reference types in return type of 'RenderFragment? Accordion.Header.get' doesn't match implicitly implemented member 'RenderFragment IAccordionModel.Header.get' (possibly because of nullability attributes).
|
Build:
src/dashboard/Synapse.Dashboard/Features/Shared/Accordion/Accordion.razor#L47
Nullability of reference types in return type of 'RenderFragment? Accordion.Body.get' doesn't match implicitly implemented member 'RenderFragment IAccordionModel.Body.get' (possibly because of nullability attributes).
|
Build
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Build:
src/dashboard/Synapse.Dashboard/Extensions/IQueryableExtensions.cs#L43
Converting null literal or possible null value to non-nullable type.
|
Build:
src/dashboard/Synapse.Dashboard/Extensions/IQueryableExtensions.cs#L43
Possible null reference return.
|
Build:
src/dashboard/Synapse.Dashboard/Extensions/IQueryableExtensions.cs#L51
Converting null literal or possible null value to non-nullable type.
|
Build:
src/dashboard/Synapse.Dashboard/Extensions/IQueryableExtensions.cs#L51
Possible null reference return.
|
Loading