Marco Hamann

Results 9 comments of Marco Hamann

Any news on this ? I guess an arm image should be quiet common these days.

@PascalSenn is it worth fixing the unit tests or is that as designed?

I changed the code to use try parse mechanism. If that solution is generally ok with you, I will fix the rest of the unittests. Basically update the snapshots.

I ran into the same issue. I already start to dig into the problem and created a unittest which reproduces the problem. It seems that the ids are deserialized two...

I created a branch which reproduces the problem https://github.com/ChilliCream/graphql-platform/tree/mha/7110-id-filter-bug. The problem seems to be that Member type is null in RelayIdFilterFieldExtensions. That's why a wrong Id serializer is created. So...

@michaelstaib I am sorry. I don't find the correct spot. Maybe the unittest and the text above helps you to find the bug. Give me a ping if there is...

I created a pr. It fixes the issue but it feels a bit hacky. I did not find a better solution. But I now understand the problem. before we tried...

@jbenettius I had the same error message. I was able to fix it by registering the serializer with usage of url safe base64 encoding ```sharp .AddDefaultNodeIdSerializer(useUrlSafeBase64: true) .AddGlobalObjectIdentification() ```

As soon as I know how to fix it properly I will fix the code to apply to all unit tests