-
Notifications
You must be signed in to change notification settings - Fork 335
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
Add overload to deserialize GetBulkStateAsync item values #1173
Commits on Oct 23, 2023
-
Adds overload to BulkStateItem and GetBulkStateAsync to perform SDK-b…
…ased deserialization of returned values instead of strictly returning serialized strings. Signed-off-by: Whit Waldo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 506406f - Browse repository at this point
Copy the full SHA 506406fView commit details -
Updated method summary to better direct user towards one method or th…
…e other (typed or not) Signed-off-by: Whit Waldo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 213aa7f - Browse repository at this point
Copy the full SHA 213aa7fView commit details -
Added comments to the typed BulkStateItem to better reflect the deser…
…ialized nature of the value. Signed-off-by: Whit Waldo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce6ce11 - Browse repository at this point
Copy the full SHA ce6ce11View commit details -
Refactored GetBulkStateAsync method to a shared private method so bot…
…h the non-generic and generic public methods can deserialize the data once as necessary. Signed-off-by: Whit Waldo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2898481 - Browse repository at this point
Copy the full SHA 2898481View commit details -
Removed excessive space in comment.
Signed-off-by: Whit Waldo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce00326 - Browse repository at this point
Copy the full SHA ce00326View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a22d4d6 - Browse repository at this point
Copy the full SHA a22d4d6View commit details
Commits on Jan 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9789742 - Browse repository at this point
Copy the full SHA 9789742View commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for abaf78b - Browse repository at this point
Copy the full SHA abaf78bView commit details
Commits on Jan 10, 2024
-
Formatting: If we're separating parameters to separate lines, convent…
…ion requires each have their own line. Signed-off-by: Whit Waldo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 003c0ca - Browse repository at this point
Copy the full SHA 003c0caView commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20d9634 - Browse repository at this point
Copy the full SHA 20d9634View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fada655 - Browse repository at this point
Copy the full SHA fada655View commit details