Pranav K
b879557af5
Increase wait timeouts for flaky tests ( #6548 ) ( #6556 )
...
* Increase wait timeouts for flaky tests
Fixes #6540
2017-07-17 16:40:37 -07:00
Ryan Nowak
d79a4ff243
Merge branch 'rel/2.0.0' into dev
2017-07-14 10:49:41 -07:00
Ryan Nowak
c9f506d4ea
Fix #6542 - correct namespace of [TempData]
2017-07-14 10:49:15 -07:00
Pranav K
1810925b13
Add _ViewStart and _ViewImports to embedded view test
2017-07-14 10:34:29 -07:00
Pranav K
1e7c38ff22
Merge pull request #6553 from aspnet/rel/2.0.0
...
Ensure IPageApplicationModelProviders are invoked in the sequence of …
2017-07-14 10:22:59 -07:00
Pranav K
998547839e
Ensure IPageApplicationModelProviders are invoked in the sequence of their Order
...
Fixes #6536
2017-07-14 10:11:53 -07:00
Mike Harder
1022bed38b
Merge pull request #6541 from aspnet/rel/2.0.0
...
Update FSharp.Core and FSharp.NET.Sdk to latest (#6538 )
2017-07-12 18:08:01 -07:00
Mike Harder
f94605df47
Update FSharp.Core and FSharp.NET.Sdk to latest ( #6538 )
2017-07-12 18:07:01 -07:00
Mike Harder
068c91dbec
Merge remote-tracking branch 'origin/rel/2.0.0' into dev
2017-07-12 17:26:35 -07:00
Mike Harder
693d116481
Enable AppVeyor for release branches ( #6539 )
2017-07-12 17:26:13 -07:00
Pranav K
308d64277e
Update to Roslyn 2.3.0
2017-07-12 07:58:46 -07:00
Javier Calvarro Nelson
641bff9e50
Merge branch 'cache-tag-helpers' into dev
2017-07-10 19:27:31 -07:00
Javier Calvarro Nelson
c43da19ff1
Do not add the configuration for CacheTagHelperOptions to the container multiple times
2017-07-10 19:10:04 -07:00
Javier Calvarro Nelson
9c33cc2eda
Merge remote-tracking branch 'origin/rel/2.0.0' into dev
2017-07-10 18:22:09 -07:00
Javier Calvarro Nelson
0c07e1e725
[ Fixes #6522 ] Commit cache entries only when the content gets successfully generated
2017-07-10 18:18:32 -07:00
Mike Harder
5fe09f9df4
Upgrade Roslyn to 2.3.0-beta4-* ( #6523 )
2017-07-10 17:28:40 -07:00
Javier Calvarro Nelson
06b6e904b2
Merge branch 'rel/2.0.0' into dev
2017-07-10 15:53:06 -07:00
Javier Calvarro Nelson
ca08b0e06b
Add breakingchanges.json for tag helpers
2017-07-10 15:52:33 -07:00
Ryan Brandenburg
b37f4ab2b6
Skip first time experience on Appveyor
2017-07-10 15:25:24 -07:00
Javier Calvarro Nelson
8226e84861
Merge remote-tracking branch 'origin/rel/2.0.0' into dev
2017-07-10 15:04:04 -07:00
Javier Calvarro Nelson
3d76fdf086
Private cache for cache tag helper and distributed cache tag helper
2017-07-10 15:00:19 -07:00
Pranav K
706054925c
Merge branch 'rel/2.0.0' into dev
2017-07-10 11:57:59 -07:00
Pranav K
65fce8dd65
Updating KoreBuild branch
2017-07-10 11:57:59 -07:00
Pranav K
337eb1826f
Merge branch 'rel/2.0.0' into dev
2017-07-10 11:44:51 -07:00
Pranav K
03c32b79b3
Branching for 2.0.0 rtm
2017-07-10 11:44:51 -07:00
Javier Calvarro Nelson
9f60b42476
Change version suffix for Testing package
2017-07-10 10:24:07 -07:00
John Luo
492f820cf7
Missed caching API updates
2017-07-07 22:06:20 -07:00
John Luo
9ebece44e0
Reacting to caching API updates
2017-07-07 21:22:49 -07:00
Jass Bagga
b4fe715c71
Revert breaking change ( #6519 )
...
Addresses #6518
2017-07-07 17:09:36 -07:00
Ryan Brandenburg
9e2f8b7cb5
Comment on remaining PackageTargetFallbacks
2017-07-07 15:01:07 -07:00
Javier Calvarro Nelson
e1c1682065
Testing infrastructure cleanup
2017-07-07 13:18:42 -07:00
Ryan Nowak
f80f7cefa5
Fix #6480
...
This change logs when we encounter and exception reading temp data from a
cookie and swallows the exception. Additionally, we clear the cookie so
that this won't happen on subsequent requests.
This will handle cases where data protection is misconfigured, or a
request just has general garbage in the cookies.
2017-07-07 13:14:03 -07:00
Hao Kung
e09a0f5b7c
React to auth default changes
2017-07-07 12:08:11 -07:00
Pranav K
f1c4aa14d3
Simplify CacheTagHelper.ProcessAsync ( #6506 )
...
* Simplify CacheTagHelper.ProcessAsync
Modify ProcessAsync to cause all tasks to fail when the ongoing GetChildContentAsync call that they're
awaiting on fails.
2017-07-07 11:15:19 -07:00
Ryan Brandenburg
fdb6a76a5b
Remove NETStandard.Library.NETFramework
2017-07-07 10:27:34 -07:00
Pranav K
fc106ab793
Revive call to FormattingUtilities in XmlDataContractSerializerOutputFormatter
...
Fixes #6235
2017-07-07 10:11:28 -07:00
Ajay Bhargav Baaskaran
05f5d59e44
Fix build break
2017-07-06 19:43:42 -07:00
Ajay Bhargav Baaskaran
8bc4d7bb2d
Rect to Razor rename
2017-07-06 18:45:34 -07:00
Pranav K
0c31f51d28
Update version suffix for 2.0.0 RTM release
2017-07-06 15:16:05 -07:00
N. Taylor Mullen
1be796027e
React to `ParseOnlyLeadingDirectives` rename.
...
aspnet/Razor#1510
2017-07-06 14:26:35 -07:00
N. Taylor Mullen
d71fb890ee
React to `IRazorParserOptionsFeature` rename.
...
aspnet/Razor#1510
2017-07-06 14:20:56 -07:00
Pranav K
288da1a405
RedirectToPage(page, handler) does not work ( #6503 )
...
Fixes #6436
2017-07-06 14:12:57 -07:00
Ryan Brandenburg
8b9b8beb1d
Set "TreatWarningsAsErrors" before NuGet restore
...
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:42:25 -07:00
Hao Kung
a15c2afe85
React to auth
2017-07-06 13:42:05 -07:00
Nate McMaster
7eb4a8687e
React to aspnet/BuildTools#293
...
[ci skip]
2017-07-06 10:38:37 -07:00
N. Taylor Mullen
7454c53047
Rely on Razors MalformedDirective identification for @page.
...
aspnet/Razor#1448
2017-07-05 16:57:57 -07:00
Chris R
b9541be20d
React to ISession cancellation changes
2017-07-05 14:34:48 -07:00
Pranav K
8963b83dd3
Remove ParseOptions and CompilationOptions from RazorViewEngineOptions ( #6487 )
...
* Remove ParseOptions and CompilationOptions from RazorViewEngineOptions
Fixes #6009
2017-07-05 14:18:49 -07:00
Nate McMaster
1eb7f9e032
Add CookieBuilder to CookieTempDataProviderOptions and obsolete duplicate API ( #6472 )
2017-07-05 10:19:13 -07:00
Javier Calvarro Nelson
ef43b100a6
Fix a null reference exception and add some null checks
2017-07-04 14:24:40 -07:00