Skip to content
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

Merged
merged 11 commits into from
Feb 16, 2024

Commits on Oct 23, 2023

  1. 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]>
    WhitWaldo committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    506406f View commit details
    Browse the repository at this point in the history
  2. Updated method summary to better direct user towards one method or th…

    …e other (typed or not)
    
    Signed-off-by: Whit Waldo <[email protected]>
    WhitWaldo committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    213aa7f View commit details
    Browse the repository at this point in the history
  3. Added comments to the typed BulkStateItem to better reflect the deser…

    …ialized nature of the value.
    
    Signed-off-by: Whit Waldo <[email protected]>
    WhitWaldo committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ce6ce11 View commit details
    Browse the repository at this point in the history
  4. 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]>
    WhitWaldo committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2898481 View commit details
    Browse the repository at this point in the history
  5. Removed excessive space in comment.

    Signed-off-by: Whit Waldo <[email protected]>
    WhitWaldo committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ce00326 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    a22d4d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    9789742 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    abaf78b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Formatting: If we're separating parameters to separate lines, convent…

    …ion requires each have their own line.
    
    Signed-off-by: Whit Waldo <[email protected]>
    WhitWaldo committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    003c0ca View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    20d9634 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    fada655 View commit details
    Browse the repository at this point in the history