Nate McMaster
7aa792efe6
Produce a zip containing site-extension files ( #189 )
2018-04-19 14:48:21 -07:00
Ajay Bhargav Baaskaran
44e282e8d4
Generate symbols.nupkg for Mvc.Razor
2018-04-19 12:32:36 -07:00
Nate McMaster
30928ba944
Disable implicit package version verification when --no-restore is used
...
Workaround an error when building in ProdCon where the RuntimeFrameworkVersion is overridden externally. Generally, the error is good, but when --no-restore is specified, we are okay ignoring this verification.
2018-04-19 12:24:10 -07:00
Andrew Stanton-Nurse
65adcdd73a
HubConnectionBuilder.ts ( #2063 )
2018-04-19 12:09:47 -07:00
Pranav K
f867175476
Fix build break
2018-04-19 12:07:06 -07:00
Nate McMaster
5c6b98a19f
Add Microsoft.AspNetCore.AzureAppServices.SiteExtension to normal builds ( #1086 )
2018-04-19 11:55:11 -07:00
Pranav K
fa74427ef9
Use the Razor.Sdk package
2018-04-19 11:11:22 -07:00
Nate McMaster
0921e5b60f
Produce the Microsoft.AspNetCore.AzureAppServices.SiteExtension package on normal builds ( #188 )
2018-04-19 11:00:10 -07:00
Pranav K
f873c15057
Fix build break
...
* Use Razor.Sdk package to not perform runtime compilation
* Use Mvc with PageResult fix (https://github.com/aspnet/Mvc/issues/7665 )
2018-04-19 10:17:27 -07:00
Andrew Stanton-Nurse
050a1ecf27
fix package.json versions ( #2098 )
2018-04-19 10:12:09 -07:00
ASP.NET CI
e77775cb3c
Updating BuildTools from 2.1.0-rc1-15772 to 2.1.0-rc1-15773
...
[auto-updated: buildtools]
2018-04-19 16:54:55 +00:00
ASP.NET CI
9381335aef
Updating submodule(s)
...
Hosting => e06b1fd690
[auto-updated: submodules]
2018-04-19 16:54:46 +00:00
ASP.NET CI
e2fa72bc73
Updating submodule(s)
...
SignalR => 676bf179f3
[auto-updated: submodules]
2018-04-19 00:23:12 -07:00
David Fowler
676bf179f3
Reduce redundant dependencies ( #2091 )
2018-04-19 00:18:52 -07:00
ASP.NET CI
8c560764f3
Updating submodule(s)
...
SignalR => ad52ba7316
[auto-updated: submodules]
2018-04-18 21:55:02 -07:00
James Newton-King
ad52ba7316
Global suppress low impact logging verification in tests ( #2089 )
2018-04-19 16:50:02 +12:00
ASP.NET CI
b2ba128553
Updating submodule(s)
...
SignalR => e9937ffb66
[auto-updated: submodules]
2018-04-18 18:23:49 -07:00
Ryan Brandenburg
adccac3591
Fix GetArtifactInfo
2018-04-18 18:00:24 -07:00
BrennanConroy
e9937ffb66
Split lock into WriteLock and StateLock to prevent deadlocks and unneeded lock contention ( #2081 )
2018-04-18 17:44:05 -07:00
ASP.NET CI
8c1064de1d
Updating submodule(s)
...
EntityFrameworkCore => 0c16f3bd3a0164dcca2cc3903fd06eb4dd12a0c0
HttpClientFactory => 68e618ea66af0f1259186410452c15f47b5dff2d
Razor => d2fe76be21
[auto-updated: submodules]
2018-04-18 16:39:10 -07:00
Ryan Nowak
57f338623b
Update Polly.Extensions.Http-Signed to 1.0.4
...
Updates to the stable release we will use for RTM
2018-04-18 18:58:01 -04:00
ASP.NET CI
b6b1638acf
Updating submodule(s)
...
EntityFrameworkCore => 3337011cf8aa494321033e522839d84c8ecf1129
Mvc => 60a9810268
Scaffolding => 729f698958c54e82e040d7e10a6b65398c706ac8
SignalR => 903fe1e902
[auto-updated: submodules]
2018-04-18 14:52:03 -07:00
Ajay Bhargav Baaskaran
d2fe76be21
Write process and pipe information to a pid file
2018-04-18 14:51:28 -07:00
David Fowler
903fe1e902
Added support for negotiate response to redirect the client to another SignalR endpoint ( #2070 )
...
- Add a SkipNegotiation flag to the .NET and ts client
to allow skipping the negotiation phase. Don't infer it based on the transport type.
- Updated the negotiate protocol to support returning a redirect url
- Added support to .NET client to handle redirect negotiations
- Handle poorly written endpoints that sends infinite redirects
- Added access token support and an infinite redirect guard
- Add delete handler for stopping the transport
2018-04-18 14:22:45 -07:00
Pranav K
60a9810268
Allow PartialTagHelper to specify a null model. Fixes #7667
2018-04-18 14:16:44 -07:00
Nate McMaster
d8b413720f
Merge branch release/2.0 into release/2.0-msrc
2018-04-18 13:55:56 -07:00
ASP.NET CI
d929092042
Updating BuildTools from 2.1.0-rc1-15771 to 2.1.0-rc1-15772
...
[auto-updated: buildtools]
2018-04-18 13:45:40 -07:00
ASP.NET CI
8d36019930
Updating submodule(s)
...
Mvc => faca3da42f
Razor => 2c6ae20e11
[auto-updated: submodules]
2018-04-18 13:45:28 -07:00
Nate McMaster
de3d5e0e29
Exclude additionalDeps files due to file path conflicts with the 2.0.7 release
2018-04-18 13:11:52 -07:00
Ryan Nowak
73dff82e00
Update Roslyn version numbers
...
Part of https://github.com/aspnet/Razor/issues/2282
2018-04-18 12:04:04 -07:00
Kiran Challa
faca3da42f
Ensure ViewData is set on PageResult after a handler method executes
...
[Fixes #7665 ] Initializing PageResult.Page as part of result execution breaks Identity UI
2018-04-18 11:44:04 -07:00
Kiran Challa
4f7d53f4e7
[ Fixes #7658 ] FileStreamResultExecutor fails to Dispose FileStream
2018-04-18 11:43:09 -07:00
Kiran Challa
6e4bd1eb46
Fixed PageFilter docs
2018-04-18 11:42:40 -07:00
ASP.NET CI
388f6ee20a
Updating submodule(s)
...
SignalR => d9272032d0
[auto-updated: submodules]
2018-04-18 18:05:27 +00:00
Javier Calvarro Nelson
1cede88f26
[ Fixes #7656 ] Deps file for netstandard2.0 targeting projects copied by Microsoft.AspNetCore.Mvc.Testing does not play well with Mvc
2018-04-18 11:03:52 -07:00
Mikael Mengistu
d9272032d0
Revert "Use xhr.onreadystatechange instead of xhr.onload ( #1838 )" ( #2065 )
...
This reverts commit 5e38303377 .
2018-04-18 17:38:27 +00:00
David Fowler
5c9b64244a
Expose the IHubProtocol on HubConnectionContext ( #2073 )
2018-04-18 10:35:55 -07:00
Nate McMaster
20533d0510
Merge branch release/2.0 into release/2.0-msrc
2018-04-18 10:10:52 -07:00
Nate McMaster
de692a6afe
Flow DotNetAssetRootAccessTokenSuffix through to docker-run as an env variable
2018-04-18 10:10:10 -07:00
ASP.NET CI
22b8f981b7
Updating submodule(s)
...
Templating => 13e746c289
[auto-updated: submodules]
2018-04-18 16:48:57 +00:00
Jass Bagga
13e746c289
Update THIRD-PARTY-NOTICES link and remove Package Management panel from carousel ( #474 )
...
Addresses #330 and #469
2018-04-18 09:42:27 -07:00
Nate McMaster
6edc4bf3b6
Mark Microsoft.NETCore.DotNetAppHost as a private dependency
2018-04-18 09:11:48 -07:00
prafullbhosale
076ebbe055
Add version variable for Microsoft.NETCore.DotNetAppHost dependency (needed for global tools) ( #1079 )
2018-04-18 09:10:33 -07:00
Nate McMaster
0ec30bf94d
Merge branch release/2.0 into release/2.0-msrc
2018-04-18 08:38:33 -07:00
Nate McMaster
d4cc10801e
Bump runtime store and metapackages to 2.0.8
2018-04-18 08:37:50 -07:00
Nate McMaster
f6774f33f6
Merge branch release/2.0 into release/2.0-msrc
2018-04-18 08:28:54 -07:00
Nate McMaster
ef9c66ab0b
Remove Microsoft.AspNetCore.AzureKeyVault.HostingStartup from additionalDeps generation
2018-04-18 08:28:34 -07:00
ASP.NET CI
9ffe831749
Updating submodule(s)
...
SignalR => 7dd6d82bba
[auto-updated: submodules]
2018-04-17 22:00:30 -07:00
Andrew Stanton-Nurse
7dd6d82bba
remove verbose flag ( #2067 )
2018-04-17 21:07:53 -07:00
ASP.NET CI
b40240a337
Updating submodule(s)
...
SignalR => b4046b5ed8
[auto-updated: submodules]
2018-04-17 20:53:23 -07:00