Matt Perry
cdbbbcc473
Fix build break
2017-05-04 13:07:18 +01:00
Matt Perry
02b31d05a2
Stick closer to established style guides. Up buffer size to match websocket buffer size from original proxy code.
2017-05-04 13:07:18 +01:00
Matt Perry
54884459bd
Allow proxy middleware to abort long running connections.
2017-05-04 13:07:18 +01:00
Steve Sanderson
018a3e65ff
Put back "name" in AureliaSpa package.json because this is auto-replaced during template evaluation
2017-05-04 12:41:30 +01:00
Steve Sanderson
e3a8c13c22
Make Aurelia webpack config as consistent as possible with the other templates
2017-05-04 12:36:25 +01:00
Kiran Challa
a658915842
Updated repo.targets to run only E2ETests when nano node is run
2017-05-03 23:08:10 -07:00
David Fowler
9072e0ba26
Added a ConnectionAbortedException to Transport.Abstractions ( #1806 )
...
* Added a ConnectionAbortedException to Transport.Abstractions
- To avoid hard coding TaskCanceledException in each transport
- This PR tries to keep compatibility by converting the ConnectionAbortedException
to a TaskCanceledException on exceptions in FrameRequestStream. The downside is that
this conversion causes an async state machine to be created per call to ReadAsync.
CopyToAsync isn't that bad because it's a single long running task.
2017-05-03 19:38:34 -07:00
David Fowler
b21f84543a
Use WebHostBuilder as an implementation detail of TestServer ( #1804 )
...
- This will make tests run more similarly so we can swap out the
transport more easily.
2017-05-03 19:35:09 -07:00
John Luo
bd805ef50d
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 18:12:26 -07:00
John Luo
102daa6832
Revert "Migration"
...
This reverts commit 91bef13d31 .
2017-05-03 18:11:59 -07:00
Ryan Nowak
e15d1be616
Introduce SourceChange in place of TextChange
...
This is the first step on the journey to replacing RazorEditorParser. We
can't just get rid of this because VS is using it today.
2017-05-03 17:53:08 -07:00
John Luo
9bc9ed9812
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 17:12:46 -07:00
John Luo
91bef13d31
Migration
2017-05-03 17:03:19 -07:00
Pavel Krymets
ab81d51594
netcoreapp2.0
2017-05-03 16:51:49 -07:00
Cesar Blum Silveira
f245512f6e
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 15:58:20 -07:00
Cesar Blum Silveira
012d9990ef
Show fwlink on HTTPS certificate errors ( #83 ).
2017-05-03 15:55:19 -07:00
Kiran Challa
670ad82d5b
Updated targets dependency
2017-05-03 15:46:33 -07:00
John Luo
fd508cf5c9
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 15:13:09 -07:00
John Luo
c812e9ae6f
Doc comments: Add period at the end of the sentence.
2017-05-03 15:13:00 -07:00
damianedwards
4d5e1076c9
Remove the DeveloperExceptionPage middleware from WebHost.CreateDefaultBuilder:
...
- The templates still have it explicitly and it's best to have middleware added by the app directly
2017-05-03 14:37:32 -07:00
BrennanConroy
aa0ed113db
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 14:24:37 -07:00
BrennanConroy
f9d18393b6
React to Logging API changes
2017-05-03 14:23:45 -07:00
Cesar Blum Silveira
eb09fc7dd4
Build rel/ branches on Travis and AppVeyor.
2017-05-03 14:04:12 -07:00
Kiran Challa
11f7285881
Run only nano tess based on condition
2017-05-03 13:36:59 -07:00
Kiran Challa
fef32e2faa
Enable running Nano tests
2017-05-03 13:34:38 -07:00
BrennanConroy
7eea97584d
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 13:00:46 -07:00
BrennanConroy
6ff97fc83b
React to Logging API changes ( #787 )
2017-05-03 12:58:54 -07:00
John Luo
f56cab4e80
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 12:49:24 -07:00
John Luo
9b32921a77
Missed rename updates
2017-05-03 12:49:02 -07:00
Nate McMaster
c0f86d5687
Use ItemDefinitionGroup to simplify the list of packages.
...
See https://docs.microsoft.com/en-us/visualstudio/msbuild/item-definitions
2017-05-03 12:21:35 -07:00
Nate McMaster
655f70717e
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 12:20:43 -07:00
Nate McMaster
ebdc68ac10
Exclude SQLitePCl.bundle_green targets when reference included via the Microsoft.AspNetCore.All metapackage
2017-05-03 12:18:50 -07:00
Cesar Blum Silveira
a443068260
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 11:49:07 -07:00
Cesar Blum Silveira
634c9c180c
Fix HTTPS functional tests on macOS ( #96 ).
2017-05-03 11:48:37 -07:00
Cesar Blum Silveira
fbd3d9438a
Store sample app's certificate passwords in user secrets.
2017-05-03 11:44:29 -07:00
Mike Harder
a23a255e2e
Fix whitespace.
2017-05-03 11:43:39 -07:00
Mike Harder
cfc41d3845
Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev
2017-05-03 11:42:10 -07:00
Mike Harder
f060c8a67b
Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev
2017-05-03 11:35:24 -07:00
Mike Harder
6ab84e0f27
Move System.Data.SqlClient version from csproj to dependencies.props ( #786 )
2017-05-03 11:31:08 -07:00
Mike Harder
db517803c8
Move System.Data.SqlClient version from csproj to dependencies.props ( #293 )
2017-05-03 11:30:51 -07:00
BrennanConroy
e96096e760
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 10:39:46 -07:00
BrennanConroy
0a3c7001d4
React to Logging API changes ( #433 )
2017-05-03 10:39:29 -07:00
John Luo
883ef21206
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 10:38:11 -07:00
John Luo
781fa1944e
Fix ConfigureLogging doc comments
2017-05-03 10:37:45 -07:00
Chris Ross (ASP.NET)
dcbd39c1fd
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 10:32:35 -07:00
Chris Ross (ASP.NET)
d74040786c
#1053 Prevent IISExpressDeployer.Dispose nullref if the process failed to start
2017-05-03 09:40:07 -07:00
Steve Sanderson
6f3a295041
React to new ObjectMethodExecutor in Common
2017-05-03 15:40:02 +01:00
John Luo
e0778b2fb5
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-02 17:17:00 -07:00
BrennanConroy
226058c1bf
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-02 16:47:27 -07:00
BrennanConroy
1ca8374028
Fix UseAzureAppServices_RegisterLogger test
2017-05-02 16:47:08 -07:00