Azure / Azure/azure-functions-host

Long collection doesn't work serialize properly

Open
#7,209 0 comments 0 reactions 1 assignee Claimed by @soninaren View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.