Go to file
Praburaj cb159a678a Fixing the Elm middleware to check if request has form content
With a change to HttpAbstractions, ReadFormAsync throws if called on a request whose content type is not
not form encoded content.
2015-03-24 10:43:00 -07:00
samples Update .kproj => .xproj. 2015-03-11 14:05:30 -07:00
src Fixing the Elm middleware to check if request has form content 2015-03-24 10:43:00 -07:00
test 🔥 Remove migrations end point 2015-03-23 15:56:30 -07:00
.gitattributes
.gitignore Add project.lock.json to .gitignore 2015-02-16 12:12:36 -08:00
CONTRIBUTING.md
DiagnosticsPages.sln Update .kproj => .xproj. 2015-03-11 14:05:30 -07:00
LICENSE.txt
NuGet.Config Renaming Nuget.org feed key name to Nuget. 2015-03-09 20:40:33 -07:00
README.md Change ASP.NET vNext to ASP.Net 5 in the Readme.md 2015-01-21 13:20:01 -06:00
build.cmd Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:22 -07:00
build.sh Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:52:44 -07:00
global.json
makefile.shade Change the default author in makefile.shade 2014-06-18 16:21:39 -07:00

README.md

ASP.NET DiagnosticsPages

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.