You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Skyline.DataMiner.CICD.Tools.GitHubToCatalogYaml/CatalogManager.cs
+11-4
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,15 @@ public CatalogManager(IFileSystem fs, ILogger logger, IGitHubService service, st
33
33
this.service=service;
34
34
this.workspace=workspace;
35
35
}
36
-
37
36
/// <summary>
38
37
/// Processes the catalog YAML file for the specified GitHub repository. It checks and updates various fields such as ID, description, tags, title, and type.
39
38
/// If no catalog file is found, it attempts to create one from the manifest file.
40
39
/// </summary>
41
40
/// <param name="repoName">The name of the GitHub repository to process.</param>
42
-
/// <exception cref="ArgumentNullException">Thrown when <paramref name="repoName"/> is null or empty.</exception>
41
+
/// <param name="catalogIdentifier">The catalog identifier to be used in processing the catalog YAML file.</param>
42
+
/// <exception cref="ArgumentNullException">Thrown when <paramref name="repoName"/> or <paramref name="catalogIdentifier"/> is null or empty.</exception>
43
43
/// <returns>A task that represents the asynchronous operation.</returns>
0 commit comments