Azure / Azure/azure-functions-host
Long collection doesn't work serialize properly
Open
area: out-of-proc
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
We've introduced data collections [in rpc here](https://github.com/Azure/azure-functions-host/wiki/Out-of-Proc-Worker-Capabilities#typeddatacollection) for out of proc for things like `byte[][]` and `string[]`. There's a type for `long[]` and `double[]` too, but they aren't used it seems.
In .NET isolated process model, we see that double[] gets treated as a string list "[123.123123]" and deserializes ok, but long[] fails.
Contributor guide
Assessment
This issue has not been assessed yet.