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

Add IEntityType versions for Entity Type Name and Entity File Name transformers #233

Conversation

CDMayberry
Copy link

Adds functionality to use IEntityType in the entity type name and entity file name transformers. No breaking changes I'm aware of, I forgot default interface methods existed which resolved my biggest roadblock with changing the interface.

Closes #232.

CDMayberry and others added 6 commits September 27, 2023 16:03
* Added new method to interface for IEntityType for Entity and File name transforms and updated Transformation Service classes.
* New interface has default implementation to call string-only method for reverse compatibility
* Added alternate extension for Transformer2
* Added Unit Test for Transformer2 mappings
Deleted unintentional extension call from test.
Removing TODOs
@tonysneed
Copy link
Contributor

Have since upgraded to .NET 8. Going to close this for now. But feel free to create a new PR based on v8.

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.

[Feature] Change EntityTypeName and EntityFileName transformer to be able to use IEntityType
2 participants