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

Port to EF Core 6.0 #57

Closed
wants to merge 2 commits into from
Closed

Port to EF Core 6.0 #57

wants to merge 2 commits into from

Conversation

roji
Copy link
Member

@roji roji commented Nov 19, 2021

No description provided.

@roji
Copy link
Member Author

roji commented Nov 19, 2021

Thanks for the review @smitpatel, will give it a couple more days in case @AndriySvyryd has something to say.

@@ -31,12 +38,13 @@ public virtual void ProcessModelFinalizing(IConventionModelBuilder modelBuilder,

foreach (var property in entityType.GetDeclaredProperties())
{
var typeMapping = property.FindTypeMapping();
// TODO
var typeMapping = _typeMappingSource.FindMapping((IProperty)property);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

@roji
Copy link
Member Author

roji commented Nov 21, 2021

Merged via 716ccbf

@roji roji closed this Nov 21, 2021
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.

3 participants