Skip to content

Fix bug where project files were being ignored as a trigger (#247) #205

Fix bug where project files were being ignored as a trigger (#247)

Fix bug where project files were being ignored as a trigger (#247) #205

Triggered via push July 18, 2023 21:13
Status Success
Total duration 2m 0s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: actions/sequester/Quest2GitHub/QuestGitHubService.cs#L102
Possible null reference argument for parameter 'currentIteration' in 'Task<QuestWorkItem?> QuestGitHubService.UpdateWorkItem(QuestWorkItem questItem, GithubIssue ghIssue, QuestIteration currentIteration, IEnumerable<QuestIteration> allIterations)'.
build: actions/sequester/Quest2GitHub/QuestGitHubService.cs#L106
Possible null reference argument for parameter 'currentIteration' in 'Task<QuestWorkItem?> QuestGitHubService.LinkIssue(string organization, string repo, GithubIssue ghIssue, QuestIteration currentIteration, IEnumerable<QuestIteration> allIterations)'.
build: actions/sequester/Quest2GitHub/QuestGitHubService.cs#L160
Possible null reference argument for parameter 'currentIteration' in 'Task<QuestWorkItem?> QuestGitHubService.LinkIssue(string organization, string repo, GithubIssue ghIssue, QuestIteration currentIteration, IEnumerable<QuestIteration> allIterations)'.
build: actions/sequester/Quest2GitHub/QuestGitHubService.cs#L166
Possible null reference argument for parameter 'currentIteration' in 'Task<QuestWorkItem?> QuestGitHubService.UpdateWorkItem(QuestWorkItem questItem, GithubIssue ghIssue, QuestIteration currentIteration, IEnumerable<QuestIteration> allIterations)'.
build: actions/sequester/Quest2GitHub/QuestGitHubService.cs#L177
Possible null reference argument for parameter 'currentIteration' in 'Task<QuestWorkItem?> QuestGitHubService.UpdateWorkItem(QuestWorkItem questItem, GithubIssue ghIssue, QuestIteration currentIteration, IEnumerable<QuestIteration> allIterations)'.
build: actions/sequester/Quest2GitHub/Models/QuestWorkItem.cs#L276
The variable 'ex' is declared but never used
build: RepoMan/Actions/Variables.cs#L17
Non-nullable field '_value' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: RepoMan/Actions/Variables.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: RepoMan/GithubCommand.cs#L55
Possible null reference return.