Skip to content

Sample ASP.NET Core and EF Core project for Entity Framework issue 5481

Notifications You must be signed in to change notification settings

iberodev/EntityFramework5481

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EntityFramework5481

This is a Sample project created with ASP.NET Core RC2 and EF Core RC2 to show the issue with [the deadlock problem] (dotnet/efcore#5481)

Instructions to reproduce

  • Clone this repository
git clone https://github.com/iberodev/EntityFramework5481.git
  • Restore all the dependencies
cd EntityFramework5481
dotnet restore
  • Create the MSSQLLocalDB database by updating the database
dotnet ef database update
  • Run the application
  • Trigger the sample by sending a GET request to:
GET localhost: http://localhost:57092/api/people

The sample will show the deadlock when trying to perform a Count Async on a query that has null sub-entities

About

Sample ASP.NET Core and EF Core project for Entity Framework issue 5481

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published