Skip to content

Cleaned up terminology to align with the docs and C++ sample#46

Merged
mikebattista merged 1 commit intomasterfrom
csupdate
Apr 28, 2025
Merged

Cleaned up terminology to align with the docs and C++ sample#46
mikebattista merged 1 commit intomasterfrom
csupdate

Conversation

@mikebattista
Copy link
Contributor

No description provided.

@mikebattista mikebattista merged commit bec8689 into master Apr 28, 2025
1 check passed
@mikebattista mikebattista deleted the csupdate branch April 28, 2025 16:19
Copy link
Contributor

@ptorr-msft ptorr-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm I wonder if the rest of the sample can be cleaned up also (not your immediate problem though).

@@ -169,7 +169,7 @@ private static bool registerSparsePackage(string externalLocation, string sparse

deploymentOperation.Completed = (depProgress, status) => { opCompletedEvent.Set(); };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh I can't comment on non-changed lines but the way the async is done is bad (have a ManualResetEvent bla bla) - Can you switch to just await? Line 166 and others following it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right this is how the package registration code was before I updated it. The initial priority is that code as it's what customers will copy.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style updates are part of #47.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants