Andrew Peters
2258eeae39
Database Error Page: Remove ILogger-based interception.
...
- Made EF calls async
- Removed a slow, repeated DB existence check.
2017-05-30 15:50:19 -07:00
Andrew Peters
1b6993fb91
Database Error Page: Prep for removal of ILogger-based interception.
...
- Removed EF ApiCheck tests; not required for middleware.
- Removed JB annotations and Check usage; align with other Diagnostics Pages projects.
- Fixed code redundancies.
2017-05-30 12:55:50 -07:00
Arthur Vickers
8e618cb6f4
React to EF namespace change.
2017-05-23 17:39:21 -07:00
Pranav K
ec2faf5594
Target netstandard2.0
2017-05-23 15:27:47 -07:00
Arthur Vickers
44610a44ac
Update database error page to react to EF logging changes.
2017-05-15 16:19:15 -07:00
Pavel Krymets
eedcca1be9
Remove unnecessary package references ( #378 )
2017-05-10 11:29:57 -07:00
John Luo
8b411493e9
Migration
2017-05-05 19:03:25 -07:00
Pranav K
30306fc4f4
Change TFM to netcoreapp2.0
2017-05-04 22:15:24 -07:00
BrennanConroy
1018f41f15
Missed some obsolete logging calls
2017-05-02 15:23:21 -07:00
BrennanConroy
04dbf42264
React to Logging API changes
2017-04-27 16:22:25 -07:00
Smit Patel
8c2409404d
Update API Check related files
...
React to aspnet/BuildTools#238
2017-04-25 08:18:22 -07:00
Pranav K
fb12815786
Remove System.Reflection.Metadata
2017-04-21 18:10:45 -07:00
Ryan Brandenburg
9daa61084e
Make DataStoreErrorLogger._log static
2017-04-21 09:26:04 -07:00
Kiran Challa
e450dd707e
Deleted obsolete razor views and models
2017-04-20 10:03:39 -07:00
Kiran Challa
ee1cfdf41e
[Fixes #] DeveloperExceptionPage throws when SourceFileContent is null in an ICompilationException
2017-04-11 05:59:17 -07:00
Pranav K
237abd0b69
Change compilation targets.
...
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-22 13:50:35 -07:00
Nate McMaster
e8db0cb43e
Unify dependency versions to one file and remove workarounds
2017-03-15 13:25:35 -07:00
Nate McMaster
01d2c102fc
Downgrade to stable packages
2017-02-14 21:54:02 -08:00
Nate McMaster
4c5739c852
Upgrade to VS 2017
2017-01-31 10:01:38 -08:00
Kiran Challa
fb7c25b662
Added OriginalQueryString property to IStatusCodeReExecuteFeature interface
2017-01-27 10:48:59 -08:00
Nate McMaster
215e41f673
Remove Microsoft.AspNetCore.DiagnosticsViewPage.Sources package
2017-01-09 12:13:05 -08:00
Pranav K
4b77edfe7a
Updating to 4.4 CoreFx packages
2016-12-14 14:47:28 -08:00
Pranav K
32cced78b8
Update dependency versions
2016-11-10 08:41:05 -08:00
Pranav K
f4f1902808
Updating versions to 1.2.0-*
2016-11-09 14:17:12 -08:00
jacalvar
4b66b87d74
Created public API baselines
2016-11-04 13:25:38 -07:00
Pranav K
398222d6e6
Show full generated output option for Razor compilation errors
...
Fixes #303
2016-10-26 12:34:26 -07:00
Pranav K
d376a1fa75
Updating partner package versions
2016-09-29 10:52:34 -07:00
Chris R
1b1bd34b8d
Add new dependnecy and test for UTF-8 BOM fix in views
2016-09-21 16:03:04 -07:00
Mikael Mengistu
3a868d87a2
Added IExceptionHandlerPathFeature interface.
2016-09-14 15:43:59 -07:00
Andy Edinborough
c037a577b0
Set background color for ErrorPage
...
* Set background color for ErrorPage
When using various browser developer tools with a dark theme, the text for the page is unreadable, because the background color has not been set, while the foreground color has.
* update Designer files
2016-09-12 11:03:18 -07:00
Pavel Krymets
72c3688604
Use TaskCache class from Microsoft.Extensions.TaskCache.Sources ( #331 )
...
Instead of Task.FromResult(0)
2016-09-07 10:16:58 -07:00
Kiran Challa
c224a726f9
Moved PageGenerator to Razor repo and moved diagnostic view page sources to Common.
2016-08-29 13:43:00 -07:00
Kiran Challa
175a4c961e
Revert "Moved PageGenerator and DiagnosticsViewPage projects to Common repo and some updates"
...
This reverts commit 7cabb3f117 .
2016-08-25 17:22:09 -07:00
Kiran Challa
7cabb3f117
Moved PageGenerator and DiagnosticsViewPage projects to Common repo and some updates
2016-08-25 16:25:15 -07:00
Kiran Challa
ac8f751771
[ Fixes #324 ] Diagnostics middleware no longer has a way to expand the source for compilation errors
2016-08-03 15:55:11 -07:00
Kiran Challa
52d9c0b336
Added outline to buttons in developer exception page
2016-08-01 13:27:38 -07:00
Kiran Challa
22492ed752
[ Fixes #319 ] It is not possible to copy text to clipboard from error message on development page.
2016-07-29 14:57:38 -07:00
Kiran Challa
e3e092ec60
[ Fixes #288 ] DeveloperExceptionPage needs better text spacing on OSX/Safari
2016-07-26 11:35:24 -07:00
Ajay Bhargav Baaskaran
1ac8ccafe2
Regenerated ErrorPage.cs
2016-07-25 12:05:10 -07:00
Ajay Bhargav Baaskaran
f7641fa28b
[ Fixes #315 ] Display LoaderExceptions in ErrorPage
2016-07-25 11:47:17 -07:00
BrennanConroy
496d94b41f
Fix cross appdomain exception
2016-07-25 09:51:45 -07:00
Pranav K
8bf0612411
Move PageGenerator to the tools dir
...
Fixes #294
2016-07-07 11:38:54 -07:00
Doug Bunting
2b5358b394
One build to rule them all
...
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-06 22:08:02 -07:00
Pranav K
f4a2d6ea80
Convert details -> div element
2016-07-06 11:38:17 -07:00
Pranav K
e960a55e82
Add support for showing failure summaries.
2016-07-06 11:16:23 -07:00
Pranav K
afd3bea80f
Exception Page showing only method names in the callstack
...
Fixes #304
2016-07-05 11:47:42 -07:00
Pranav K
a2857238f9
Updating to dev versions
2016-06-16 10:17:44 -07:00
John Luo
412d125c95
PR #299 Cleanup
2016-06-15 11:05:44 -07:00
jamie
d6c8dae3f0
StatusCodePagesOptions.HandleAsync only includes a semicolon where a reason phrase for the HTTP status is available.
...
Added Unit Test to cover all HTTP Status Codes from 400 - 599 (inclusive).
2016-06-15 11:05:44 -07:00
jacalvar
dc1c9412ab
Remove unncessary imports
2016-06-08 13:00:29 -07:00