John Luo
|
c476f91152
|
Reacting to new Hosting API
|
2015-12-18 15:57:26 -08:00 |
Pranav K
|
e384b7d4d0
|
Remove ErrorPageOptions
|
2015-12-15 11:08:47 -08:00 |
Kiran Challa
|
573bdcc318
|
Updated Travis config to enable running on Mac and also fixed test
|
2015-12-10 11:27:38 -08:00 |
John Luo
|
0fd5970b8a
|
Reacting to verbose rename
|
2015-12-06 17:42:49 -08:00 |
Brennan
|
206b7b9113
|
Dispose FileWatcher in tests
|
2015-12-03 11:42:28 -08:00 |
John Luo
|
208f0f8a58
|
Reacting to hosting test server changes
|
2015-12-01 15:47:25 -08:00 |
Pranav K
|
f0c2d7ed25
|
Updating tests to run on dnxcore50
|
2015-11-24 14:21:06 -08:00 |
John Luo
|
da7fe362c9
|
Reacting to ApplicationServices removal from HttpContext
|
2015-11-19 16:32:19 -08:00 |
Pranav K
|
6f5b20660e
|
Skip tests that rely on back slashes as part separator on Linux
Fixes #191
|
2015-11-19 15:50:05 -08:00 |
Pranav K
|
39d9303769
|
Reacting to DI changes
|
2015-11-13 11:22:53 -08:00 |
Cesar Blum Silveira
|
4ced3c51ef
|
Merge branch 'release' into dev
|
2015-11-04 10:49:27 -08:00 |
Cesar Blum Silveira
|
eed6051eb3
|
Strong name everything except Microsoft.AspNet.Diagnostics.Entity.
|
2015-11-03 17:35:50 -08:00 |
Chris R
|
c239b67368
|
React to WebEncoders and Http.Abstractions changes.
|
2015-11-02 17:46:25 -08:00 |
Pavel Krymets
|
a97d55b10c
|
Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions
|
2015-10-22 19:30:09 -07:00 |
John Luo
|
793504843e
|
reacting to telemetry rename
|
2015-10-19 17:17:40 -07:00 |
Chris R
|
b144f5fd7c
|
React to HttpRequestIdentifierFeature default change.
|
2015-10-16 10:15:56 -07:00 |
Pranav K
|
84b91c95fe
|
Turn off warningsAsErrors in tests to unblock CI
|
2015-10-09 10:45:41 -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 |
Pranav K
|
af4f0fc6f0
|
Reacting to IChangeToken changes
|
2015-09-22 08:32:52 -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
|
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 |
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 |
Kiran Challa
|
09b1c0fa63
|
[Fixes #167]Error page/handler should reset any buffered data, clear headers, etc.
|
2015-08-20 10:21:34 -07:00 |
Chris R
|
0e05c64855
|
React to IFeatureCollection changes, test cleanup.
|
2015-08-04 09:09:53 -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
|
ab124d2ca0
|
Reacting to merging of FeatureModel into Http.Features
|
2015-07-17 10:06:24 -07:00 |
Kiran Challa
|
fea15eb8de
|
Removed creation of request id logging scope
|
2015-07-16 18:51:57 -07:00 |
Kiran Challa
|
236d4009c3
|
[Fixes #40] Suppress caching for ErrorHandler
|
2015-07-14 21:15:51 -07:00 |
N. Taylor Mullen
|
b1643b438a
|
Update LICENSE.txt and license header on files.
|
2015-05-01 13:46:24 -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 |
Praburaj
|
14ee7abf22
|
Remove hosting dependency on diagnostics package
|
2015-04-08 19:16:36 -07:00 |
Praburaj
|
888ed48249
|
Using in memory store on mono
|
2015-04-06 11:06:27 -07:00 |
Kiran Challa
|
bd1e282e58
|
Reacting to ILogger api changes
|
2015-04-04 00:34:07 -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 |
N. Taylor Mullen
|
cfb20ff33c
|
Add travis and appveyor CI support.
|
2015-04-01 15:42:06 -07:00 |
Praburaj
|
ac63ee96ae
|
Fixing tests after ElmMiddleware change
|
2015-03-24 10:55:10 -07:00 |
Praburaj
|
6ee155c40f
|
Move IServiceCollection extension to Microsoft.Framework.DependencyInjection namespace
Fixes: https://github.com/aspnet/Diagnostics/issues/96
|
2015-03-13 17:11:23 -07:00 |
N. Taylor Mullen
|
2641c41ed5
|
Update xunit.runner.kre => xunit.runner.aspnet.
|
2015-03-12 17:11:14 -07:00 |
N. Taylor Mullen
|
b07a656b8a
|
Update .kproj => .xproj.
|
2015-03-11 14:05:30 -07:00 |
N. Taylor Mullen
|
c746f2beb7
|
Remove BOM from project.json, *.cmd, *.sh and *.shade files.
|
2015-03-09 12:52:44 -07:00 |
N. Taylor Mullen
|
684983effb
|
Update aspnet50/aspnetcore50 => dnx451/dnxcore50.
|
2015-03-08 12:48:36 -07:00 |
Praburaj
|
18696828cc
|
Using new IHtmlEncoders
Fixes: https://github.com/aspnet/Diagnostics/issues/89
|
2015-03-06 11:29:58 -08:00 |