From e8ff57d8b119c84a8aa02c7b5e03588b892e0f74 Mon Sep 17 00:00:00 2001 From: Michael McCallum <58346142+mwmccallum@users.noreply.github.com> Date: Sat, 27 Jan 2024 08:57:03 -0500 Subject: [PATCH] Added Enum features for default in DBContext and Class generation. (#243) * #240 Moved IsManyToManyJoinEntityType extension class. Use IsManyToManyJoinEntityType to prevent InverseProperty and ForeignKey Annotations from being generated in Virtual Tables. * Added functionality for Enum Defaults and Enums in ManyToMany virtual tables. #242