Fix bug where project files were being ignored as a trigger (#247) #205
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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:
actions/sequester/Quest2GitHub/Options/EnvironmentVariableReader.cs#L41
Possible null reference return.
|
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.
|