aspnetcore/src/MusicStore
Arthur Vickers 840c226e28 Fix MusicStore tests
Fixes #12097

The issue here is that the tests were incorrectly creating multiple instances of the same entity. This was being masked by a bug in EF which has just been fixed. The fix here is to not try to track multiple instances with the same ID.
2019-07-12 10:30:31 -07:00
..
samples/MusicStore Fix MusicStore tests 2019-07-12 10:30:31 -07:00
test Fix MusicStore tests 2019-07-12 10:30:31 -07:00
tools
Directory.Build.props
MusicStore.sln
NuGetPackageVerifier.json
README.md
build.cmd
startvs.cmd

README.md

MusicStore (test application)

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

This is a test application used for ASP.NET Core internal test processes. It is not intended to be a representative sample of how to use ASP.NET Core.

Samples and docs for ASP.NET Core can be found here: https://docs.asp.net.