ASP.NET CI
76d6fa1178
Updating submodule(s)
...
AzureIntegration => b64aae0353
[auto-updated: submodules]
2018-09-21 23:53:00 +00:00
Pavel Krymets
b64aae0353
Do not build runtime site extension ( #228 )
2018-09-21 16:47:37 -07:00
ASP.NET CI
4d9f4de927
Updating submodule(s)
...
DotNetTools => 986d9d48c9
Mvc => 90089953d7
[auto-updated: submodules]
2018-09-21 23:24:06 +00:00
Daniel Roth
986d9d48c9
Fix typo
2018-09-21 16:05:03 -07:00
Doug Bunting
90089953d7
Merge pull request #8491 from dotnet-maestro-bot/merge/release/2.2-to-master
...
[automated] Merge branch 'release/2.2' => 'master'
2018-09-21 15:40:49 -07:00
ASP.NET CI
2b89ea2a60
Updating submodule(s)
...
AuthSamples => a3d10e8113
[auto-updated: submodules]
2018-09-21 22:26:29 +00:00
ASP.NET CI
e391170f43
Updating submodule(s)
...
Mvc => 5c8dfef15e
[auto-updated: submodules]
2018-09-21 22:04:21 +00:00
Pranav K
a3d10e8113
Merge remote-tracking branch 'origin/release/2.2'
2018-09-21 14:58:22 -07:00
ASP.NET CI
0dc0f290c3
Updating submodule(s)
...
AADIntegration => 1df6255a4a
Microsoft.Data.Sqlite => 5a55d44ad00241456c059cb558efa271c37ac485
[auto-updated: submodules]
2018-09-21 21:52:00 +00:00
Pranav K
1df6255a4a
Merge remote-tracking branch 'origin/release/2.2'
2018-09-21 14:33:56 -07:00
ASP.NET CI
8d2ac20e9b
Updating submodule(s)
...
EntityFrameworkCore => 4a21f9d24eb7bf85b24a9836146e0204fc8623cc
[auto-updated: submodules]
2018-09-21 21:06:56 +00:00
Ryan Nowak
5459107832
Fix #1298 ( #1309 )
...
* Fix #1298
This change lifts our Razor dependencies to 2.1.1. This is needed
because by default ASP.NET Core projects will depend on 2.1.1 - which
results in a conflict trying to use the Blazor compiler. The Blazor
compiler will load the 2.1.0 msbuild tasks, which then break loading the
2.1.1 tasks.
Since this is happening in the MSBuild process, we can't really write
any code to sort this out. We have to make sure the versions match.
In general the guidance for ASP.NET Core is that projects will **compile
against** 2.1.1 so this won't be a problem in the future unless a user
project specifically lifts ASP.NET Core to a higher version. If that's
the case they will also have to live `Microsoft.AspNetCore.Razor.Design`
to match.
2018-09-21 13:29:40 -07:00
ASP.NET CI
462467bdbd
Updating submodule(s)
...
Razor => d54ffabd26
[auto-updated: submodules]
2018-09-21 12:58:06 -07:00
Ryan Nowak
4f51d90157
Fix #1399 - crash on start-end syntax for void element
...
We weren't correctly recovering when a void element is written as a
start-end pair. This change cleans up some of the plumbing around
end-tag handling and adds recognition for this case.
Added a new bespoke diagnostic for the void element case.
2018-09-21 12:54:44 -07:00
N. Taylor Mullen
d54ffabd26
Update LanguageServer IVT.
2018-09-21 12:51:36 -07:00
ASP.NET CI
0d752434df
Updating submodule(s)
...
EntityFrameworkCore => 2313de8e3a7d5d191b642f41db2755b048ba7845
[auto-updated: submodules]
2018-09-21 12:43:35 -07:00
ASP.NET CI
902023ce7d
Updating submodule(s)
...
EntityFrameworkCore => 5f919db93cdaf08d54bef1b7188fdd2ffa853a55
[auto-updated: submodules]
2018-09-21 19:01:56 +00:00
ASP.NET CI
72ee331937
Updating submodule(s)
...
Mvc => a7513ce282
[auto-updated: submodules]
2018-09-21 18:55:43 +00:00
Pranav K
a7513ce282
Update dependencies.props
2018-09-21 11:47:19 -07:00
Pranav K
5915c69aa3
Merge remote-tracking branch 'origin/release/2.2'
2018-09-21 11:42:45 -07:00
ASP.NET CI
482bfefee6
Updating submodule(s)
...
EntityFrameworkCore => c59976e09fef817aa18ec0813379591ce64b4405
[auto-updated: submodules]
2018-09-21 11:24:26 -07:00
Doug Bunting
5c8dfef15e
Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]`
...
- #8180
- add an error when binding fails for top-level model
- same case as when MVC creates "default" / empty model i.e. `ParameterBinder` can't detect this
- update `CollectionModelBinder` subclasses and the various providers as well
- controlled by existing `MvcOptions.AllowValidatingTopLevelNodes` option
smaller issue:
- change `ModelBinding_MissingBindRequiredMember` resource to mention parameters too
2018-09-21 11:08:16 -07:00
ASP.NET CI
89ea0391d8
Updating submodule(s)
...
IISIntegration => d31bc9c064
[auto-updated: submodules]
2018-09-21 18:06:13 +00:00
Pavel Krymets
d31bc9c064
Merge pull request #1427 from dotnet-maestro-bot/merge/release/2.2-to-master
...
[automated] Merge branch 'release/2.2' => 'master'
2018-09-21 10:55:05 -07:00
ASP.NET CI
f4c98fe86e
Updating submodule(s)
...
IISIntegration => f808bdc331
[auto-updated: submodules]
2018-09-21 16:37:21 +00:00
Pavel Krymets
f808bdc331
Disconnect the disconnect handler when request processing ends ( #1413 )
2018-09-21 09:13:39 -07:00
ASP.NET CI
9d61c2decb
Updating submodule(s)
...
SignalR => ef3d3b1cdd
[auto-updated: submodules]
2018-09-21 16:04:45 +00:00
BrennanConroy
ef3d3b1cdd
[TS] Change websocket library in Node ( #2989 )
2018-09-21 08:58:54 -07:00
ASP.NET CI
741b05ced9
Updating submodule(s)
...
IISIntegration => 3784548494
[auto-updated: submodules]
2018-09-21 08:42:54 -07:00
Pavel Krymets
3784548494
Merge pull request #1419 from dotnet-maestro-bot/merge/release/2.2-to-master
...
[automated] Merge branch 'release/2.2' => 'master'
2018-09-21 08:38:16 -07:00
ASP.NET CI
1a4b6a1cd1
Updating submodule(s)
...
IISIntegration => 14aebebbaa
[auto-updated: submodules]
2018-09-21 15:31:15 +00:00
Justin Kotalik
14aebebbaa
Remove using environment variables for specifying tests. ( #1410 )
2018-09-21 08:26:20 -07:00
ASP.NET CI
e2aab3cc7b
Updating submodule(s)
...
EntityFrameworkCore => 86377a92c9bdaf3a210318c32903c19176a76724
[auto-updated: submodules]
2018-09-21 01:28:19 -07:00
ASP.NET CI
8c0ad93273
Updating submodule(s)
...
AADIntegration => 14c5fcdb50
AuthSamples => 31bb166372
AzureIntegration => 312221df2f
BasicMiddleware => 6699804fe9
Diagnostics => 8fb6c2a50a
EntityFrameworkCore => 31aec93278d089878867b3279587cd0de6f19f12
Hosting => 13d9774e7a
HttpClientFactory => 95c1cb0907ac3f66b9ebc982b7b3413a073636f6
Identity => 4e0c9f4038
IISIntegration => d463b5e613
JavaScriptServices => 587ead92e4
Mvc => 61386d5f67
Options => 0caa14df0239df24a9711a59900583abaf8fb286
Razor => a898f98a7f
Routing => c559498632
Scaffolding => 3808f07f672c0c5416f547959cc6b8efe2ab5e21
SignalR => 4dfd93c1d7
Templating => a140f38810
[auto-updated: submodules]
2018-09-20 16:51:56 -07:00
Pranav K
31bb166372
Reference Microsoft.NET.Sdk.Razor in projects with Razor files
2018-09-20 16:42:13 -07:00
Pranav K
14c5fcdb50
Reference Microsoft.NET.Sdk.Razor in projects with Razor files
2018-09-20 16:39:50 -07:00
Pranav K
312221df2f
Reference Microsoft.NET.Sdk.Razor in projects with Razor files
2018-09-20 16:13:39 -07:00
ASP.NET CI
744a042da3
Updating submodule(s)
...
Routing => 0d44670c9f
[auto-updated: submodules]
2018-09-20 15:29:28 -07:00
James Newton-King
0d44670c9f
Merge branch 'merge/release/2.2-to-master'
2018-09-20 15:24:52 -07:00
Pranav K
4e0c9f4038
Reference Microsoft.NET.Sdk.Razor in projects with Razor files
2018-09-20 15:17:20 -07:00
Ryan Brandenburg
a140f38810
Enhancments
2018-09-20 14:52:16 -07:00
Ryan Brandenburg
44c3e5d4ac
Titles in h1 ( #1966 )
...
Titles in h1
2018-09-20 14:51:41 -07:00
Ryan Nowak
f601b6d3d2
Fix #1450 Skip compilation on non-C# projects
...
This change skips our 'temp' compilation that we do to implement 2-phase
build for defining components in .cshtml when the project is not C# OR
when the project has no .cshtml files.
This should make the rest of the build-time Blazor functionality work
for non-C# projects.
This should also make the build faster when you have the Blazor targets
imported in a C# project with no .cshtml files.
2018-09-20 14:27:08 -07:00
BrennanConroy
4dfd93c1d7
[TS] Wait for handshake response ( #2983 )
2018-09-20 14:23:43 -07:00
ASP.NET CI
eba9610477
Updating submodule(s)
...
SignalR => 7f4c23b72d
[auto-updated: submodules]
2018-09-20 21:21:46 +00:00
Mikael Mengistu
7f4c23b72d
Merge release/2.2
2018-09-20 14:16:22 -07:00
Pranav K
587ead92e4
Reference Microsoft.NET.Sdk.Razor in projects with Razor files
2018-09-20 13:55:13 -07:00
MikaelMengistu
a2e5e8755f
Merge branch 'release/2.2'
2018-09-20 13:48:33 -07:00
BrennanConroy
f0a34a4ca4
Clone Windows Identity in LongPolling connections ( #2985 )
2018-09-20 13:39:25 -07:00
ASP.NET CI
8d602b75b3
Updating submodule(s)
...
BasicMiddleware => db7c2bf70c
[auto-updated: submodules]
2018-09-20 20:35:37 +00:00