-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Issues with MapField type #10
Comments
After further testing, I have discovered this only throws this error when combining the map with the |
It appears the reason for Since there is no mapping, the
That said, this does not fix the fact the fields come back as an PS - sorry for all the updates on this ticket as I investigate! |
Just wondering, but shouldn't the request be: {
"equipment": {
"name": "test equipment",
"fields": [
{
"values": {
"hull_color": "white"
}
},
{
"values": {
"beam": "29"
}
}
]
}
} ( |
It's been a few weeks since I looked at this, I'll take another look to sanity check... |
hm, thanks for this test... I still don't understand why KeyValuePair is involved... but definitely looks like map is not handled correctly. |
Following the documentation here, I added support for the MapField type on a gPRC endpoint.
Using the Dynamic GRPC Nuget package, the MapField type is not supported. I assume the CLI has the same limitation due to the code being used is the same / very close to the same:
Source
Example
Expected
The client should send the request.
Actual
The below error is thrown:
Example Request
The text was updated successfully, but these errors were encountered: