bchavez
16c267d95e
House Cleaning - Spelling and grammar 🚿
2017-08-30 14:58:44 -07:00
Manoj Kulkarni
87027de89c
Fixed minor typo
2017-08-30 14:57:27 -07:00
Nate McMaster
b811e69d00
Use PackageLineup to manage PackageReference versions
...
- Move the Mvc.Performance project from test/ to benchmarks/.
- Remove the Version attribute on PackageReference.
- Add a reference to two PackageLineup's.
- Add snippet to README explaining the additional requirement to run build.cmd /t:restore.
- Add a target to check that packages have been pinned.
2017-08-30 12:14:11 -07:00
Pranav K
b82200851f
Do not re-discover runtime compiled RazorPage files for precompiled Razor Pages.
...
Fixes #6718
2017-08-29 16:15:07 -07:00
Kiran Challa
b2f9ad1b67
Changed CookieTempDataProvider's CookieSecurePolicy from SameAsRequest to None
2017-08-29 14:55:52 -07:00
Kiran Challa
cfc05104e4
Updated to use WebEncoders utility's Base64Url encode/decode functionality
2017-08-29 08:37:28 -07:00
Alex
4917e69ad6
Fixed spelling mistake
2017-08-27 22:27:21 -07:00
Ryan Nowak
ca6c76c358
Add a test where [Ignore..] gets overridden
...
Fixing a small gap in our AF functional tests.
2017-08-25 13:55:27 -07:00
Pranav K
7b2a4ff465
Allow "page" route parameter to be used in Mvc controllers
...
Fixes #6660
2017-08-24 15:44:37 -07:00
Pranav K
bc87c3e9cb
Merge branch 'rel/2.0.1' into dev
2017-08-24 14:44:55 -07:00
Pranav K
59fe94b8e4
Setting up 2.0.1 branch
2017-08-24 14:13:39 -07:00
Pranav K
900a5c7c4c
Add support for ResponseCache in Razor Pages
...
Fixes #6437
2017-08-18 16:25:40 -07:00
Pranav K
3e8da43279
Pinning versions for 2.0.0
2017-08-17 15:00:47 -07:00
Nate McMaster
3a710c3d64
Upgrade to xunit 2.3.0-beta4
2017-08-17 10:45:03 -07:00
Nate McMaster
b43b244830
Use Directory.Build.props/targets
2017-08-16 12:30:13 -07:00
Pranav K
5fee1cac83
Merge pull request #6655 from aspnet/rel/2.0.0
...
Refactor CORS support out of MVC Core
2017-08-14 16:50:14 -07:00
Javier Calvarro Nelson
f2a8c1cea7
Refactor CORS support out of MVC Core
2017-08-14 11:40:56 -07:00
Pranav K
eb5c23ea8e
Parse LanguageVersion correctly
...
Fixes https://github.com/aspnet/Razor/issues/1591
2017-08-08 17:25:28 -07:00
John Luo
b3fe473e29
Ensure fallback to curl after failed wget
2017-08-02 14:33:07 -07:00
John Luo
8ebc7618c0
Update __get_remote_file logic
2017-08-02 12:44:47 -07:00
Nate McMaster
16f23566cb
Fix syntax warning when running build.sh on older versions of bash
...
[ci skip]
2017-07-26 10:28:30 -07:00
Nate McMaster
8e1a337e31
Update bootstrappers to use the compiled version of KoreBuild
...
[ci skip]
2017-07-25 16:33:52 -07:00
Pranav K
b00c13ae7e
Updating to InternalAspNetCoreSdkVersion 2.1.1-*
2017-07-25 15:14:16 -07:00
Ryan Brandenburg
96e9b8d239
Set AspNetCoreVersion
2017-07-24 17:57:43 -07:00
Javier Calvarro Nelson
6c7d22f5a7
Cleanup MVC Sandbox
...
Remove the meta refresh tag from the layout page.
Add a new line at the end of Home/Index.cshtml
2017-07-24 14:10:19 -07:00
Ryan Brandenburg
80bae285f0
2.0.0-rtm to 2.1.0-preview1
2017-07-24 12:34:30 -07:00
Pranav K
8ab361ae42
Merge pull request #6582 from aspnet/rel/2.0.0
...
Add global filters with the right scope
2017-07-21 14:02:29 -07:00
Pranav K
2ef26486dd
Add global filters with the right scope
...
Previously global filters were added to the page application model with Action scope. This
would have resulted in incorrect ordering of filters during execution. We'll instead add
global filters separately with the right scope. #6579 will be used to express global filters
as part of the application model.
2017-07-21 14:02:07 -07:00
Pranav K
6eba0e2128
Merge pull request #6578 from aspnet/rel/2.0.0
...
Rel/2.0.0
2017-07-21 10:51:10 -07:00
Pranav K
a5b55edb93
Fix filter order ( #6577 )
...
* Fix filter order
2017-07-21 10:50:34 -07:00
Hao Kung
36e24b7a31
Fix AuthZ Regression ( #6574 )
2017-07-20 21:18:53 -07:00
Mike Harder
1b69320c3c
Merge pull request #6572 from aspnet/rel/2.0.0
...
Update Roslyn to 2.3.1 (#6571 )
2017-07-20 10:49:56 -07:00
Mike Harder
161b6e7b94
Update Roslyn to 2.3.1 ( #6571 )
2017-07-20 10:48:37 -07:00
Pranav K
f6e620d350
Merge pull request #6566 from aspnet/rel/2.0.0
...
Add empty baselines to suppress api check
2017-07-19 13:18:26 -07:00
Pranav K
e65e647867
Add empty baselines to suppress api check
2017-07-19 13:18:09 -07:00
Pranav K
0c01ba50f4
Merge pull request #6561 from aspnet/rel/2.0.0
...
Rel/2.0.0
2017-07-18 09:24:14 -07:00
Pranav K
843d9820e2
Add breakingchanges.netcore.json for Microsoft.AspNetCore.Mvc.Razor
2017-07-18 09:23:53 -07:00
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
Pranav K
81fa9c8fcf
Increase wait timeouts for flaky tests ( #6548 )
...
* Increase wait timeouts for flaky tests
Fixes #6540
2017-07-17 16:40:06 -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