Nate McMaster
7ac0e06abf
Pin tool and package versions to make builds more repeatable
2017-10-31 19:37:33 -07:00
Jass Bagga
88db534e42
UseExceptionHandler throws if ExceptionHandlingPath not set ( #417 )
2017-10-27 15:34:34 -07:00
Andrew Stanton-Nurse
a30befae0f
Add abstractions for Health Checks and a simple middleware and service to run them ( #408 )
2017-10-18 13:52:06 -07:00
Jass Bagga
d22bb2c908
Add logger extensions with event ids ( #405 )
...
Addresses #393
2017-09-15 14:26:47 -07:00
Nate McMaster
479eb49ca9
Use PackageLineup to manage PackageReference versions
2017-08-29 09:41:54 -07:00
Nate McMaster
9634f7fd9c
Use Directory.Build.props/targets
2017-08-29 09:30:22 -07:00
Ryan Brandenburg
23948c5544
Update VersionPrefix
2017-07-26 16:37:40 -07:00
Ryan Brandenburg
81544958b8
DiagnosticSource to 4.4.1
2017-07-03 15:02:01 -07:00
Pranav K
ab8cb5e2c9
Preapre for StackTrace.Sources changes
2017-06-22 11:18:56 -07:00
Pranav K
4e044a1e30
Remove usage of TaskCache
2017-06-08 13:45:50 -07:00
Arthur Vickers
4b5d6903ea
React to EF change
2017-06-01 09:04:55 -07:00
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