| Issue 3: | Lab RepositoryTest with DbContext | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Install package Entity Framework 4.1 from nuget 2. Creating ASP MVC 3 proyect 3. Run Lab RepositoryTest With EF 4.1 and using the "UseMyDbContextTest" testing project, I get to extract data but not the data model relationships. The database is created ok, fine mapping. I tried using the "MyDbContext", also creating my own, launching the repositorioTest, or mine and nothing. Any ideas? |