Harder pipeline rewire monitoring and error handling #5706
Annotations
1 error and 2 warnings
|
dotnet format
Process completed with exit code 1.
|
|
dotnet format:
src/Octoshift/Services/AdoPipelineTriggerService.cs#L67
In externally visible method 'Task<bool> AdoPipelineTriggerService.RewirePipelineToGitHub(string adoOrg, string teamProject, int pipelineId, string defaultBranch, string clean, string checkoutSubmodules, string githubOrg, string githubRepo, string connectedServiceId, JToken originalTriggers = null, string targetApiUrl = null)', validate parameter 'adoOrg' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'.
|
|
dotnet format:
src/Octoshift/Services/AdoPipelineTriggerService.cs#L67
In externally visible method 'Task<bool> AdoPipelineTriggerService.RewirePipelineToGitHub(string adoOrg, string teamProject, int pipelineId, string defaultBranch, string clean, string checkoutSubmodules, string githubOrg, string githubRepo, string connectedServiceId, JToken originalTriggers = null, string targetApiUrl = null)', validate parameter 'teamProject' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'.
|
Loading