Commit Graph

375 Commits

Author SHA1 Message Date
Hisham Bin Ateya 82e1bcf261 Add 'UseServer' 2016-02-04 02:12:14 +03:00
John Luo 8d804cfbbc Updating to new CLI 2016-02-03 13:40:06 -08:00
ryanbrandenburg 6411fdcf29 * Add functional tests for samples 2016-02-01 11:12:27 -08:00
Brennan 4e5c99fabc React to Logging API changes 2016-01-25 09:32:41 -08:00
N. Taylor Mullen a837854f4b Update ASP.NET 5 versions for ASP.NET Core.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:28:34 -08:00
N. Taylor Mullen f5c5816a05 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:16 -08:00
N. Taylor Mullen 6102699916 Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:07 -08:00
Brennan 88fc5c143a React to Fileprovider namespace changes 2016-01-21 17:08:21 -08:00
John Luo f08e1f9428 Reacting to hosting rename 2016-01-17 17:56:18 -08:00
Nate McMaster ae3c77b9c5 Updating build script 2016-01-14 16:41:15 -08:00
Chris R c536b339d0 React to hosting API changes. 2016-01-12 15:08:05 -08:00
Chris R 4d1737708e #241 Fix cookie error page 2016-01-12 15:03:56 -08:00
Victor Hurdugaci 5693932003 Build with dotnet 2016-01-11 15:24:42 -08:00
John Luo 38d50bab1f Fixing xml documentation 2016-01-08 17:45:28 -08:00
John Luo e076040b67 Updating to new options pattern 2016-01-08 17:12:48 -08:00
ryanbrandenburg 886c33f200 * Remove libraries from RuntimeInfoMiddleware 2016-01-05 12:06:07 -08:00
Pranav K 7e47449f85 Use default encoders all the time
Fixes #234
2015-12-29 16:49:06 -08:00
John Luo 298b8baa98 Adding back middleware initialization with options instance. 2015-12-23 16:04:19 -08:00
John Luo 20723c4067 Remove usage of TestPlatformHelper 2015-12-23 12:11:44 -08:00
John Luo 9f1af65abc Standardize middleware to use configureOption lambda 2015-12-23 11:38:08 -08:00
Hao Kung 8b71e9232f OptionsModel => Options 2015-12-21 14:57:18 -08:00
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
Pranav K 2baf6fecf5 Allow inline configure of options in UseDeveloperExceptionPage
Fixes #219
2015-12-15 10:57:24 -08:00
Mohammad Rahhal 8e38584800 Fix typo 2015-12-15 09:49:54 -08:00
Pranav K 5358982e5f Merge branch 'release' into dev 2015-12-11 12:23:43 -08:00
Pranav K e1dca97150 Updating to release NuGet.config. 2015-12-11 12:23:41 -08:00
ryanbrandenburg e3fee2fd07 * Fix ErrorPage tabs. 2015-12-10 16:07:19 -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
Pranav K dde06ffdcb Fixing CoreCLR package version 2015-12-08 18:59:55 -08:00
Pranav K 36cd47bc1f Move ICompilationException to Diagnostics
Fixes #220
2015-12-08 10:16:31 -08:00
Doug Bunting 7a2c20649b Remove `[SuppressMessage]`s
- build break
2015-12-07 20:58:22 -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 5d5f278824 Enable CoreCLR tests on Travis 2015-12-01 10:35:16 -08:00
Pranav K cd02665909 Allow tests to run on CoreCLR 2015-12-01 10:12:53 -08:00
Pranav K ca62719f9d Skip tests that are failing due to Mono issues
Fixes #214
2015-12-01 09:54:47 -08:00
Pranav K f0c2d7ed25 Updating tests to run on dnxcore50 2015-11-24 14:21:06 -08:00
Chris R c8990bcc29 Hosting#318 Add middleware analysis tools, sample. 2015-11-24 11:52:20 -08:00
ryanbrandenburg c49547245b * Remove un-used function and prevent jQuery confusion 2015-11-20 12:51:11 -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
Kiran Challa f468d6789f Fixed doc comment 2015-11-18 10:07:05 -08:00
Doug Bunting c6664a3dcd Move Travis to supported Linux distribution
- use Ubuntu 14.04 (Trusty)
  - Travis support for Trusty is in Beta and currently requires `sudo`
- run `dnu restore` with DNX Core since aspnet/External#49 is not fixed in Mono versions we can use
- add required dependencies for DNX Core to `.travis.yml`
- addresses part of aspnet/Universe#290
2015-11-17 12:36:10 -08:00
Doug Bunting 2b4f2cbcc3 Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 10:55:44 -08:00
Pranav K 39d9303769 Reacting to DI changes 2015-11-13 11:22:53 -08:00
N. Taylor Mullen 82574ce6cc Remove System beta tag in project.json for coreclr packages. 2015-11-12 12:23:56 -08:00
ryanbrandenburg 88ad99d497 * Fix scrolling on error page 2015-11-11 09:19:42 -08:00
Pavel Krymets 740b51e0bc Make Compilation Abstractions naming consistent with Platform Abstractions 2015-11-06 15:08:07 -08:00