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
I would expect that Id will be generated by server. but it is inserted.
Further technical details
EF Core version: 2.1.4
Database Provider: (Microsoft.EntityFrameworkCore.SqlServer)
Operating system: Windows 10 Pro
IDE: (e.g. Visual Studio 2017 15.8.7)
The text was updated successfully, but these errors were encountered:
Describe what is not working as expected.
Steps to reproduce
I have following model
I've even added manually:
The query generated by EF is:
I would expect that Id will be generated by server. but it is inserted.
Further technical details
EF Core version: 2.1.4
Database Provider: (Microsoft.EntityFrameworkCore.SqlServer)
Operating system: Windows 10 Pro
IDE: (e.g. Visual Studio 2017 15.8.7)
The text was updated successfully, but these errors were encountered: