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

Implement explicit loading APIs for navigation properties #6131

Merged
merged 1 commit into from
Jul 21, 2016

Conversation

ajcvickers
Copy link
Member

Modeled closely on the EF6 APIs

Issue #625

@rowanmiller Can you look at the API and doc comments?

namespace Microsoft.EntityFrameworkCore.Specification.Tests
{
public abstract class LoadTestBase<TFixture> : IClassFixture<TFixture>, IDisposable
where TFixture : LoadTestBase<TFixture>.LoadFixtureBase, new()
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like a nice test model. Would be great if the model/fixture was split out to be re-usable.

@anpete
Copy link
Contributor

anpete commented Jul 21, 2016

:shipit:

@ajcvickers ajcvickers merged commit 532142a into dev Jul 21, 2016
@smitpatel smitpatel deleted the GimmeLoaf0719 branch August 4, 2016 00:05
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