Commit Graph

25659 Commits

Author SHA1 Message Date
ASP.NET CI fc1ba6eda8 Updating submodule(s)
AuthSamples => 3fe63148f1
EntityFrameworkCore => f7de399e0fc29639412ae7badf8d9c83f99f17fe
Identity => f1222d7611
IISIntegration => db27e1c891
Mvc => 1aeaf69f87
Razor => 161f000174
Templating => 0b58328143
WebHooks => 607d59b9e62e737d683b90a7e60a9f0e636c7d0a

[auto-updated: submodules]
2018-03-19 22:51:20 +00:00
Ajay Bhargav Baaskaran 79e744f691 Handle unreadable import items in design time 2018-03-19 15:39:25 -07:00
Javier Calvarro Nelson 3fe63148f1 Merge branch 'release/2.1' into dev 2018-03-19 15:37:23 -07:00
Javier Calvarro Nelson 90eca80e0b React to changes in MVC Testing 2018-03-19 15:36:15 -07:00
pan-wang 2bb9a8aaf9 Adding handlerSettings configuration to aspnetcore schema for future use (#689) 2018-03-19 15:30:55 -07:00
Ryan Nowak 161f000174 Merge branch 'release/2.1' into dev 2018-03-19 15:23:17 -07:00
Ryan Nowak d72e914fe9 Merge branch 'rel/vs15.7' into release/2.1 2018-03-19 15:11:49 -07:00
Ryan Nowak d1bf120c54 Make 2.1 MVC the default for uninitialized projects 2018-03-19 15:06:57 -07:00
Nate McMaster ffbc5068c7
Bump to VersionSuffix to preview3/alpha3 2018-03-19 14:55:08 -07:00
Ryan Nowak 76194d37e8 Merge branch 'release/2.1' into dev 2018-03-19 14:23:06 -07:00
Ryan Nowak 70cdcb520e Merge branch 'rel/vs15.7' into release/2.1 2018-03-19 14:22:41 -07:00
Ryan Nowak 130a751dfa Add an experimental Language Version
Adding a secret language version for Blazor and other experiments.
2018-03-19 14:10:33 -07:00
Ryan Brandenburg 3edca24004 Set 2.0 baselines 2018-03-19 13:43:59 -07:00
Brice Lambson d2324fae73 Update AuthSamples & Identity 2018-03-19 13:25:35 -07:00
Brice Lambson 840741f158 Merge branch 'release/2.1' into dev 2018-03-19 13:24:47 -07:00
Ryan Nowak f990dd306a Merge remote-tracking branch 'origin/release/2.1' into dev 2018-03-19 13:24:27 -07:00
Ryan Nowak be53b64fc1 Add an experimental Language Version
Adding a secret language version for Blazor and other experiments.
2018-03-19 13:21:06 -07:00
Doug Bunting 1aeaf69f87
Merge branch 'release/2.1' into dev 2018-03-19 13:08:36 -07:00
Ryan Nowak 9f794b0290 Merge branch 'release/2.1' into dev 2018-03-19 13:01:24 -07:00
Brice Lambson a3772fed65 Remove Microsoft.EntityFrameworkCore.Tools.DotNet 2018-03-19 12:59:16 -07:00
Ryan Nowak 6e4a968e12 Fix #2149 give generated files distinct extension
Gives our generated a files an extension that isn't used for any other
purpose (that we know of). This is handy for tooling to be able to
quickly know if a file is 'ours'. This comes up in places like
IVsSymbolicNavigationNotify (go to definition).
2018-03-19 12:59:16 -07:00
Doug Bunting 390ebbb258
Do not bind `"[index]"` in `CollectionModelBinder` subsetting feature
- #7091
- add `IKeyRewriterValueProvider` to remove rewritten keys or value providers containing such keys
  - similar to `IBindingSourceValueProvider` except `CompositeValueProvider` keeps non-implementers around
- remove `after.Order == before.Order` special cases
  - a premature optimization that could lead to lost inner provider replacements
  - rework `EnumerableValueProviderTest` to ease test override in `CompositeValueProviderTest`
- add `EmptyValueProvider` fields to reduce `CompositeValueProvider` allocations

nits:
- remove Linq use in `CompositeValueProvider`
- do not create an unnecessary dictionary in `CompositeValueProvider.Filter(...)` methods
- accept VS suggestions, mostly pattern matching
2018-03-19 12:53:05 -07:00
Jass Bagga ed18a8f975
Seal ActionResultOfT (#7507) 2018-03-19 12:52:31 -07:00
Jass Bagga dc766c8354
Merge pull request #2185 from aspnet/release/2.1
CodeGen RouteTemplate as a RazorCompiledItemAttribute
2018-03-19 12:38:48 -07:00
Pranav K 7ff56dadf4 CodeGen RouteTemplate as a RazorCompiledItemAttribute 2018-03-19 12:37:04 -07:00
Pranav K 85b12e9fa1
Enable dotnet-build bot 2018-03-19 12:31:55 -07:00
Javier Calvarro Nelson 2bc4c40485 Merge remote-tracking branch 'origin/release/2.1' into origin-dev 2018-03-19 12:22:31 -07:00
Javier Calvarro Nelson 908e7a863b Improvements to the MVC testing package
* Clean up unnecessary workarounds on the build project.
* Remove the need to specify the content root relative to the solution
  and use a solution based on an assembly level attribute on the test
  assembly created at build time.
* Remove non parameterless constructors.
* Add support for creating specialized factories from the base factory
  and keep track of "child" factories for disposal.
* Add support for creating clients that handle cookies and redirects
  automatically.
2018-03-19 12:19:45 -07:00
Doug Bunting ef7b9022e8
Merge branch 'release/2.1' into dev 2018-03-19 12:15:02 -07:00
Nate McMaster d62ef7170a
Merge branch 'release/2.1' into dev 2018-03-19 12:01:36 -07:00
Nate McMaster 66c53b843e
Use wget instead of curl inside alpine docker build
For reasons I don't understand, curl started failing over the weekend with:

    curl: (48) An unknown option was passed in to libcurl

This change to wget instead which works just as well
2018-03-19 12:00:46 -07:00
Doug Bunting 869825b16c
Quick fix: Add test of #2890
- tests added (ages ago) in aspnet/Mvc@a045324 no longer fail when `__` handling removed
2018-03-19 11:59:52 -07:00
Kiran Challa 236cab7cc8 Merge branch 'release/2.1' into dev 2018-03-19 11:53:22 -07:00
Kiran Challa e2b6975bff Marked PageArgumentBinder type as Obsolete 2018-03-19 11:50:20 -07:00
Kiran Challa 09b5ff7b72 Use ParameterInfo for getting metadata of a parameter to show the correct information in ApiExplorer
[Fixes #7435] 2.1-Preview 1: IsBindingRequired and IsRequired still false with RequiredAttribute on controller parameter.
2018-03-19 11:50:19 -07:00
Justin Kotalik db27e1c891 Revert "Cleanup ReadAsync calls, make IISHttpContext private. (#685)"
This reverts commit 8c4a83dbbf.
2018-03-19 11:09:44 -07:00
Justin Kotalik 8c4a83dbbf
Cleanup ReadAsync calls, make IISHttpContext private. (#685) 2018-03-19 11:08:36 -07:00
Ajay Bhargav Baaskaran e9562ad372 Merge branch 'release/2.1' into dev 2018-03-19 11:07:21 -07:00
Pranav K 3d251549c8
Merge pull request #7502 from aspnet/release/2.1
Stop building\testing on netcoreapp2.0
2018-03-19 11:01:07 -07:00
Ajay Bhargav Baaskaran 767e5a12c3 Display errors from build server as part of MsBuild output 2018-03-19 10:49:00 -07:00
Ryan Brandenburg 7a7cc5ab1e Set 2.0 baselines 2018-03-19 10:46:23 -07:00
Brice Lambson f09a595ad5 Merge branch 'release/2.1' into dev 2018-03-19 10:42:30 -07:00
Brice Lambson 35716ebf2c Make dotnet-ef a global tool 2018-03-19 10:30:37 -07:00
Artak b58986414e
Make Razor HTML Comments aware (#2178)
* Merging changes (from dev branch; doing manually to squash them really)of HTML Parser to be aware of HTML Comments so TagHelpers don't complain about comments as content.
2018-03-19 10:18:29 -07:00
Jass Bagga 0b58328143
Merge pull request #372 from aspnet/release/2.1
Remove BOM from json files (#369)
2018-03-19 10:11:28 -07:00
Jass Bagga 79b4cafe68
Remove BOM from json files (#369)
Addresses #276
2018-03-19 10:11:00 -07:00
Ryan Brandenburg 5e9dd7a5fc Set 2.0 baselines 2018-03-19 10:10:50 -07:00
Pranav K e7b2e3fe2d Stop building\testing on netcoreapp2.0 2018-03-19 10:09:51 -07:00
Pranav K 531f59acc5
Updating BuildTools 2018-03-19 09:36:17 -07:00
Pranav K 4914e17868
Merge branch 'release/2.1' into dev 2018-03-19 09:35:53 -07:00