aspnet / BasicMiddleware

[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
169 stars 84 forks source link

Consume new CreateHttpContext test pattern #267

Closed Tratcher closed 6 years ago

Tratcher commented 6 years ago

Test updates only. This demonstrates the new TestServer capabilities from https://github.com/aspnet/Hosting/pull/1248.

jkotalik commented 6 years ago

This is pending on https://github.com/aspnet/Hosting/pull/1248 getting approved?

Tratcher commented 6 years ago

Yes, this is the proof of concept for aspnet/Hosting#1248

Tratcher commented 6 years ago

Rebased and removed the builder syntax.

Tratcher commented 6 years ago

The Hosting dependency has been merged and this is ready for a final review.

JunTaoLuo commented 6 years ago

Travis and appveyor won't pass for a while since it's a cross-repo change.