aspnetcore/src/MusicStore
Ryan Nowak 658b37d2bd
Make UseEndpoints a thing (#8765)
* Make endpoint middleware explicit

This change makes the endpoint middleware explicit again, and updates
all of the templates.

The other change here is make UseEndpoints be the place where you
register endpoints. This is vital because it puts your code visually at
the point of the pipeline where it executes.

Lastly, I removed support for UseMvc with endpoint routing. This is
causing issues for some security features, and we're moving in the
direction of trying to make the middleware heavy implementation required
in 3.0. There are some issues we won't be able to fix in MVC if we can't
unambiguously know if UseMvc was used or the middleware.
2019-03-28 15:41:11 -07:00
..
samples/MusicStore Make UseEndpoints a thing (#8765) 2019-03-28 15:41:11 -07:00
test Revert "Publish MusicStore as part of build (#8578)" (#8655) 2019-03-19 11:03:48 -07:00
tools
Directory.Build.props
MusicStore.sln Revert "Publish MusicStore as part of build (#8578)" (#8655) 2019-03-19 11:03:48 -07:00
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.