* 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. |
||
|---|---|---|
| .. | ||
| samples/MusicStore | ||
| test | ||
| 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.