Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved IsManyToManyJoinEntityType extension class #241

Merged
merged 4 commits into from Jan 27, 2024

Conversation

mwmccallum
Copy link
Contributor

Moved IsManyToManyJoinEntityType extension class. Use IsManyToManyJoinEntityType to prevent InverseProperty and ForeignKey Annotations from being generated in Virtual Tables.

Closes #240

Moved IsManyToManyJoinEntityType extension class. Use IsManyToManyJoinEntityType to prevent InverseProperty and ForeignKey Annotations from being generated in Virtual Tables.
@tonysneed
Copy link
Contributor

Hi Mike, Thanks for this. Are you able to create tests for the added functionality?

@tonysneed tonysneed merged commit 904ebe7 into TrackableEntities:master Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Skip InverseProperty and ForeignKey Annotations generation with Virtualized Many To Many Table.
2 participants