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

Improvements and fixes #108

Merged
merged 6 commits into from
Jun 5, 2021
Merged

Improvements and fixes #108

merged 6 commits into from
Jun 5, 2021

Commits on Jun 5, 2021

  1. Fix DateTime processing

    - Can handle 0001-01-01T00:00:00Z as the "null" value for DateTime.
    - Can handle wrong encoded data from Azure Twins.
    josesimoes committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    a6108bc View commit details
    Browse the repository at this point in the history
  2. Add workaround for Azure Twins properties starting with $

    - Tries to find a property whose name starts with a _ instead.
    - Update Unit Tests to cover these.
    - Add new test classes to cover this.
    josesimoes committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    f51f5e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4549a12 View commit details
    Browse the repository at this point in the history
  4. Add new Unit Test

    josesimoes committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    a63e15f View commit details
    Browse the repository at this point in the history
  5. Remove null check

    josesimoes committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    fc7ac2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3fcc0a View commit details
    Browse the repository at this point in the history