attempting to publish-pkg nuget-pack workflow #35
Annotations
2 errors and 13 warnings
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
samples/SharedDemo/Demos/BotAnswerNode.cs#L8
Cannot convert null literal to non-nullable reference type.
|
samples/SharedDemo/Demos/CustomGroup/CustomGroupModel.cs#L13
'CustomGroupModel.Title' hides inherited member 'NodeModel.Title'. Use the new keyword if hiding was intended.
|
samples/SharedDemo/Demos/CustomLink/ThickLink.cs#L7
Cannot convert null literal to non-nullable reference type.
|
samples/SharedDemo/Demos/Nodes/PortlessLinks.razor.cs#L69
Cannot convert null literal to non-nullable reference type.
|
samples/SharedDemo/Demos/Algorithms/ReconnectLinksToClosestPorts.razor.cs#L20
Possible null reference argument for parameter 'sourcePort' in 'LinkModel.LinkModel(PortModel sourcePort, PortModel targetPort)'.
|
samples/SharedDemo/Demos/Algorithms/ReconnectLinksToClosestPorts.razor.cs#L20
Possible null reference argument for parameter 'targetPort' in 'LinkModel.LinkModel(PortModel sourcePort, PortModel targetPort)'.
|
samples/SharedDemo/Demos/Algorithms/ReconnectLinksToClosestPorts.razor.cs#L21
Possible null reference argument for parameter 'sourcePort' in 'LinkModel.LinkModel(PortModel sourcePort, PortModel targetPort)'.
|
samples/SharedDemo/Demos/Algorithms/ReconnectLinksToClosestPorts.razor.cs#L21
Possible null reference argument for parameter 'targetPort' in 'LinkModel.LinkModel(PortModel sourcePort, PortModel targetPort)'.
|
samples/SharedDemo/Demos/BotAnswerNode.cs#L8
Non-nullable property 'Answer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
samples/SharedDemo/Demos/CustomGroup/CustomGroupWidget.razor#L12
Non-nullable property 'Group' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
This job failed
Loading