03-Deployment-Function #2
Annotations
10 warnings
src/github-dashboard.function/ViewModels/GitHubWorkflow.cs#L314
Non-nullable property 'path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/github-dashboard.function/ViewModels/GitHubWorkflow.cs#L315
Non-nullable property 'sha' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/github-dashboard.function/ViewModels/GitHubWorkflow.cs#L316
Non-nullable property 'ref' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/github-dashboard.function/BlobTriggerIssue.cs#L36
Converting null literal or possible null value to non-nullable type.
|
src/github-dashboard.function/BlobTriggerWorkflowRun.cs#L35
Converting null literal or possible null value to non-nullable type.
|
src/github-dashboard.function/BlobTriggerIssue.cs#L54
Dereference of a possibly null reference.
|
src/github-dashboard.function/BlobTriggerWorkflowRun.cs#L38
Dereference of a possibly null reference.
|
src/github-dashboard.function/BlobTriggerWorkflowRun.cs#L57
Dereference of a possibly null reference.
|
src/github-dashboard.function/BlobTriggerWorkflowRun.cs#L58
Dereference of a possibly null reference.
|
src/github-dashboard.function/BlobTriggerWorkflowJob.cs#L38
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading