You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obfuscated IDs cannot be used with an atomic:operations request, because the deserializer attempts to convert the incoming id JSON element value to TId, bypassing any custom obfuscation logic. Instead, it should assign IIdentifiable.StringId, without performing this validation upfront.
Obfuscated IDs cannot be used with an atomic:operations request, because the deserializer attempts to convert the incoming
id
JSON element value toTId
, bypassing any custom obfuscation logic. Instead, it should assignIIdentifiable.StringId
, without performing this validation upfront.See usages of:
JsonApiDotNetCore/src/JsonApiDotNetCore/Serialization/RequestDeserializer.cs
Lines 266 to 279 in 4754049
The text was updated successfully, but these errors were encountered: