Skip to content

Merge pull request #2 from teocomi/test #17

Merge pull request #2 from teocomi/test

Merge pull request #2 from teocomi/test #17

Triggered via push August 24, 2023 14:29
Status Success
Total duration 1m 24s
Artifacts

main.yml

on: push
publish-automate-function-version
1m 14s
publish-automate-function-version
Fit to window
Zoom out
Zoom in

Annotations

19 warnings
publish-automate-function-version
Non-nullable field 'ProjectId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish-automate-function-version
Non-nullable field 'ModelId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish-automate-function-version
Non-nullable field 'VersionId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish-automate-function-version
Non-nullable field 'SpeckleServerUrl' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish-automate-function-version
Possible null reference argument for parameter 'speckleProjectData' in 'Task<string> AutomateFunction.Run(SpeckleProjectData speckleProjectData, string speckleToken)'.
publish-automate-function-version
Field 'SpeckleProjectData.VersionId' is never assigned to, and will always have its default value null
publish-automate-function-version
Field 'SpeckleProjectData.ProjectId' is never assigned to, and will always have its default value null
publish-automate-function-version
Field 'SpeckleProjectData.SpeckleServerUrl' is never assigned to, and will always have its default value null
publish-automate-function-version
Field 'SpeckleProjectData.ModelId' is never assigned to, and will always have its default value null
publish-automate-function-version: Program.cs#L77
Non-nullable field 'ProjectId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish-automate-function-version: Program.cs#L78
Non-nullable field 'ModelId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish-automate-function-version: Program.cs#L79
Non-nullable field 'VersionId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish-automate-function-version: Program.cs#L80
Non-nullable field 'SpeckleServerUrl' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish-automate-function-version: Program.cs#L58
Possible null reference argument for parameter 'speckleProjectData' in 'Task<string> AutomateFunction.Run(SpeckleProjectData speckleProjectData, string speckleToken)'.
publish-automate-function-version: Program.cs#L80
Field 'SpeckleProjectData.SpeckleServerUrl' is never assigned to, and will always have its default value null
publish-automate-function-version: Program.cs#L77
Field 'SpeckleProjectData.ProjectId' is never assigned to, and will always have its default value null
publish-automate-function-version: Program.cs#L78
Field 'SpeckleProjectData.ModelId' is never assigned to, and will always have its default value null
publish-automate-function-version: Program.cs#L79
Field 'SpeckleProjectData.VersionId' is never assigned to, and will always have its default value null
publish-automate-function-version: Program.cs#L77
Non-nullable field 'ProjectId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.