Nate McMaster
630b1c26c1
Disable validation which asserts all .NET assemblies are strong-named ( #4524 )
2018-12-10 08:37:54 -08:00
Adrian D. Alvarez
838bb11c1e
Adjust font-weight in diagnostics error page to make it easier to read ( #4534 )
2018-12-10 08:35:37 -08:00
Tornike Kharaishvili
d73d95f1d4
CookieSecurePolicy documentation update ( #3670 ) ( #4542 )
2018-12-09 20:29:40 -08:00
Pranav K
926034ac4e
Re-enable extensibility points for ExpressionHelper.GetExpressionText, ExpressionMetadataProvider.FromStringExpression ( #4494 )
...
* Re-enable extensibility points for ExpressionHelper.GetExpressionText, ExpressionMetadataProvider.FromStringExpression
Fixes https://github.com/aspnet/Mvc/issues/8724
2018-12-08 13:54:05 +05:30
Pranav K
027bf336da
Add event names for logs ( #6818 ) ( #4495 )
...
* Add event names for logs (#6818 )
2018-12-08 13:00:16 +05:30
dotnet-bot
06a695e693
Merge in 'release/2.2' changes
2018-12-08 01:39:25 +00:00
Nate McMaster
696a46c449
Update buildtools to 2.2.1-build-20181207.6
2018-12-07 17:38:10 -08:00
dotnet-bot
6169f4dd59
Merge in 'release/2.1' changes
2018-12-07 23:46:01 +00:00
Mikael Mengistu
4c5debd6ea
Skip Autobahn test ( #4488 )
2018-12-07 15:44:59 -08:00
dotnet-bot
3878f143eb
Merge in 'release/2.2' changes
2018-12-07 23:39:02 +00:00
Arthur Vickers
57cd32129b
Added tests that can be implemented for any provider to ensure consistency
...
Partly to allow me to get a better understanding of the code, partly so we can have a better idea that all the providers work in a consistent manner.
Part of https://github.com/aspnet/Configuration/issues/559
I will file issues for things found.
\n\nCommit migrated from 1878d16ecd
2018-12-07 15:38:52 -08:00
Nate McMaster
9b8684c811
Update buildtools to 2.2.1-build-20181207.3
2018-12-07 15:37:48 -08:00
dotnet-bot
c3e0703f9b
Merge in 'release/2.1' changes
2018-12-07 23:09:54 +00:00
Nate McMaster
fc7bab192e
Update buildtools to 2.1.3-rtm-15850
2018-12-07 15:08:40 -08:00
Nate McMaster
c612eb8730
Merge branch 'release/2.2'
2018-12-07 14:50:17 -08:00
dotnet-bot
4b9a884a35
Merge in 'release/2.1' changes
2018-12-07 22:31:49 +00:00
Justin Kotalik
5f843f223e
[2.1] Make Antiforgery, ResponseCaching, StaticFiles, and Cors use project ref ( #4484 )
2018-12-07 14:30:50 -08:00
dotnet-bot
8d24c99fda
Merge in 'release/2.2' changes
2018-12-07 21:59:33 +00:00
John Luo
226330b14c
Exclude binlog files from sign check ( #4516 )
2018-12-07 13:58:27 -08:00
dotnet-bot
5e9b60a573
Merge in 'release/2.2' changes
2018-12-07 21:49:04 +00:00
Nate McMaster
5017afa0ad
Merge branch 'release/2.1' to release/2.2
2018-12-07 12:45:42 -08:00
dotnet-bot
212f701d31
Merge in 'release/2.2' changes
2018-12-07 20:22:15 +00:00
dotnet-bot
ab8039e2dc
Merge in 'release/2.1' changes
2018-12-07 20:21:15 +00:00
dotnet-maestro-bot
c331a7be14
Rewrite HttpSys response caching tests #1475 ( #4486 ) ( #4511 )
2018-12-07 12:21:12 -08:00
Nate McMaster
df3e4b98a2
Backport infrastructure cleanup to share sources and project references ( #4513 )
2018-12-07 12:20:13 -08:00
Nate McMaster
85e2147ff0
Merge branch 'release/2.2'
2018-12-07 11:11:44 -08:00
Chris Ross
f1aacdbaa8
Remove Microsoft.Owin.Security.Interop and Microsoft.AspNet.Identity.AspNetCoreCompat ( #4479 )
2018-12-07 09:59:36 -08:00
BrennanConroy
d570a71e9f
Get artifacts from Saucelabs run ( #4474 )
2018-12-07 09:27:12 -08:00
dotnet-bot
84b41b6f52
Merge in 'release/2.1' changes
2018-12-07 17:22:37 +00:00
Chris Ross
ae11d5d62e
Rewrite HttpSys response caching tests #1475 ( #4486 )
2018-12-07 09:21:33 -08:00
dotnet-bot
5af396024f
Merge in 'release/2.2' changes
2018-12-07 16:21:43 +00:00
seancpeters
1670a2bd30
Updating scaffolding submodule ( #4491 )
2018-12-07 08:20:40 -08:00
Joni
60d9615f00
Add space after period to the routing log message
2018-12-07 08:16:03 -08:00
Pranav K
8a0fa732b0
Make RequiredAttributeAdapter public
...
Fixes https://github.com/aspnet/Mvc/issues/8744
2018-12-07 17:49:10 +05:30
dotnet-bot
44f04c8b4d
Merge in 'release/2.2' changes
2018-12-07 01:43:13 +00:00
Nate McMaster
569a14ecb8
Merge branch 'release/2.1' into release/2.2
2018-12-06 17:09:03 -08:00
Ajay Bhargav Baaskaran
9f93a212f0
Partially moved tag grouping logic to the parser ( dotnet/aspnetcore-tooling#20 )
...
* Partially moved tag grouping logic to the parser
- Added StackGuard
* Feedback
* More feedback
\n\nCommit migrated from 0a37f5dafa
2018-12-06 16:08:43 -08:00
Ajay Bhargav Baaskaran
cf6b1d7135
Correct logic for GetTagName
...
\n\nCommit migrated from 72a389149a
2018-12-06 16:08:42 -08:00
BrennanConroy
f52882b6aa
Changing streaming things
2018-12-06 15:57:50 -08:00
DylanDmitri
34bb352189
streaming from client to server
2018-12-06 15:57:50 -08:00
Pavel Krymets
24e17eadca
Add a flag to set current directory in ANCM InProc ( #4369 )
2018-12-06 15:19:47 -08:00
dotnet-bot
28cf04843f
Merge in 'release/2.1' changes
2018-12-06 22:08:33 +00:00
Nate McMaster
5d777b2c66
Conditionally skip patch.zip files which way not be produced in servicing builds ( #4481 )
2018-12-06 14:06:42 -08:00
James Newton-King
50ea144c57
Update MVC dependencies ( #4477 )
2018-12-07 11:01:47 +13:00
dotnet-bot
d09ff4d30b
Merge in 'release/2.1' changes
2018-12-06 20:42:41 +00:00
Nate McMaster
de994e0a8b
Create temporary PR validation which just compiles, without tests ( #4478 )
2018-12-06 12:41:37 -08:00
dotnet-bot
ab620a2a0d
Merge in 'release/2.1' changes
2018-12-06 20:22:15 +00:00
Nate McMaster
5c2a701b38
Remove conditional targetframeworks from routing projects ( #4476 )
2018-12-06 12:21:05 -08:00
Nate McMaster
b15c766d20
Create temporary PR validation which just compiles, without tests ( #4475 )
2018-12-06 12:03:32 -08:00
Pavel Krymets
fe557cd4d5
Update internal dependencies ( #4465 )
2018-12-06 10:26:41 -08:00