-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dotnet-client] Add dist lock examples #1095
Conversation
Signed-off-by: Hannah Hunter <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1095 +/- ##
=======================================
Coverage 67.49% 67.49%
=======================================
Files 170 170
Lines 5652 5652
Branches 600 600
=======================================
Hits 3815 3815
Misses 1697 1697
Partials 140 140
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some nitpicks.
string DAPR_LOCK_NAME = "lockstore"; | ||
string fileName = "my_file_name"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be consistent in our variable naming scheme.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@halspang let me know if I addressed this right
string DAPR_LOCK_NAME = "lockstore"; | ||
var client = new DaprClientBuilder().Build(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same.
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
* add dist lock to dotnet client doc Signed-off-by: Hannah Hunter <[email protected]> * attempt at naming scheme 1 Signed-off-by: Hannah Hunter <[email protected]> * yikes put it back Signed-off-by: Hannah Hunter <[email protected]> * attempt 2 Signed-off-by: Hannah Hunter <[email protected]> * attempt 3 Signed-off-by: Hannah Hunter <[email protected]> --------- Signed-off-by: Hannah Hunter <[email protected]> Signed-off-by: Erik O'Leary <[email protected]>
Description
Add missing dist lock examples to the dotnet client doc
Issue reference
PR will help close: dapr/docs#2770
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: