Go to file
Simon Cropp df1f72d3d2 make StaticFileResponseContext constructable (#250)
* make StaticFileResponseContext constructible so people can instantiate it for testing purposes
2018-09-27 20:32:58 -07:00
.github
.vsts-pipelines/builds [automated] Change default branch to master 2018-07-02 12:40:38 -07:00
build Update dependencies.props 2018-09-23 12:31:11 -07:00
samples/StaticFileSample
shared/Microsoft.AspNetCore.RangeHelper.Sources Removed temporary method from RangeHelper (#230) 2018-01-09 10:37:54 -08:00
src make StaticFileResponseContext constructable (#250) 2018-09-27 20:32:58 -07:00
test Add logging to functional tests 2018-09-07 14:22:39 -07:00
.appveyor.yml [automated] Change default branch to master 2018-07-02 12:40:38 -07:00
.gitattributes
.gitignore
.travis.yml [automated] Change default branch to master 2018-07-02 12:40:38 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-07-24 10:57:47 -07:00
Directory.Build.props Add certificate names for code signing 2018-06-05 22:35:38 -07:00
Directory.Build.targets Upgrade to netcoreapp22 2018-05-08 11:11:40 -07:00
LICENSE.txt Update LICENSE.txt 2018-09-27 15:25:50 -07:00
NuGet.config
NuGetPackageVerifier.json
README.md
StaticFiles.sln React to IntegrationTesting changes 2018-05-14 05:24:04 -07:00
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-09-23 12:31:11 -07:00
korebuild.json [automated] Change default branch to master 2018-07-02 12:40:38 -07:00
run.cmd
run.ps1 [automated] Change default branch to master 2018-07-02 12:40:38 -07:00
run.sh [automated] Change default branch to master 2018-07-02 12:40:38 -07:00
version.props Update branding to 2.2.0-preview3 2018-09-05 16:36:32 -07:00

README.md

StaticFiles

AppVeyor: AppVeyor

Travis: Travis

This repo contains middleware for handling requests for file system resources including files and directories.

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.