Go to file
N. Taylor Mullen be3c20cab4 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:36:28 -08:00
samples Transition to netstandard. 2016-03-01 13:36:28 -08:00
src Transition to netstandard. 2016-03-01 13:36:28 -08:00
test Transition to netstandard. 2016-03-01 13:36:28 -08:00
tools
.gitattributes
.gitignore
.travis.yml Do not attempt to use localDb except on Windows 2016-02-25 09:58:24 -08:00
CONTRIBUTING.md
DiagnosticsPages.sln * Add functional tests for samples 2016-02-01 11:12:27 -08:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json Enabled xml doc generation 2016-02-17 16:57:39 -08:00
README.md
appveyor.yml
build.cmd Return the error code from build.cmd 2016-02-28 10:12:16 -08:00
build.ps1 Update the build scripts 2016-02-27 12:51:13 -08:00
build.sh Update the build scripts 2016-02-27 12:51:13 -08:00
global.json * Add functional tests for samples 2016-02-01 11:12:27 -08:00
makefile.shade Rename AspNet 5 file contents. 2016-01-22 12:24:16 -08:00

README.md

ASP.NET DiagnosticsPages

AppVeyor: AppVeyor

Travis: Travis

Diagnostics middleware.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.