Commit Graph

496 Commits

Author SHA1 Message Date
Pranav K f4f1902808 Updating versions to 1.2.0-* 2016-11-09 14:17:12 -08:00
Pranav K a3af7bb03d Merge branch 'rel/1.1.0' into dev 2016-11-09 11:30:06 -08:00
Pranav K 3a319f4147 Branching for 1.1.0 2016-11-09 11:30:01 -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 05227f09ef Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev 2016-10-17 09:55:49 -07:00
Pranav K 498246fec0 Branching for 1.1.0-preview1 2016-10-17 09:48:52 -07:00
Pranav K a3e7481fcb Updating to netcoreapp1.1 2016-10-13 11:13:51 -07:00
Pranav K 9cecbc2cb1 Revert "Updating to netcoreapp1.1"
This reverts commit 65025d41a5.
2016-10-12 16:08:16 -07:00
Pranav K 65025d41a5 Updating to netcoreapp1.1 2016-10-12 13:45:05 -07:00
Pranav K d376a1fa75 Updating partner package versions 2016-09-29 10:52:34 -07:00
Nate McMaster 1a0d4a512d
Update sample usage of EF tools 2016-09-26 13:37:25 -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
Doug Bunting fa36a7bb53 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:35: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
Nate McMaster 76a8359ba3
React to aspnet/EntityFramework#6288 2016-08-11 16:03:47 -07:00
Pranav K 5ac2947b52 Switching to dotnet.myget.org feed 2016-08-09 14:58:01 -07:00
Pranav K d2b5144132 Updating to Moq \ Castle.Core that does not require imports 2016-08-08 12:28:30 -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
BrennanConroy d43f9387a6 Update .travis.yml 2016-08-02 13:06:19 -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 5c7157919b Updating to RTM builds of dotnet-test-xunit and Moq 2016-06-29 16:35:24 -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
Pranav K c8f38cd793 Merge branch 'release' into dev 2016-06-14 16:29:27 -07:00
Pranav K 05ce2b712c Updating to release. 2016-06-14 16:23:00 -07:00
N. Taylor Mullen 6a577da3b2 Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:29:48 -07:00
jacalvar dc1c9412ab Remove unncessary imports 2016-06-08 13:00:29 -07:00
Pranav K e1093651ba Target netstandard1.3 2016-06-06 13:48:16 -07:00
Pranav K b7c924b449 Use Microsoft.Extensions.StackTrace.Sources 2016-06-03 16:35:27 -07:00
BrennanConroy 0025724433 Replace PlatformAbstractions with RuntimeInformation 2016-05-31 11:10:40 -07:00
Cesar Blum Silveira 99d9ed9c2f Fix OSX build on Travis. 2016-05-27 11:46:59 -07:00
Pranav K 58ef466fa2 Fix build warning 2016-05-20 17:10:56 -07:00
Kiran Challa af19899927 [Fixes #279] Deleted RuntimeInfo middleware, sample and tests 2016-05-16 13:12:40 -07:00