Mikael Mengistu
7191c12a65
Enable logging in chat sample ( #3134 )
2018-10-18 15:32:57 -07:00
ASP.NET CI
c52047c668
Updating BuildTools from 3.0.0-alpha1-20181011.11 to 3.0.0-alpha1-20181017.7
...
[auto-updated: buildtools]
2018-10-18 21:59:57 +00:00
ASP.NET CI
eaeafbdb8d
Updating submodule(s)
...
BasicMiddleware => 1e84159abb
Common => f80b98a262b8ac31b00dc7371d4c14966751c3de
DependencyInjection => d77b090567a1e6ad9a5bb5fd05f4bdcf281d4185
Diagnostics => 73d4a8b43e
DotNetTools => 9b598446ca
EntityFrameworkCore => 82ce648c034a01c4b5389dc395fdda37e8e2c5d5
FileSystem => bf9223edb2c6e2f192fc666ba8ac7372b14d8060
HttpAbstractions => d17d9155c7
IISIntegration => c32b12d94a
KestrelHttpServer => 8f8a09fdf2
Mvc => 6503265bc6
Razor => 04eb1e677c
Scaffolding => 96f3112be8f26f84db4d741eae634cdcb57c7954
SignalR => a9d2cf0c9b
StaticFiles => 4678476063
Templating => 1dfe06323f
[auto-updated: submodules]
2018-10-18 21:59:49 +00:00
Ryan Nowak
04eb1e677c
Update deps and fix VSIX signing
...
So, it turns out the VSSDK added a feature that lets us suppress
assemblies brought in by package references. YAY!
2018-10-18 14:20:08 -07:00
Justin Kotalik
b92c82e97f
Add static shim test ( #1505 )
2018-10-18 13:58:56 -07:00
dotnet-maestro-bot
31849575f1
Upgrade to .NET Core 2.1.6-servicing-27017-02
2018-10-18 13:48:06 -07:00
Ryan Nowak
4927525519
Fix a bug in the span mapping code
...
This wasn't quite doing the right thing, and it's simpler than we make
it to be.
2018-10-18 13:46:24 -07:00
Ryan Nowak
bafe1b27ff
Add line numbers for design time directives
...
Addresses a blocking issue for FAR of types when used in user-code in a
directive. The FAR infrastructure is skipping over the directive code
because it's mapped to `#hidden`. As you can see in the code, the token
provided by the user is already included in the projection mappings.
I think we didn't do this before because we didn't expect this code to
need line numbers - it's not really debuggable, and design-time codegen
doesn't happen when you build the project.
I think it's OK for now that we don't line-map (or include) directives
based on view imports. If you trigger FAR on an `@inject ...` in an
import for instance, you'll find the reference for the view import file.
That seems pretty good, and the only cases I can really imagine it being
broken would be for go-to-definition (within a Razor view). Lets revisit
in the future based on feedback.
2018-10-18 13:46:24 -07:00
Pavel Krymets
c32b12d94a
Merge branch 'merge/release/2.2-to-master'
2018-10-18 13:44:22 -07:00
Mikael Mengistu
a9d2cf0c9b
Merge pull request #3153 from dotnet-maestro-bot/merge/release/2.2-to-master
...
[automated] Merge branch 'release/2.2' => 'master'
2018-10-18 13:16:25 -07:00
Pavel Krymets
293d165a80
Fix flaky disconnect test ( #1533 )
2018-10-18 12:37:13 -07:00
Chris Ross (ASP.NET)
d3f2ca9c9a
Do not inherit socket handles #2789
2018-10-18 12:19:58 -07:00
Pavel Krymets
55d849a0d0
Add compression pass through tests ( #1525 )
2018-10-18 12:17:32 -07:00
ASP.NET CI
faa071b3e4
Updating BuildTools from 2.1.3-rtm-15825 to 2.1.3-rtm-15826
...
[auto-updated: buildtools]
2018-10-18 11:32:44 -07:00
Chris Ross
8f8a09fdf2
Merge pull request #3029 from dotnet-maestro-bot/merge/release/2.2-to-master
...
[automated] Merge branch 'release/2.2' => 'master'
2018-10-18 11:22:00 -07:00
Pavel Krymets
f2b4abee02
Merge pull request #1524 from dotnet-maestro-bot/merge/release/2.2-to-master
...
[automated] Merge branch 'release/2.2' => 'master'
2018-10-18 11:18:52 -07:00
Mikael Mengistu
203c2a22ed
Add package-info file for docs ( #3123 )
2018-10-18 11:03:10 -07:00
Pranav K
6503265bc6
Merge pull request #8619 from dotnet-maestro-bot/merge/release/2.2-to-master
...
[automated] Merge branch 'release/2.2' => 'master'
2018-10-18 10:48:27 -07:00
Chris Ross (ASP.NET)
73d4a8b43e
Merge branch 'release/2.2'
2018-10-18 09:13:51 -07:00
Chris Ross (ASP.NET)
2f06d92ada
Merge branch 'release/2.2'
2018-10-18 09:12:30 -07:00
Nate McMaster
5f61f0aaf2
Merge branch 'master' into merge/release/2.2-to-master
2018-10-18 09:02:21 -07:00
Justin Kotalik
48d40e0e36
Add mitigations to HttpsClientCert_GetCertInformation flakiness ( #1529 )
2018-10-18 08:49:52 -07:00
Steve Sanderson
f0638877fa
Rename "Fixed" to "IsFixed"
2018-10-18 09:57:41 +01:00
Steve Sanderson
7530ad9a26
E2E tests for cascading parameters generally
2018-10-18 09:57:41 +01:00
Steve Sanderson
18df30568c
Support "Fixed" mode for <CascadingValue>
2018-10-18 09:57:41 +01:00
Steve Sanderson
4a6f471d12
Add Cascading flag to Parameter ( #1564 )
...
... so that components that pass through an arbitrary set of parameters can choose to filter out cascading ones if they want.
2018-10-18 09:37:46 +01:00
James Newton-King
29b50c7b64
Add test for link generation with high priority required parameter ( #869 )
2018-10-18 19:54:49 +13:00
Justin Kotalik
22c737c3ee
Merge pull request #3663 from aspnet/release/2.2
...
Revert restarting was when installing ANCM (#3662 )
2018-10-17 22:45:39 -07:00
Justin Kotalik
6dc4673881
Revert restarting was when installing ANCM ( #3662 )
2018-10-17 22:44:41 -07:00
Meir Blachman
dd807a6d70
using Microsoft.Extensions.CommandLineUtils for blazor-cli
2018-10-17 22:33:03 -07:00
Nate McMaster
674401235b
Fix local builds of src/DataProtection/build.cmd
2018-10-17 17:35:01 -07:00
Chris Ross (ASP.NET)
1d3090f056
Only reset the request body pipe for HTTP/1 #3006
2018-10-17 16:28:33 -07:00
Pranav K
1c1aabc605
Merge branch 'master' into merge/release/2.2-to-master
2018-10-17 16:22:55 -07:00
Nate McMaster
6994c4fc48
Merge release/2.2 and aspnet/WebSockets master branch
2018-10-17 16:06:14 -07:00
Nate McMaster
95f146ada5
Merge branch 'release/2.2'
2018-10-17 15:58:29 -07:00
Nate McMaster
9ce78f36d5
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in afeb7fe49b
2018-10-17 15:57:02 -07:00
James Newton-King
e51da32e9d
Prefer StringComparison over StringComparer when not using comparers ( #870 )
2018-10-18 11:55:33 +13:00
Nate McMaster
d991c50c82
Merge release/2.1 and aspnet/WebSockets release/2.2
2018-10-17 15:47:04 -07:00
Pranav K
27e75e7a51
Add a switch to allow turning on ValidationVisitor shortcircuiting ( #8599 )
2018-10-17 15:47:01 -07:00
Nate McMaster
e5b6da2d2a
Merge branch 'release/2.1' into release/2.2
2018-10-17 15:44:07 -07:00
Nate McMaster
24f85a200c
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in a036f920b8
2018-10-17 15:34:25 -07:00
Nate McMaster
afeb7fe49b
Update README.md to indicate this repo has moved into aspnet/AspNetCore ( #278 )
2018-10-17 15:15:04 -07:00
Nate McMaster
b1427c759b
Remove the WebSockets submodule
2018-10-17 14:53:22 -07:00
Nate McMaster
9e952a22ed
Merge source code from aspnet/WebSockets
2018-10-17 14:30:38 -07:00
Nate McMaster
5d84c92b74
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganiziation, this source code was found in 67f2c3149e
2018-10-17 14:27:00 -07:00
Ryan Nowak
d17d9155c7
Port aspnet/Routing/pull/858
2018-10-17 14:26:30 -07:00
Lukas Bickel
fb6427a46a
escape quotes in event handler attribute content
2018-10-17 14:18:22 -07:00
ASP.NET CI
b68d47ebee
Updating BuildTools from 2.1.3-rtm-15824 to 2.1.3-rtm-15825
...
[auto-updated: buildtools]
2018-10-17 21:07:55 +00:00
Nate McMaster
9b598446ca
Merge branch 'release/2.2'
2018-10-17 13:57:51 -07:00
Gert Driesen
5c31f1f455
Add Remove(string key, out object value) overload to RouteValueDictionary ( #858 )
...
* Add Remove(string key, out object value) overload to RouteValueDictionary.
* Consistently use _count field instead of Count property in Remove overloads.
Added comment on EnsureCapacity call.
Added test for removing first/middle/last entry.
2018-10-17 13:24:07 -07:00