Commit Graph

37701 Commits

Author SHA1 Message Date
Cesar Blum Silveira 9f720eda90 Reset frame streams on each request (#940). 2016-07-06 14:57:43 -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
SteveSandersonMS 4fb3b18868 Create new top-level DefaultNodeInstance concept that will soon hold the "connection draining" logic 2016-07-06 18:23:25 +01:00
Pranav K ccff37126f Removing extra imports from projects 2016-07-06 08:59:58 -07:00
SteveSandersonMS 4ee09cbe82 Make Http hosting model able to report exceptions that happened while locating the function to invoke 2016-07-06 15:47:06 +01:00
SteveSandersonMS 7ce5f8d4ad Remove trailing whitespace in KO template 2016-07-06 11:18:22 +01:00
SteveSandersonMS 00b598176c Minor style tweaks 2016-07-06 10:44:21 +01:00
Tobias Rundbom f8981185d9 Makes it possible to use absolute paths for publicPath in weback.config (#161)
- Parses publicPath as an URL and returns the path of that URL to be able to cope with absolute URLs
2016-07-06 10:28:11 +01:00
Steve Sanderson 9215ee3d7d Update README.md 2016-07-06 10:28:11 +01:00
Ajay Bhargav Baaskaran ecd36454bb Updating to RTM builds of xunit and Moq 2016-07-05 22:55:19 -07:00
Pranav K b569ececda Updating to RTM build of test runner 2016-07-05 22:22:24 -07:00
Ajay Bhargav Baaskaran 400b85e593 Updating to RTM builds of xunit and Moq 2016-07-05 21:52:20 -07:00
Ajay Bhargav Baaskaran 7be2f4bebe Updating to RTM builds of xunit and Moq 2016-07-05 21:39:37 -07:00
Pranav K 21e097b9e7 Updating to RTM builds of xunit and Moq 2016-07-05 21:32:19 -07:00
Ajay Bhargav Baaskaran 7323e75d5d Updating to RTM builds of xunit and Moq 2016-07-05 21:28:47 -07:00
Pranav K acb5c40012 Updating xunit.assert version in src project 2016-07-05 21:09:18 -07:00
Ajay Bhargav Baaskaran e5dc948e47 Updating to RTM builds of xunit and Moq (#205) 2016-07-05 21:05:37 -07:00
Ajay Bhargav Baaskaran da50b8e026 Updating to RTM builds of xunit and Moq (#94) 2016-07-05 21:05:15 -07:00
Pranav K 222165e145 Updating to RTM builds of xunit and Moq (#4946) 2016-07-05 20:58:16 -07:00
Ajay Bhargav Baaskaran 902190406d Updating to RTM builds of xunit and Moq 2016-07-05 17:10:14 -07:00
Victor Hurdugaci 9d16d2e9b5 Use the scenario tool tested from testing common 2016-07-05 15:40:37 -07:00
Medeni Baykal 4fe758240f Added `ViewResultTest`s. (#4939)
* Added `ViewResultTest`s.
* Fixed the namespace and folder of `PartialViewResultTest `; and some minor fixes.
2016-07-05 15:25:20 -07:00
Eilon Lipton a5f9055306 Merge pull request #4966 from ivaylokenov/patch-1
Added community project in the README.md
2016-07-05 15:08:40 -07:00
Derek Gray 01f247db48 Prevent an unnecessary allocation of a state machine (thanks @PinpointTownes) 2016-07-05 13:44:43 -07:00
Hao Kung 9e02042798 Fix cookie middleware name for interop package 2016-07-05 13:32:01 -07:00
Ryan Nowak 3ed0d01eae Fix #4929 - Move IActionInvokerFactory from .Internal
Also added a wealth of doc comments to an area that's not currently super
well documented.
2016-07-05 13:18:34 -07:00
Ivaylo Kenov 0fec1424d5 Added community project in the README.md
Added MyTested.AspNetCore.Mvc as mentioned in #4905
2016-07-05 22:38:06 +03:00
Derek Gray 59b605cafb Add UseWhenExtensions and UseWhenExtensionsTests 2016-07-05 11:54: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 dc35157f7a Use MethodDisplayInfo to display stack trace 2016-07-05 11:47:09 -07:00
Victor Hurdugaci 21b3525933 Make MultipleTriggers more stable 2016-07-05 09:57:11 -07:00
Doug Bunting 15f25d569a Improve `IUrlHelper` and related doc comments
- #4245, #4507
2016-07-05 09:34:33 -07:00
jacalvar 90dc4bc207 [Fixes #324] Default parameters are not taken into account on attribute routing 2016-07-01 16:06:03 -07:00
Pranav K e510521097 Switch async void to async Task 2016-07-01 14:54:57 -07:00
Pranav K 62eaf16585 Updating to RTM builds of xunit 2016-07-01 11:21:28 -07:00
Pranav K 4995865158 Updating to RTM builds of xunit and Moq 2016-07-01 09:35:42 -07:00
Ryan Nowak 0978a7dd16 Add some tests, rename misnamed file 2016-07-01 09:29:02 -07:00
Muchiachio 4adc693cb5 Add an UseRouter that takes Action<IRouteBuilder>
- Added an overload of UseRouter that takes Action<IRouteBuilder>, to
make configuring standalone routing much less verbose.

Addresses #332
2016-07-01 08:50:29 -07:00
SteveSandersonMS b6e2274163 In Redux templates, add .babelrc to publish output. Fixes #159 2016-07-01 14:10:33 +01:00
SteveSandersonMS 260a0d6bcb Migrate entrypoint-http.js to TypeScript. Source is now HttpNodeInstanceEntryPoint.ts. 2016-07-01 11:49:22 +01:00
SteveSandersonMS 393e156b47 Better reporting of Webpack compilation errors to fix #159 2016-07-01 10:30:59 +01:00
Pranav K 0d93f911ca Updating to RTM builds of xunit 2016-06-30 17:23:43 -07:00
Ajay Bhargav Baaskaran 837b304c32 Updating to RTM builds of xunit and Moq 2016-06-30 16:34:57 -07:00
Pranav K 60a08bcbaf Updating to RTM builds of xunit and Moq 2016-06-30 16:30:46 -07:00
Pranav K a09bce0c07 Updating to RTM builds of xunit and Moq 2016-06-30 16:00:39 -07:00
Pranav K 24439bc400 Updating to RTM builds of xunit and Moq 2016-06-30 15:36:11 -07:00
Pranav K c500515f9f Updating to RTM builds of xunit 2016-06-30 15:29:30 -07:00
Doug Bunting 42cea41737 Fail more gracefully when option collections cleared
- #4690
- move `ModelBindingMessageProvider` init from `DefaultBindingMetadataProvider` to `DefaultModelMetadata`
 - in addition to avoiding error cases, this removes some boilerplate
- add specific errors to `BodyModelBinderProvider`, `CompilerCache`, `CompositeViewEngine`, `ModelBinderFactory`,
  and `ObjectResultExecutor`
 - `DefaultRazorViewEngineFileProviderAccessor.FileProvider` now a `NullFileProvider` in empty case
2016-06-30 14:52:50 -07:00
Pranav K 60a66aaa6d Updating to RTM builds of xunit 2016-06-30 14:52:36 -07:00