aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Use the runtime store in MusicStore at the end of the build chain #757

Closed pranavkm closed 7 years ago

pranavkm commented 7 years ago

Would be important to verify scenarios like (https://github.com/aspnet/Mvc/issues/5690) work E2E when Mvc is referenced via a metapackage.

Eilon commented 7 years ago

@pranavkm I assume you mean Microsoft.AspNetCore.All? https://dotnet.myget.org/feed/aspnetcore-dev/package/nuget/Microsoft.AspNetCore.All

kichalla commented 7 years ago

We now have tests in CI using the runtime store.