ErikEJ / EntityFramework6PowerTools

This is the codebase for Entity Framework 6 Power Tools Community Edition, and modern EF 6 providers for SQL Server and SQL Server Compact
Other
183 stars 27 forks source link

Ignore HasSequence in generation #80

Closed alvpaz closed 3 years ago

alvpaz commented 3 years ago

I would like to ignore modelBuilder.HasSequence

image

ErikEJ commented 3 years ago

Why is that important in generated code?

alvpaz commented 3 years ago

That's not the sequence, it changes as new records are added, so I don't need to have this information.

ErikEJ commented 3 years ago

Is this EF6?

Also, can you provide more details??

ErikEJ commented 3 years ago

Closing as the requested details were never provided