Go to file
Mike Harder 6034f7f1bb
Use dynamic ports in StaticFileMiddlewareTests (#236)
- Replace hardcoded port "12345" with dynamic ports to improve test reliability
- Addresses https://github.com/aspnet/Home/issues/3063
- Depends on https://github.com/aspnet/Hosting/pull/1387
2018-04-18 14:05:46 -07:00
.github
…
build Use dynamic ports in StaticFileMiddlewareTests (#236) 2018-04-18 14:05:46 -07:00
samples/StaticFileSample
…
shared/Microsoft.AspNetCore.RangeHelper.Sources
…
src Merge remote-tracking branch 'origin/release/2.1' into rybrande/MergeRelease21IntoDev 2018-04-16 15:15:38 -07:00
test Use dynamic ports in StaticFileMiddlewareTests (#236) 2018-04-18 14:05:46 -07:00
.appveyor.yml
…
.gitattributes
…
.gitignore
…
.travis.yml
…
CONTRIBUTING.md
…
Directory.Build.props
…
Directory.Build.targets
…
LICENSE.txt
…
NuGet.config
…
NuGetPackageVerifier.json
…
README.md
…
StaticFiles.sln
…
build.cmd
…
build.sh
…
korebuild-lock.txt Update dependencies.props 2018-04-15 14:28:48 -07:00
korebuild.json Update KoreBuild channel 2018-03-16 12:34:28 -07:00
run.cmd
…
run.ps1
…
run.sh
…
version.props Update version number to 2.2.0 2018-04-16 17:03:18 -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.