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
SonjaKhan
b5a328aa0e
fixing dependencies
2014-12-01 14:11:01 -08:00
Pranav K
b8626a75ca
Updating Elm to depend on Razor instead of Mvc.Razor
...
* Removing dependencies that are transitively included.
2014-11-25 17:07:04 -08:00
Praburaj
86432baac7
File names and line numbers don't appear on mono error page
...
https://github.com/aspnet/Diagnostics/issues/54
Fix is to handle the retrievel of file name with different separators on .net and mono.
2014-11-25 15:15:46 -08:00
SonjaKhan
ce59419893
elm logger
2014-11-25 14:58:04 -08:00
ajcvickers
e6fdb8cbd2
React to EF dynamic services changes
2014-11-25 13:38:22 -08:00
Victor Hurdugaci
eb99bf25a3
Add schema version to kproj files
2014-11-25 10:39:01 -08:00
ajcvickers
6f8407bca4
Reacting to EF change
2014-11-21 11:42:38 -08:00
SonjaKhan
44b50b46f9
updating the page generator and base view to work with razor helper functions
2014-11-21 09:26:36 -08:00
Praburaj
58b1ae1712
A regression introduced in a recent change
...
With this fix a case is regressed.
ba5d235a32
If file information is not available if function is empty then line needs to be sent. With the regression empty lines were printed in error page where symbol information is not available. This fixes it. Thanks Chris for identitying this and fixing.
2014-11-20 16:24:04 -08:00
Praburaj
ba5d235a32
Function name not passed to LoadFrame method when file name is not present in stacktrace
...
When file names are missing from exception stack trace the above line of code does not pass the detected function name. As a result issue described in bug : https://github.com/aspnet/Diagnostics/issues/49 happens.
This issue happens on mono. With this fix method names show up in the error page middleware output on mono.
2014-11-18 17:06:08 -08:00
rowanmiller
ef544d9baa
Update Microsoft.AspNet.Diagnostics.Entity to build in this repo
...
Previous commit copied code verbatim from EF repo
This commit updates it to build in this repo
2014-11-18 15:12:13 -08:00
rowanmiller
fad5ba4323
Copy of Microsoft.AspNet.Diagnostics.Entity code from EntityFramework
...
Straight copy of code with no modification so that we have a baseline of changes made to port the code to the Diagnostics repo
2014-11-17 15:49:09 -08:00
Victor Hurdugaci
b466013235
Update KProj to the latest format
2014-11-12 15:01:34 -08:00
Pranav K
1ff89669a8
Merge branch 'release' into dev
2014-11-06 10:14:41 -08:00
Pranav K
bbb6a56993
Updating to release NuGet.config
2014-11-06 10:14:32 -08:00
David Fowler
b7b0a4468a
Merge branch 'release' into dev
2014-10-31 00:53:10 -07:00
David Fowler
5ae262f394
Added package descriptions
2014-10-31 00:52:45 -07:00
SonjaKhan
ac14c3222b
making page generator work for different libraries
2014-10-29 11:36:52 -07:00
Pranav K
c862d41e6b
Updating build.sh to work on Mono
2014-10-21 12:41:59 -07:00
Pranav K
274d40459f
Cleaning up sample project.json
...
Primarily meant to remove reference to System.Security.Claims 1.0 package
2014-10-17 07:52:30 -07:00
Chris R
acd88a6ca7
Merge pull request #38 from tugberkugurlu/ErrorTitleShowNewLine
...
showing the error message inside pre tag in order to properly render the new lines
2014-10-16 08:55:30 -07:00
David Fowler
28bdedab22
Fixed FakeLibraryInformation
2014-10-15 00:35:01 -07:00
Chris Ross
a0f3560095
New ErrorHandler middleware.
2014-10-11 07:04:07 -07:00
Pranav K
3279c15047
Reacting to CLR package versioning changes
2014-10-10 10:31:13 -07:00
tugberkugurlu
a023b08282
replacing newlines inside the error message with the HTML br tag on error
...
page to properly dispaly the newlines on the error page
2014-10-10 11:26:59 +03:00
Chris Ross
001639ff48
Update helios dependency in samples.
2014-10-07 10:58:45 -07:00
Chris Ross
536f6830ba
Fix ILibaryInformation.Version break.
2014-10-07 09:31:08 -07:00
David Fowler
b7a8d6a1f7
Fixup references
2014-10-05 04:44:48 -07:00
Victor Hurdugaci
0c3f7eab9e
Runtime information page
2014-10-01 15:20:44 -07:00
Chris R
14bca1d49b
Merge pull request #35 from turchenkoalex/bug-27
...
Issue #27 : Error page middleware returns an empty body on OS X
2014-09-23 12:48:42 -07:00
Pranav K
2ce4a0260d
Updating dev NuGet.config
2014-09-17 09:56:58 -07:00
Pranav K
922dd2a86e
Updating release NuGet.config
2014-09-17 09:56:56 -07:00
Pranav K
417556c84c
Reacting to System.Text.Encoding package version change
2014-09-11 10:06:41 -07:00
Chris Ross
d7f5c81b13
Handle IBuilder rename to IApplicationBuilder.
2014-09-10 12:14:50 -07:00
David Fowler
35a08eb558
Updated build.cmd
2014-09-05 01:46:37 -07:00
David Fowler
5f685a6629
Updated to use the new target framework in project.json
2014-09-04 01:37:15 -07:00
David Fowler
cce48f4cdf
Updated to use the new target framework in project.json
2014-08-28 22:00:36 -07:00
Chris Ross
635dd57c56
Welcome Page: #16 - Remove JQuery and embedded font.
2014-08-20 16:04:59 -07:00
Pranav K
d0eb26026a
Reacting to System.IO package version change
2014-08-20 06:56:29 -07:00