Commit Graph

39583 Commits

Author SHA1 Message Date
Praburaj 3ce74b6c4e Adding a way to do a graceful shutdown of the server.
This code path is not being used right now as there is no way to select this start up class.
2014-09-19 13:49:42 -07:00
kulmugdha 9d505f5a24 Merge pull request #147 from aspnet/fixsamples
Fixing samples to use IApplicationBuilder and aspnet50, aspnetcore50
2014-09-19 10:57:55 -07:00
Mugdha Kulkarni de208217a9 Fixing samples 2014-09-18 15:45:36 -07:00
Praburaj 7eb78b8dd1 Adding ability to add a Helios native module based test
Native module is still not fully working with automation. Will be avilable shortly.

The test project will undergo a little bit of refactoring and cleanup as well shortly.
2014-09-18 14:48:48 -07:00
Ryan Nowak fe0a9331d2 cr feedback 2014-09-18 12:40:15 -07:00
Ryan Nowak 1916560546 Porting razorpage perf improvements from codeplex-2119
These changes were worth 2-3% of execution time on a page that makes heavy
use of attribute writing.

Making the overloads for writing a string public should show a small
throughput increase for a typical razor page.
2014-09-18 12:22:10 -07:00
Ryan Nowak 529b17ea70 Fix for codeplex-1120 - Move CreateSerializer out of the base class
This is a small refactor as a precursor for api-explorer work.
2014-09-17 18:07:42 -07:00
Praburaj aadcdf715f Adding a variation to start weblistener from kpm pack output 2014-09-17 16:19:57 -07:00
Praburaj c7cd2e004f Removing the work around applied for the multi Antiforgery token issue
Original MVC bug is fixed now.
2014-09-17 14:11:35 -07:00
Pranav K 70521e1fa6 Merge branch 'release' into dev 2014-09-17 12:51:17 -07:00
Pranav K bc7241d87a Changes to show intellisense for @inject directive 2014-09-17 12:49:56 -07:00
Pranav K 102e2e5739 Merge branch 'release' into dev 2014-09-17 12:47:10 -07:00
Pranav K a5668bdbab Make CompleteBlock accessible to derived parser 2014-09-17 12:46:00 -07:00
Pranav K 6d17f77cd2 Updating dev NuGet.config 2014-09-17 10:02:41 -07:00
Pranav K 100466112d Updating release NuGet.config 2014-09-17 10:02:39 -07:00
Pranav K b704f61420 Updating dev NuGet.config 2014-09-17 10:01:13 -07:00
Pranav K 3b5c3daf08 Updating release NuGet.config 2014-09-17 10:01:11 -07:00
Pranav K b5df3eb1d5 Updating dev NuGet.config 2014-09-17 10:01:06 -07:00
Pranav K 69237f5c19 Updating release NuGet.config 2014-09-17 10:01:04 -07:00
Pranav K 281ef61e8c Updating dev NuGet.config 2014-09-17 10:00:58 -07:00
Pranav K bd7cbea832 Merge branch 'release' into dev 2014-09-17 10:00:58 -07:00
Pranav K 4062014cc6 Updating release NuGet.config 2014-09-17 10:00:56 -07:00
Pranav K 4fd4b3fb3c Updating dev NuGet.config 2014-09-17 10:00:49 -07:00
Pranav K 8a0e1990f7 Updating release NuGet.config 2014-09-17 10:00:47 -07:00
Pranav K ffedd04657 Updating dev NuGet.config 2014-09-17 09:59:14 -07:00
Pranav K 1a6b6fdd91 Updating release NuGet.config 2014-09-17 09:59:12 -07:00
Pranav K 6bddce7815 Updating dev NuGet.config 2014-09-17 09:58:57 -07:00
Pranav K 7f347093bb Updating release NuGet.config 2014-09-17 09:58:54 -07:00
Pranav K 8de83ce117 Updating dev NuGet.config 2014-09-17 09:58:35 -07:00
Pranav K 54c8f97615 Updating release NuGet.config 2014-09-17 09:58:33 -07:00
Pranav K a5201b705a Updating dev NuGet.config 2014-09-17 09:58:27 -07:00
Pranav K 83c4fde451 Updating release NuGet.config 2014-09-17 09:58:25 -07:00
Pranav K 5a2de1aaac Updating dev NuGet.config 2014-09-17 09:58:15 -07:00
Pranav K 51306b53b5 Updating release NuGet.config 2014-09-17 09:58:13 -07:00
Pranav K 0c6dd83ac2 Updating dev NuGet.config 2014-09-17 09:57:53 -07:00
Pranav K 425e2c5527 Updating release NuGet.config 2014-09-17 09:57:51 -07:00
Pranav K d61b683549 Updating dev NuGet.config 2014-09-17 09:57:46 -07:00
Pranav K ae0a44a0e1 Updating release NuGet.config 2014-09-17 09:57:44 -07:00
Pranav K 2ce4a0260d Updating dev NuGet.config 2014-09-17 09:56:58 -07:00
Pranav K 922dd2a86e Updating release NuGet.config 2014-09-17 09:56:56 -07:00
Pranav K 93a0a99784 Updating dev NuGet.config 2014-09-17 09:56:22 -07:00
Pranav K 94c689b4b9 Updating release NuGet.config 2014-09-17 09:56:20 -07:00
Chris Ross c8c6b4e02d Suppress InvalidParameter errors on respone Dispose for aborted requests. 2014-09-17 09:22:09 -07:00
Pranav K 029d6b4b58 Add "update-release" target to merge dev branches to release 2014-09-16 13:43:27 -07:00
Praburaj de6b05cd86 Updating Social startup as well to use chaining to add configuration sources. 2014-09-16 10:50:24 -07:00
Praburaj 0a3456042a Updating sample to use config file named config.json instead of LocalConfig.json 2014-09-16 10:48:33 -07:00
Praburaj 671c619a11 Fixing Program.cs to populate a IHostingEnvironment service
Also contains a general cleanup.
2014-09-16 10:26:23 -07:00
Pranav K 646c0d704d Limit the maximum number of Model errors to a reasonable value.
Fixes #490
2014-09-16 09:57:00 -07:00
Praburaj 3d79659cc0 Updating sample readme
Also removing some mono related settings on NtlmStartup.
2014-09-16 09:31:38 -07:00
harshgMSFT 9befa6e3a2 Fixing af tests which are failing due to hardcoded values of the tokens. 2014-09-15 18:49:55 -07:00