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
Added database default values to properties (see #15)
Extension now obeys Visual Studio theme colors (see #9)
Added Persistent property to ModelClass to generate [NotMapped] when false. (see #17)
Entity constructors with required navigation properties are now generated with either the required navigation target or its foreign key property, if available (see #21)
Fixed other Entity Framework assembly imports that broke with VS2022 moving to 64-bit (see #14)
Fixed problem with generated Timestamp concurrency check (see #20)