-
Notifications
You must be signed in to change notification settings - Fork 493
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
addresses supporting byte[] in direct methods and making TwinProperties able to be directly converted to json #3340
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
iothub/device/src/DirectMethod/EdgeModuleDirectMethodRequest.cs
Outdated
Show resolved
Hide resolved
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'd like to be able to set the DirectMethodResponse payload as bytes
, in the ctor or with a property setter.
Right now the Payload only accepts object
public object Payload { get; set; } |
Make sure the serialized TwinProperties include the version
Add tests
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
iothub/device/src/DirectMethod/EdgeModuleDirectMethodRequest.cs
Outdated
Show resolved
Hide resolved
/azp run |
/azp run |
No commit pushedDate could be found for PR 3340 in repo Azure/azure-iot-sdk-csharp |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
No commit pushedDate could be found for PR 3340 in repo Azure/azure-iot-sdk-csharp |
/azp run |
No commit pushedDate could be found for PR 3340 in repo Azure/azure-iot-sdk-csharp |
/azp run |
No commit pushedDate could be found for PR 3340 in repo Azure/azure-iot-sdk-csharp |
/azp run |
No commit pushedDate could be found for PR 3340 in repo Azure/azure-iot-sdk-csharp |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
No commit pushedDate could be found for PR 3340 in repo Azure/azure-iot-sdk-csharp |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
addresses supporting byte[] in direct methods and making
TwinProperties
able to be directly converted to jsonAPI surface diff: