N. Taylor Mullen
684983effb
Update aspnet50/aspnetcore50 => dnx451/dnxcore50.
2015-03-08 12:48:36 -07:00
Praburaj
34182987a6
Removing an incorrect comment
2015-03-06 11:34:21 -08:00
Praburaj
18696828cc
Using new IHtmlEncoders
...
Fixes: https://github.com/aspnet/Diagnostics/issues/89
2015-03-06 11:29:58 -08:00
Brennan
00a1127676
Missed some logging API
2015-03-04 20:38:11 -08:00
Brennan
4887a77498
Logging API changes
2015-03-04 17:04:05 -08:00
ajcvickers
a65ebbf1f1
React to EF change
2015-02-26 15:31:49 -08:00
Wei Wang
690069c53e
Add project.lock.json to .gitignore
2015-02-16 12:12:36 -08:00
ajcvickers
66252ff736
React to EF namespace change
2015-02-13 14:56:28 -08:00
Pranav K
e78dadcf0a
Reacting to EF renames
2015-02-12 17:47:27 -08:00
Praburaj
f243244972
Adding ability to turn off the status code pages
...
Added a feature named IStatusCodeFeature with an enabled property. MVC or any framework can get this feature and turn it off if
it does not want status code pages logic to take over and send HTML response.
Also refactored the sample flow to make it easier to understand.
2015-02-12 11:09:47 -08:00
Praburaj
31afaca7e3
Renaming some extensions to disambiguate ones with similar parameters.
2015-02-10 17:03:41 -08:00
Praburaj
686d517966
Updating extension names
2015-02-10 16:30:42 -08:00
Praburaj
23ef6d4eb8
Changing extensions from StatusCodePagesOptions to IApplicationBuilder.
...
Addressing few more PR comments.
2015-02-10 16:18:06 -08:00
Praburaj
6850035d8e
PR comments
...
Addressing some outstanding PR feedback.
2015-02-10 14:54:59 -08:00
Chris Ross
6444f3e15d
Move the reason phrase lookup to WebUtilities.
2015-02-10 13:29:59 -08:00
Chris Ross
cd238d4545
Outline for StatusCodePages middleware.
2015-02-10 13:29:48 -08:00
Brice Lambson
a09d8a4ead
React to Migrations changes
2015-02-10 11:07:18 -08:00
ajcvickers
4139f3f18b
React to EF changes in tests.
2015-02-05 11:09:32 -08:00
ajcvickers
88d977b193
React to EF changes
2015-02-05 10:56:14 -08:00
Brennan
a54886b3f3
Updating .kproj files
2015-02-04 09:13:50 -08:00
Pranav K
4db95e198f
Merge remote-tracking branch 'origin/release' into dev
2015-01-28 18:00:24 -08:00
Pranav K
ed2bf6cee9
Reacting to XRE renames
2015-01-28 17:59:20 -08:00
Wei Wang
dd1f5ea42c
Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL
2015-01-28 17:19:17 -08:00
Wei Wang
531447687e
Update build.cmd and build.sh to use kvm
2015-01-28 17:19:01 -08:00
Wei Wang
28bca9e312
Merge branch 'release' of github.com:aspnet/Diagnostics into release
2015-01-28 17:18:24 -08:00
Suhas Joshi
f015f3c0b3
Merge branch 'release' into dev
2015-01-21 15:47:04 -08:00
Suhas Joshi
bd9954fd1a
Updating to release NuGet.config
2015-01-21 15:47:01 -08:00
Aligned
ea4a2437e7
Change ASP.NET vNext to ASP.Net 5 in the Readme.md
2015-01-21 13:20:01 -06:00
Wei Wang
f8db022888
Rename SKIP_KRE_INSTALL to SKIP_DOTNET_INSTALL
2015-01-20 18:14:30 -08:00
Pranav K
446b0bf9c3
Updating to release NuGet.config
2015-01-20 18:09:58 -08:00
Suhas Joshi
3e30639184
Updating NuGet.config
2015-01-20 17:19:44 -08:00
Pranav K
8c3edc158f
Reacting to KRuntime renames
2015-01-20 01:49:44 -08:00
Pranav K
32cf5e9ee4
Updating build.cmd and build.sh to use dotnetsdk
2015-01-20 01:35:44 -08:00
Pranav K
d1fcdc529f
Updating build.cmd and build.sh to use dotnetsdk
2015-01-20 01:30:54 -08:00
Chris Ross
05cacda513
Remove unused PipelineCore reference.
2015-01-15 21:49:43 -08:00
Pranav K
576731e86e
Adding contract interfaces for specifying runtime compilation exceptions.
...
Fixes #12
2015-01-12 14:35:15 -08:00
Chris Ross
44dadb1d0f
Handle ReadForAsync changes.
2015-01-07 18:30:36 -08:00
Chris Ross
97b151f2c2
Handle ReadFormAsync breaking change.
2015-01-07 16:25:42 -08:00
mikary
32e28a8fc8
Reacting to API changes in EntityFramework Migrations
2015-01-07 14:51:05 -08:00
mikary
f76583b18b
Reacting to API changes in EntityFramework
2014-12-19 10:47:45 -08:00
rowanmiller
5e00937d59
Handle wrapped exceptions in Database Error Page
...
If a database exception is wrapped later in the request (after EF has logged it) then we were not displaying the database error page.
This was occurring in ASP.NET Identity where the exception was getting wrapped in an AggregateException.
We now walk the tree of inner exceptions looking for a match.
Also adding some extra logging as this was hard to debug without resorting to source code.
2014-12-18 14:16:38 -08:00
Brennan
b014a9ef41
Update tests to use the official xunit
2014-12-17 10:23:40 -08:00
Pranav K
effdc65d9f
Reacting to System.Threading.ExecutionContext being removed
2014-12-15 14:32:31 -08:00
SonjaKhan
4f75ae6485
grouping elm by activity context
2014-12-12 17:12:11 -08:00
SonjaKhan
71a4c18598
Collapsed Logs
2014-12-11 16:49:13 -08:00
Suhas Joshi
cb6639c818
Updating to dev NuGet.config
2014-12-08 15:24:28 -08:00
Suhas Joshi
523265de00
Updating to release NuGet.config
2014-12-08 15:13:29 -08:00
SonjaKhan
62ec496aa3
fixing test failures
2014-12-08 10:38:00 -08:00
SonjaKhan
234c9ec935
adding a clear button to elm
2014-12-08 09:52:37 -08:00
Brice Lambson
17e5811a97
React to a change in EntityFramework.Migrations
2014-12-03 14:40:17 -08:00