aspnet / Routing

[Archived] Middleware for routing requests to application logic. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
272 stars 122 forks source link

Split samples website into sandbox and function websites #857

Closed JamesNK closed 6 years ago

JamesNK commented 6 years ago

Split samples website into sandbox and function websites.

Discussion: I found developing the host matcher policy without unit tests in samples a real pain. What do you think of a test project for sandbox? Alternatively dev for things like it could be something that happens in the AspLabs repo, but that would entail a new solution, web site, etc.

rynowak commented 6 years ago

What do you think of a test project for sandbox?

I think its fine as long as we're willing to throw stuff away when it's no longer relevant.