Commit Graph

307 Commits

Author SHA1 Message Date
ryanbrandenburg 7dac0986c2 * Fix PageGenerator
* Generate pages on build
 * Add copyable stacktrace to error page
2015-10-16 10:44:55 -07:00
Chris R b144f5fd7c React to HttpRequestIdentifierFeature default change. 2015-10-16 10:15:56 -07:00
Doug Bunting 9a3888e4f8 Fix local build break 2015-10-12 12:51:39 -07:00
Doug Bunting fdf0ad94c4 React to aspnet/Universe#290 fix 2015-10-10 19:53:14 -07:00
Pranav K 84b91c95fe Turn off warningsAsErrors in tests to unblock CI 2015-10-09 10:45:41 -07:00
Pranav K 72d63e2613 Replace NotNullAttribute with thrown exceptions 2015-10-09 10:31:01 -07:00
Nate McMaster ba2bb3f0c9 React to EF rename 2015-10-05 13:44:26 -07:00
John Luo 7b9cfac65a Adding telemetry publish for unhandled exceptions to developer exception page and exception handler #180 2015-10-03 17:00:22 -07:00
Pranav K 3657a1a14b Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:46 -07:00
N. Taylor Mullen ffc8547ef4 Update 'build.cmd' alias parameter to use full name. 2015-10-01 11:58:25 -07:00
Pranav K 0bb6a3ca07 Merge branch 'release' into dev 2015-09-28 23:15:41 -07:00
Pranav K 93fa91b1c5 Updating to release NuGet.config. 2015-09-28 23:15:38 -07:00
Arthur Vickers 6afe357271 Strategy rename 2015-09-24 11:08:41 -07:00
Arthur Vickers 062d072712 React to EF fluent API changes 2015-09-24 10:38:13 -07:00
Ajay Bhargav Baaskaran 7948533fab Enabling NuGetPackageVerifier 2015-09-22 16:00:47 -07:00
Pranav K af4f0fc6f0 Reacting to IChangeToken changes 2015-09-22 08:32:52 -07:00
N. Taylor Mullen 3181f0efe3 Update nuget.exe and corresponding feeds to v3. 2015-09-17 18:33:07 -07:00
Brice Lambson b271cdf91d Update EF commands 2015-09-16 14:03:45 -07:00
Nate McMaster 8e7fca953c React to changes in EF. https://github.com/aspnet/EntityFramework/pull/3108 2015-09-15 11:43:00 -07:00
Pranav K d3f1437764 Replacing NotNullAttribute with thrown exceptions 2015-09-14 10:25:22 -07:00
David Fowler 2766113ba9 Remove DiagnosticsPage middleware
- It's dead code
2015-09-13 11:13:32 -07:00
Chris R 27a8002e75 Use the new Response.Clear() API. 2015-09-11 10:56:48 -07:00
Pranav K 8dc4ddf195 Adding NeutralResourcesLanguageAttribute 2015-09-10 16:45:07 -07:00
Kiran Challa 5e2db0c585 Removed older extension methods of errorhandler and errorpage 2015-09-10 13:37:04 -07:00
Kiran Challa d96fbdba93 Renamed the directories 2015-09-09 09:39:15 -07:00
Kiran Challa 1a708b8479 Fixed razor view as its compilation fails due to changed apis
Updated PageGenerator to consider the modified Views folder paths
More restructuring of files
2015-09-09 09:38:42 -07:00
Kiran Challa 9044aeff47 Moved files into respective folders for better orgranization 2015-09-09 09:38:40 -07:00
Kiran Challa c46615dc53 Added new extensions UseExceptionHandler & UseDeveloperExceptionPage 2015-09-09 09:38:39 -07:00
Kiran Challa 5cb8ad3d87 Skipped tests using file paths not supported on Mono 2015-09-04 01:07:03 -07:00
Kiran Challa 12d9302a31 Skipped Database error page tests temporarily to fix Travis CI 2015-09-04 00:46:23 -07:00
N. Taylor Mullen a8df52fa7c Update project.json to have warningsAsErrors accept a bool. 2015-09-02 15:34:39 -07:00
Hao Kung 088f2f81cc React to options 2015-09-02 14:26:42 -07:00
Chris R ecc5874b6c Fix test. 2015-08-31 10:51:48 -07:00
Chris R 0bb77764d3 Use the new HttpContext.Features API. 2015-08-31 07:51:36 -07:00
Chris R 7b11506cc0 React to string[] -> StringValue changes. 2015-08-28 14:43:26 -07:00
Brice Lambson b95f67733d React to aspnet/EntityFramework#2948 2015-08-28 12:11:30 -07:00
Brice Lambson 8ccfb99624 React to aspnet/EntityFramework#2902 2015-08-24 10:41:56 -07:00
N. Taylor Mullen 2fe720604a Update 'build.sh' to pull Sake from v2 NuGet feed. 2015-08-20 20:46:54 -07:00
N. Taylor Mullen bd9894eca7 Update 'build.cmd' to pull Sake from v2 NuGet feed. 2015-08-20 15:38:06 -07:00
Kiran Challa 09b1c0fa63 [Fixes #167]Error page/handler should reset any buffered data, clear headers, etc. 2015-08-20 10:21:34 -07:00
Kiran Challa 417c7d2374 Fix displaying cookie values 2015-08-20 10:07:23 -07:00
N. Taylor Mullen d4fe578b6e Update NuGet feed from v2 => v3. 2015-08-19 14:54:31 -07:00
Pranav K 67407226bc Updating to aspnetlitedev. 2015-08-18 14:00:23 -07:00
Pranav K 6bb85c32af Merge branch 'release' into dev 2015-08-18 14:00:23 -07:00
Pranav K b5348cff40 Updating to aspnetliterelease. 2015-08-18 14:00:23 -07:00
Pranav K 4cdabf172d Merge branch 'release' into dev 2015-08-17 14:48:55 -07:00
Pranav K b47e6ecf28 Updating to release NuGet.config. 2015-08-17 14:48:53 -07:00
Brice Lambson e8fc5a970a React to aspnet/EntityFramework#2831 2015-08-17 10:24:21 -07:00
Kiran Challa 97e66878a7 Reacting to disposable logger provider 2015-08-12 16:07:16 -07:00
Kiran Challa 3c6868110a Enable build script to be pinned 2015-08-11 16:44:41 -07:00