Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Creation of manual Identity Columns #79

Closed
dermaier089 opened this issue Jun 6, 2019 · 2 comments
Closed

Creation of manual Identity Columns #79

dermaier089 opened this issue Jun 6, 2019 · 2 comments
Labels
bug Confirmed bug released Issue is resolved in a current release

Comments

@dermaier089
Copy link

whatever set in the designer on an identity property, the generated code in

OnModelCreating ->

always sets the DatabaseGeneratedOption to Identity

.HasDatabaseGeneratedOption(DatabaseGeneratedOption.Identity);

@msawczyn msawczyn added the bug Confirmed bug label Jun 7, 2019
@msawczyn
Copy link
Owner

msawczyn commented Jul 5, 2019

Fixed in 1.3.0.4

@msawczyn msawczyn added pending release Issue is resolved in the current codebase, will be published with the next release released Issue is resolved in a current release and removed pending release Issue is resolved in the current codebase, will be published with the next release labels Jul 5, 2019
@msawczyn
Copy link
Owner

Closing since fix was released.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Confirmed bug released Issue is resolved in a current release
Projects
None yet
Development

No branches or pull requests

2 participants