-
Notifications
You must be signed in to change notification settings - Fork 36
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
Incorrect serialization of activity parameters in version 1.1.0 #245
Comments
I am facing the same issue with 1.1.0, passing in a The only things different for my environment are:
|
This is a regression from a different fix for types that serialized to/from a simple string. Will need to investigate why it is not unwrapping the quotes from the JSON payload. |
glad I found this issue, facing the same problem
|
Resolved by Azure/azure-functions-durable-extension#2708 |
Currently, I am using Microsoft.Azure.Functions.Worker.Extensions.DurableTask 1.1.0, so I wanted to ask in which version this issue would be resolved? |
It will be resolved in the next release - |
In version 1.1.0, Activity input serialization may be incorrect.
String type input is enclosed in double-quoted.
Environment
Code for repro
Output in 1.0.4:
Version number 1.0.4.0 is not quoted.
Output in 1.1.0:
Version number 1.1.0.0 is double-quoted.
The text was updated successfully, but these errors were encountered: