dapr / dotnet-sdk

Dapr SDK for .NET
Apache License 2.0
1.12k stars 340 forks source link

Missing ability to pass datacontenttype in StateTransactionRequest #1186

Open GaTechThomas opened 1 year ago

GaTechThomas commented 1 year ago

Expected Behavior

`datacontenttype' value in StateTransactionRequest is settable via the dotnet SDK.

Actual Behavior

datacontenttype is fixed as text/plain.

Steps to Reproduce the Problem

Use the transactions API to save state. Note that the stored datacontenttype is always text/plain.

More details in the following discord conversation if needed: https://discord.com/channels/778680217417809931/1139183104074985583/1173491172489044088

Release Note

RELEASE NOTE: