ModeledResponse.Model.Id
is inconsistent with ModeledResponse.Content.Id
#102
Labels
bug
Something isn't working
Bug report
I have the following data model for a repro:
note that I did set
[PrimaryKey("id", true)]
because I need to handle Ids locally in a database. When I run the command to insert a new Movie object the Id is set correctly.After the command to retrieve the movie the Id has a different value eventhough the content json has the correct one
Describe the bug
ModeledResponse.Model.Id
is different than the Id inModeledResponse.Content.Id
To Reproduce
Here is a very simple repro which demonstrates the behavior in a Console App:
ConsoleApp1.zip
Expected behavior
Ids should be consistent
Screenshots
The text was updated successfully, but these errors were encountered: