Skip to content

nickspiers/efcore-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

efcore-issue

  1. Clone repository
  2. Restore and build
  3. Run migrations, which should add a WebApplication2_db database to your localdb instance
  • This database has 3 tables: Foo, Man and Chu.
  • Foo 1:1 Man 1:1 Chu, both optional.
  • Only Foo contains a row.
  1. Run and it should start by requesting api/Foos?$expand=man($expand=chu).
  2. The response is an unfinished JSON object.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages