feat: Codecleanup for Artifactory uploader#381
Merged
MalavikaKrishnan100 merged 20 commits intofeature/ChocoPackages_Discoveryfrom Feb 4, 2026
Merged
feat: Codecleanup for Artifactory uploader#381MalavikaKrishnan100 merged 20 commits intofeature/ChocoPackages_Discoveryfrom
MalavikaKrishnan100 merged 20 commits intofeature/ChocoPackages_Discoveryfrom
Conversation
…protected/private, sync/async). The summary should briefly describe the purpose inferred from the method name. Include <param> tags for each parameter and <returns> when applicable. For async methods returning Task/Task<T>, use “Asynchronously …”. Example format: /// <summary> /// {Brief purpose} /// </summary> /// <param name="paramName">Description.</param> /// <returns>{Description or "void"}.</returns>
2. Insert regions (create only if missing) with proper #endregion:
• #region Fields
• #region Properties
• #region Constructors
• #region Methods
• #region Events
3. Preserve existing headers, license comments, and using directive order. Skip interface types for regions.
Collaborator
|
Collaborator
Collaborator
Author
…ryuploadercleanup
Collaborator
crvreddy
reviewed
Jan 27, 2026
Collaborator
…om/siemens/continuous-clearing into feature/Artifactoryuploadercleanup
…ryuploadercleanup
crvreddy
reviewed
Feb 4, 2026
sumanthkb44
approved these changes
Feb 4, 2026
6e1bf51
into
feature/ChocoPackages_Discovery
10 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




code cleanup for the artifactory uploader
added the api xml documentation
removed the unwanted lines