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
The Apply method ignores the Options.PropertyNameCaseInsensitive setting to find the target.
At the moment the PocoAdapter.FindPropertyByName method uses the PropertyNamingPolicy to find the property. But this setting is used to Write json.
For example my model have a property "SomeData" and the path in the operation is "somedata".
The property can not be found.
My guess is that we should adjust the logic in PropertyProxyCache.FindPropertyInfo to respect the PropertyNameCaseInsensitive setting.
The text was updated successfully, but these errors were encountered:
The
Apply
method ignores the Options.PropertyNameCaseInsensitive setting to find the target.At the moment the
PocoAdapter.FindPropertyByName
method uses the PropertyNamingPolicy to find the property. But this setting is used to Write json.For example my model have a property "SomeData" and the path in the operation is "somedata".
The property can not be found.
My guess is that we should adjust the logic in
PropertyProxyCache.FindPropertyInfo
to respect the PropertyNameCaseInsensitive setting.The text was updated successfully, but these errors were encountered: