aspnet / StaticFiles

[Archived] Middleware for handling requests for file system resources including files and directories. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
114 stars 72 forks source link

Move RangeHelper to a shared sources package #182

Closed jbagga closed 7 years ago

jbagga commented 7 years ago

Move byte range helpers to a shared source package so MVC can use it

cc @pranavkm

dnfclas commented 7 years ago

@jbagga, Thanks for having already signed the Contribution License Agreement. Your agreement was validated by .NET Foundation. We will now review your pull request. Thanks, .NET Foundation Pull Request Bot

pranavkm commented 7 years ago

Missing this - https://github.com/aspnet/Routing/blob/dev/NuGetPackageVerifier.json#L2-L7

jbagga commented 7 years ago

Closing as this is now being addressed in https://github.com/aspnet/HttpAbstractions/pull/807

jbagga commented 7 years ago

See https://github.com/aspnet/StaticFiles/pull/185