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
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
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
Kiran Challa
12e78455d4
Added Content-Type header to RuntimeInfoPage view and reacting to namespace change
2015-08-07 12:47:36 -07:00
Troy Dai
6a606a8c9a
Update CoreCLR versions
2015-08-04 10:15:24 -07:00
Victor Hurdugaci
15c0e16a91
React to DNX changes
2015-07-29 03:38:40 -07:00
Kiran Challa
8d583a4718
[ Fixes #157 ] ErrorPage middleware doesn't show source code lines of Razor files
2015-07-28 08:49:53 -07:00
Andrew Stanton-Nurse
4656872876
react to DNX renames
2015-07-21 16:43:57 -07:00
Kiran Challa
191ffe1721
Fix null reference exception
2015-07-16 18:03:45 -07:00
Kiran Challa
7c287c8712
Added logging to ErrorPageMiddleware
2015-07-14 21:17:57 -07:00
Kiran Challa
236d4009c3
[ Fixes #40 ] Suppress caching for ErrorHandler
2015-07-14 21:15:51 -07:00
Kiran Challa
8c8490fab4
[ Fixes #112 ] BaseView.ExecuteAsync disposes the response stream
2015-07-14 21:11:46 -07:00
Kiran Challa
f7e7ce53a5
[ Fixes #145 ] Fix typo "collapsable" to be a real word ("collapsible")
2015-07-14 20:50:32 -07:00
Victor Hurdugaci
4cbc9ace9c
Add repository information to project files
2015-07-01 19:48:35 -07:00
Chris R
26a6b5dc33
#28 Remove environment page from the error page.
2015-06-30 17:05:42 -07:00
Chris R
9e547d5a9d
Remove extra bracket from error page view.
2015-06-16 10:25:54 -07:00
Henk Mollema
72d8c12ca3
Removed unused resource string
2015-06-16 09:51:11 -07:00
Henk Mollema
0da9e2bec5
Remove ErrorPageOptions properties except SourceCodeLineCount
...
- Removed all properties except `SourceCodeLineCount`
- Updated ErroPageMiddleware (including some minor code-style changes)
- Updated CompilationErrorPage.cshtml and ErrorPage.cshtml
- Added `run` command to PageGenerator project.json to execute from command line
- Include cookies on error page
- Removed showSource parameter
- Remove unused exception parameter
2015-06-16 09:51:10 -07:00
Chris R
ef4ab17700
React to OnSendingHeaders rename.
2015-06-12 15:48:45 -07:00
Henk Mollema
6dbbe831c4
Removed SetDefaultVisibility for ErrorPageOptions
...
- Removed `SetDefaultVisibility` method from `(Database)ErrorPageOptions`
- `(Database)ErrorPageOptions` properties are now auto-properties since there is no default visibility anymore
- Removed `isDevMode` parameter from `ErrorPageMiddleware` ctor
- Removed comments from `ErroPageExtensions.UseErrorPage()`
- Updated Entity tests
#130
2015-06-09 10:14:22 -07:00
Eilon Lipton
75d047795b
Merge pull request #131 from hishamco/dev
...
Using [NotNull]
2015-05-07 21:53:38 -07:00
Troy Dai
0440ca751e
React to common package name change
2015-05-07 09:36:55 -07:00
Hisham Abdullah Bin Ateya
1f36174da5
Using [NotNull]
2015-05-07 00:32:34 +03:00
N. Taylor Mullen
b1643b438a
Update LICENSE.txt and license header on files.
2015-05-01 13:46:24 -07:00
Troy Dai
02d163eaaf
React to DNX package name change
2015-05-01 11:06:38 -07:00
Brennan
976a4c6511
React to Logging package rename
2015-04-30 00:16:12 -07:00
Brennan
94fb2ce557
Revert "Revert "Interfaces->Abstractions""
...
This reverts commit 12a58a0795 .
2015-04-29 23:51:25 -07:00
Brennan
12a58a0795
Revert "Interfaces->Abstractions"
...
This reverts commit 80b66cfde3 .
2015-04-29 23:43:12 -07:00
Brennan
80b66cfde3
Interfaces->Abstractions
2015-04-29 16:28:45 -07:00
Chris Ross
af641b1ca5
Handle removal of HttpResponse.SendAsync extension.
2015-04-23 11:40:47 -07:00
Praburaj
b27c6fc1e2
Fixing runtime info middleware on coreclr
...
Also adding more information like OS, runtime type and architecture to the info page.
2015-04-17 11:47:46 -07:00
Pranav K
3b2ded5652
Adding support for printing multiple compilation failures
2015-04-16 14:54:08 -07:00
Praburaj
1c648fa905
Revert "Fixing runtime info middleware on coreclr"
...
This reverts commit 7f83cc4e99 .
2015-04-15 13:55:21 -07:00
Praburaj
7f83cc4e99
Fixing runtime info middleware on coreclr
...
Fixes: https://github.com/aspnet/Diagnostics/issues/108
2015-04-15 11:04:03 -07:00
Praburaj
14ee7abf22
Remove hosting dependency on diagnostics package
2015-04-08 19:16:36 -07:00
Pranav K
dc7e4c8c4f
Merge branch 'release' into dev
2015-04-08 07:15:43 -07:00
Pranav K
9da95d620c
Reacting to ICompilationMessage line indexes changing to be 1-based
2015-04-07 22:05:05 -07:00
N. Taylor Mullen
dc94ede400
Merge branch 'release' into dev
2015-04-07 14:43:56 -07:00
N. Taylor Mullen
cfa6399de6
Add serviceable attribute to projects.
...
aspnet/DNX#1600
2015-04-07 14:43:50 -07:00
Doug Bunting
b76de57432
Merge remote-tracking branch 'origin/release' into dev
2015-04-03 11:40:43 -07:00
Doug Bunting
9d095e2f21
Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename
2015-04-02 13:49:24 -07:00
Pranav K
d2dfae108a
* Remove ICompilation* interfaces from Diagnostics
...
* Removing error message from CompilationErrorPage since it repeats
individual errors.
Fixes #111
2015-04-02 12:37:33 -07:00
Hao Kung
b66b2df264
React to hosting
2015-03-19 11:22:22 -07:00
Praburaj
7a245eba5b
Update welcome page text from ASP.NET vnext to 5
...
Fixes: https://github.com/aspnet/Diagnostics/issues/82
2015-03-16 16:52:24 -07:00
Praburaj
b879f4a084
using [NotNull] attribute from the Common repo
2015-03-13 17:21:37 -07:00
Levi B
2337d7808d
Change dependency reference WebEncoders -> WebEncoders.Core
2015-03-12 22:57:44 -07:00
N. Taylor Mullen
b07a656b8a
Update .kproj => .xproj.
2015-03-11 14:05:30 -07:00