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

Use correct value comparer for FKs in compiled model. #28950

Merged
merged 2 commits into from
Sep 1, 2022

Conversation

AndriySvyryd
Copy link
Member

Fixes #28108

@AndriySvyryd AndriySvyryd requested a review from a team September 1, 2022 03:45
@@ -5,8 +5,8 @@ namespace Microsoft.EntityFrameworkCore.TestUtilities;

public static class DatabaseFacadeExtensions
{
public static bool EnsureCreatedResiliently(this DatabaseFacade facade)
=> facade.CreateExecutionStrategy().Execute(facade, f => f.EnsureCreated());
public static bool EnsureCreatedResiliently(this DatabaseFacade façade)
Copy link
Member

Choose a reason for hiding this comment

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

Unicode FTW! Just don't edit in anything too old-school!

Copy link
Member

Choose a reason for hiding this comment

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

If @AndriySvyryd can do façade, I demand to use Hebrew variable names.

@AndriySvyryd
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@AndriySvyryd AndriySvyryd merged commit 5d86648 into release/7.0 Sep 1, 2022
@AndriySvyryd AndriySvyryd deleted the Issue28108 branch September 1, 2022 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants