Commit Graph

40898 Commits

Author SHA1 Message Date
SteveSandersonMS 70c084b344 Simplify project.json/global.json files where possible 2016-05-18 13:59:25 +01:00
SteveSandersonMS 22deb2ad28 Add LatencyTest project 2016-05-18 11:51:47 +01:00
SteveSandersonMS 28aa7bfadb Bump yeoman generator package version 2016-05-18 10:52:57 +01:00
Eilon Lipton 2c8286ea3f Update README.md 2016-05-17 18:53:36 -07:00
moozzyk bf7e7437a5 Fixing targets to enable starting music store from VS 2016-05-17 15:54:41 -07:00
John Luo aa7abe8521 React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-17 15:52:32 -07:00
John Luo b7be616f83 React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-17 15:45:07 -07:00
John Luo 657d35819d React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-17 15:13:47 -07:00
Hao Kung 36329b07c8 Add Description as well to AuthenticateInfo
(needed by Identity)
2016-05-17 15:01:44 -07:00
John Luo 1d588e0e82 React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-17 14:57:06 -07:00
John Luo 5ddbe38630 React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-17 14:45:03 -07:00
John Luo 097b339f74 React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-17 14:39:32 -07:00
John Luo 621ccf889c React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-17 14:34:03 -07:00
Chris R 8b4b99b168 Clean up samples 2016-05-17 13:36:18 -07:00
Ajay Bhargav Baaskaran 5326405fd7 aspnet/Coherence#97 - React to updated CoreCLR packages 2016-05-17 12:53:24 -07:00
Ajay Bhargav Baaskaran 1d21cecd8d aspnet/Coherence#97 - React to updated CoreClr packages 2016-05-17 12:47:17 -07:00
Ryan Brandenburg e731a327cf Update Minor versions (#4657) 2016-05-17 12:40:20 -07:00
Ryan Brandenburg ca1e53bb34 Update minor version of TypeConverter (#22) 2016-05-17 12:28:18 -07:00
John Luo 428e6c2d80 React to updated CoreCLR packages.
https://github.com/aspnet/Coherence/issues/97
2016-05-17 12:22:30 -07:00
N. Taylor Mullen d27ab1ce3d React to `HtmlEncodedString` rename to `HtmlString`.
- Updated test output to reflect new `HtmlString` naming.

aspnet/HtmlAbstractions.25
2016-05-17 12:13:26 -07:00
N. Taylor Mullen 46f7a8575e React to updated CoreCLR packages.
https://github.com/aspnet/Coherence/issues/97
2016-05-17 12:11:54 -07:00
N. Taylor Mullen fe563b1459 Rename `HtmlEncodedString` => `HtmlString`.
- This rename makes the type more consistent with its `HtmlContentBuilder` counterparts (`AppendHtml`).

#25
2016-05-17 11:11:10 -07:00
N. Taylor Mullen 55922d68d4 React to `HtmlEncodedString` rename to `HtmlString`.
- Removed the Mvc instance of `HtmlString` since it now exists in `HtmlAbstractions`.

#4558
aspnet/HtmlAbstractions#25
2016-05-17 11:02:10 -07:00
Steve Sanderson 16c88c1cf4 Merge pull request #43 from eloekset/patch-1
Removed one of the comment blocks about Web API 2
2016-05-17 16:26:57 +01:00
SteveSandersonMS 218ca1fa44 Avoid peer dependency warnings while angular2-universal expects a specific version of rxjs 2016-05-17 16:25:47 +01:00
SteveSandersonMS 9ea1ca0a9b Trivial tweak to import ordering 2016-05-17 16:25:15 +01:00
Andrei Tserakhau 41d1c14770 bug(ng2-template): fix issue with not disposed boot object 2016-05-17 16:00:16 +01:00
Andrei Tserakhau 58a1aa3538 chore(ng2-template): upgrade angular 2 template to rc1 version 2016-05-17 16:00:16 +01:00
SteveSandersonMS 8005427d94 Fix markdown syntax typo 2016-05-17 12:05:35 +01:00
SteveSandersonMS ecada2f165 Update README.md. TODO: Change this to describe working in terms of building your own projects, not hacking on this repo itself. 2016-05-17 12:02:45 +01:00
SteveSandersonMS 352108be35 Update all projects for final .NET Core RC2 2016-05-17 11:56:06 +01:00
Kristian Hellang 230776f4b0 Added Permanent property to configure RequireHttpsAttribute
Fixes #4561
2016-05-16 16:18:53 -07:00
Cesar Blum Silveira 3e841ccba1 Always send HTTP/1.1 responses (#792). 2016-05-16 16:11:37 -07:00
BrennanConroy 962a74c488 Add argument validation 2016-05-16 15:19:58 -07:00
BrennanConroy 83c7abe87a Dipose HttpClient 2016-05-16 14:51:30 -07:00
Hisham Bin Ateya b72816e24c Remove unecessary using (#242) 2016-05-16 14:44:29 -07:00
Kiran Challa af19899927 [Fixes #279] Deleted RuntimeInfo middleware, sample and tests 2016-05-16 13:12:40 -07:00
Chris R 6294badd97 Use a shared CookieSecurePolicy. 2016-05-16 12:29:33 -07:00
Chris R b95843452c #612 Move CookieSecureOption / SecurePolicy to Http.Abstractions 2016-05-16 12:23:41 -07:00
Glenn Condron 6f95507332 Merge pull request #1448 from aspnet/glennc/rc2
Glennc/rc2
2016-05-16 12:07:13 -07:00
Glenn Condron c14cd071cf Merge pull request #1447 from aspnet/glennc/updatereadme
Update README.md
2016-05-16 12:06:26 -07:00
mnltejaswini 61a176e478 [Perf] Cache the default values for action arguments to avoid Activator.CreateInstance per argument.
Fixes #4470
2016-05-16 11:43:34 -07:00
mnltejaswini 5fb36ae406 [Perf] Replace Activator.CreateInstance with cached delegate in RazorPageFactoryProvider
Fixes #4470
2016-05-16 11:26:33 -07:00
mnltejaswini 0e4b838864 [Perf] Replace Activator.CreateInstance with cached delegate in Model Binders
Fixes Part1 of #4470
2016-05-16 11:26:33 -07:00
N. Taylor Mullen fa29396141 Revert "Add Visual Studio specific RC1 binaries."
This reverts commit 687fd72efd, a140440196, 698980943a and 3ebb14ee4b.

#4405
2016-05-16 11:12:24 -07:00
Kiran Challa 5627d00329 Added UserSecrets tool to E2ETests to enable setting up NanoServer related config in a local user secret store 2016-05-16 10:49:56 -07:00
Glenn Condron 541f36f2f2 Update README.md 2016-05-16 10:49:07 -07:00
N. Taylor Mullen 53e59b39c3 Revert "Add Visual Studio specific RC1 binaries."
This reverts commit 197d6a579f, 2c0fb950bc, 62fe5d6c4e and fad09801f8
2016-05-16 10:30:59 -07:00
Kiran Challa 3c7cfbf340 Removed all references to RuntimeInfoPage 2016-05-16 10:27:21 -07:00
Glenn Condron d2ac795bf8 Merge pull request #1436 from aspnet/glennc/rc2
Update the readme for RC2.
2016-05-16 10:04:54 -07:00