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

Target .NET Standard 2.0 #234

Closed ajaybhargavb closed 7 years ago

JunTaoLuo commented 7 years ago

@ajaybhargavb you missed something 😄

pranavkm commented 7 years ago

:shipit: when build passes.

pranavkm commented 7 years ago

Tests still failing on Windows

JunTaoLuo commented 7 years ago

I just revered the change from the previous migration but it looks like there is something different between 46 and 461. I can take a look at it when I get home tonight.

JunTaoLuo commented 7 years ago

Looks like ResponseCompression middleware needs to be cross-compiled since gzip stream is not flushable on .NET Framework.

cc @Eilon @DamianEdwards

pranavkm commented 7 years ago

🐑 :it:

ajaybhargavb commented 7 years ago

Thanks @JunTaoLuo