Commit Graph

40898 Commits

Author SHA1 Message Date
Doug Bunting b83e142bfe Fix build break: Add `ObjectPoolProvider` to DI in integration tests 2016-03-27 13:04:17 -07:00
Eilon Lipton 78a3fc91d3 Fix package metadata 2016-03-26 22:42:17 -07:00
Doug Bunting a8d4da9f17 Add a couple of missing `global::` prefixes
- was missing when writing out full name of an `enum` value
- was missing in one case when writing out `TagHelperAttribute` type name

nit: updated `CSharpTagHelperFieldDeclarationVisitor.WritePrivateField()` to always include the prefix
- no change in generated code but centralizes the prefix addition and reduces intermediate `string`s
2016-03-26 19:12:36 -07:00
Doug Bunting 749a51e9ae Quick fix: Another typo in the same resource name 2016-03-26 17:36:38 -07:00
Doug Bunting ea9acda0b8 Quick fix: Correct typo in resource name 2016-03-26 17:01:19 -07:00
Eilon Lipton c5d5ef6788 Fix package metadata 2016-03-26 15:00:56 -07:00
John Luo fb036a4e3a Update samples TFM 2016-03-25 17:30:52 -07:00
John Luo a406bfd86f Add addtional test and some comments 2016-03-25 17:11:21 -07:00
ryanbrandenburg 5fe284a486 SetContent->SetHtmlContent 2016-03-25 16:48:06 -07:00
Chris R 00f660b50d React to OpenIdConnect event changes. 2016-03-25 16:11:20 -07:00
Christian Weiss 4b16e83a1f Pass existing LoggerFactory into WebHostBuilder 2016-03-25 15:34:30 -07:00
BrennanConroy 3edb06d983 React to Deployer changes 2016-03-25 15:00:36 -07:00
BrennanConroy cad873d949 React to Deployer changes 2016-03-25 14:59:49 -07:00
BrennanConroy 22eab75005 Add Nginx Deployer 2016-03-25 14:52:10 -07:00
= d42eb56fee Fix content root for non-windows xunit tests with no app domains 2016-03-25 12:39:15 -07:00
David Fowler 5ddb17d2fe Fixed packages 2016-03-25 12:27:49 -07:00
ryanbrandenburg e8d0cc1668 SetContent->SetHtmlContent 2016-03-25 12:09:07 -07:00
ryanbrandenburg 21be7973ea SetContent to SetHtmlContent 2016-03-25 12:05:43 -07:00
ryanbrandenburg fd10621c1a SetContent->SetHtmlContent 2016-03-25 12:01:59 -07:00
Chris R b52e33caa7 Fix tests by publishing. 2016-03-25 11:38:38 -07:00
BrennanConroy 2952fb90cc Feedback 2016-03-25 11:34:33 -07:00
BrennanConroy 06a0d4f3e1 Update 2016-03-25 11:34:33 -07:00
BrennanConroy f272d993de Helper 2016-03-25 11:34:33 -07:00
BrennanConroy dfb7f2f9b2 Fixups 2016-03-25 11:34:33 -07:00
BrennanConroy 27c32d073f Adding Nginx to test runs 2016-03-25 11:34:33 -07:00
David Fowler 8e56602a46 Fixed the build 2016-03-25 11:30:23 -07:00
Doug Bunting 43836aec18 An `ObjectPoolProvider` is always registered
- react to aspnet/Hosting/pull#673
2016-03-25 11:20:15 -07:00
Doug Bunting 0c81df8591 An `ObjectPoolProvider` is always registered
- react to aspnet/Hosting/pull#673
2016-03-25 11:19:23 -07:00
Cesar Blum Silveira 300078b448 Temporary: Don't expand packages when caching Coherence on non-Windows. 2016-03-25 11:12:39 -07:00
Sebastien Ros 476d2eb81d Reacting to changes in Caching 2016-03-25 10:56:34 -07:00
David Fowler c6f7a3434e Fixed build 2016-03-25 10:50:06 -07:00
Chris R 3f596108aa #690 OIDC & JWT event refactoring. 2016-03-25 10:08:33 -07:00
Doug Bunting 39b4f6fe53 An `ObjectPoolProvider` is always registered
- react to aspnet/Hosting/pull#673
2016-03-25 10:08:16 -07:00
Doug Bunting f0a5a01f6d React to `HttpContextFactory` constructor change
- remove unused field
- see pull aspnet/HttpAbstractions#594 and issue aspnet/HttpAbstractions#561
2016-03-25 10:05:27 -07:00
Doug Bunting b06a84457d Ensure an `ObjectPoolProvider` is registered
- e.g. take advantage of aspnet/HttpAbstractions#561 fix wherever cookies are used
2016-03-25 09:58:05 -07:00
Doug Bunting 80813f7c1e Use pooled `StringBuilder` to reduce allocations when adding response cookies
- #561
- new `SetCookieHeaderValue.AppendToStringBuilder()` method; avoids per-call `StringBuilder` allocation
- `ResponseCookies` uses `ObjectPool<StringBuilder>` that `ResponseCookiesFeature` provides
 - `ResponseCookies` works fine if no `ObjectPoolProvider` is available
- `IHttpContextFactory` instance is a singleton instantiated from CI
 - make `HttpContextFactory` `ObjectPoolProvider` and `ResponseCookiesFeature`-aware
 - apply same pattern to sample `PooledHttpContextFactory`
- pool is not currently configurable; defaults are fine for response cookies
 - if we need (policy) configuration, would add an `IOptions<HttpContextFactorySettings>`

nit: Add some doc comments
2016-03-25 09:38:52 -07:00
David Fowler 91ba4154c6 Fixed tests 2016-03-25 09:32:26 -07:00
David Fowler 4e78a2d02e Fixed build 2016-03-25 09:28:20 -07:00
David Fowler 7c67a4a594 Fixed packages 2016-03-25 09:25:04 -07:00
mnltejaswini 66ff9939c3 Cache Member Access Expression Text to avoid ExpressionHelper.GetExpressionText
Part 1 Fix for  #3921
2016-03-25 09:12:02 -07:00
Pranav K 98e2d5d4c7 Fix dotnet restore warning 2016-03-25 08:15:10 -07:00
David Fowler 2477982854 Fixed packages 2016-03-25 03:00:48 -07:00
David Fowler 6a0e58e3ff Fixed build 2016-03-25 02:46:34 -07:00
David Fowler 7399cc8957 Fixed build 2016-03-25 02:40:08 -07:00
David Fowler f5fbae6776 Fixed build 2016-03-25 02:36:27 -07:00
David Fowler f26f951d0d Fixed packages 2016-03-25 02:14:11 -07:00
David Fowler 8965b63ec1 Fixed build 2016-03-25 02:02:41 -07:00
David Fowler cf9509baca Fixed the build 2016-03-25 01:56:45 -07:00
David Fowler 8efc650e74 Fixed build 2016-03-25 01:54:05 -07:00
David Fowler 70c0254dc2 Fixed build 2016-03-25 01:48:01 -07:00