Pranav K
8a1d64cc73
Branching for rel/2.0.0-preview2
2017-05-31 19:36:47 -07:00
Pranav K
0888456ff1
Branching for rel/2.0.0-preview2
2017-05-31 19:36:45 -07:00
Pranav K
d5f6ca0e67
Branching for rel/2.0.0-preview2
2017-05-31 19:36:43 -07:00
Pranav K
32b30fe154
Branching for rel/2.0.0-preview2
2017-05-31 19:36:41 -07:00
Pranav K
8bb2d193d7
Branching for rel/2.0.0-preview2
2017-05-31 19:36:39 -07:00
Pranav K
3cae8795d4
Branching for rel/2.0.0-preview2
2017-05-31 19:36:37 -07:00
Pranav K
a1cf4279b6
Branching for rel/2.0.0-preview2
2017-05-31 19:36:35 -07:00
Pranav K
f4f0af98cd
Branching for rel/2.0.0-preview2
2017-05-31 19:36:23 -07:00
Pranav K
435c79ee97
Branching for rel/2.0.0-preview2
2017-05-31 19:36:21 -07:00
Pranav K
5c556079c2
Branching for rel/2.0.0-preview2
2017-05-31 19:36:17 -07:00
Pranav K
95a978ee24
Branching for rel/2.0.0-preview2
2017-05-31 19:36:15 -07:00
Pranav K
63d13e66f7
Branching for rel/2.0.0-preview2
2017-05-31 19:36:05 -07:00
Pranav K
f06dd0219d
Branching for rel/2.0.0-preview2
2017-05-31 19:36:02 -07:00
Pranav K
c59304a632
Branching for rel/2.0.0-preview2
2017-05-31 19:36:00 -07:00
Pawel Kadluczka
e31fc1e57d
Closing transports with error if hubs cannot be created
...
- Preventing from closing long polling transport with 204 in case of
error
- Reporting an error to the client if WebSocket was not closed normally
Note in case of ServerSentEvents it is not possible on the client to
tell the difference between when the server closed event stream due to
an exception or because the client left OnConnectedAsync. In both cases
the client sees only that the stream was closed.
Part of: #163
2017-05-31 16:29:28 -07:00
N. Taylor Mullen
2dbe4b79c4
Fix functional tests to properly dispose of their app deployer.
2017-05-31 16:26:19 -07:00
John Luo
b899775185
Add configurable SameSite cookie option
2017-05-31 14:52:19 -07:00
N. Taylor Mullen
4a308f1e9d
Make SimpleAppDesktopOnly look like other testapp projects.
2017-05-31 09:55:43 -07:00
Andrew Stanton-Nurse
263dd0e4fe
Fix #324 by adding streaming support to the server ( #461 )
2017-05-31 09:10:20 -07:00
Kiran Challa
249c39e803
Temporarily skip NanoServer's IIS tests
2017-05-31 07:46:00 -07:00
N. Taylor Mullen
27c6ad410e
Skip desktop testing to work around corefx issue.
...
#128
2017-05-30 22:41:06 -07:00
N. Taylor Mullen
6e88ea9429
Add support for pre-compiling desktop applications.
...
#128
2017-05-30 22:41:06 -07:00
John Luo
3a4cae72bd
Use Strict SameSite mode for temp data cookies
2017-05-30 21:04:32 -07:00
Mikael Mengistu
65c78d12b5
Preserve redirect query string ( #237 )
2017-05-30 20:42:28 -04:00
John Luo
8f763b4522
Exclude build assets from sqlitepclraw and dependencies
2017-05-30 17:12:45 -07:00
Chris R
44ccbee9ba
Moving CertificateLoader from MetaPackages to Hosting.
2017-05-30 16:26:33 -07:00
Chris R
b04be188c0
#81 Move CertificateLoader to Hosting
2017-05-30 16:12:15 -07:00
Andrew Peters
2258eeae39
Database Error Page: Remove ILogger-based interception.
...
- Made EF calls async
- Removed a slow, repeated DB existence check.
2017-05-30 15:50:19 -07:00
N. Taylor Mullen
0688cd3ef7
Log errors if directives do not start at beginning of line.
...
- Updated tests to validate expectations.
- Added two additional tests to validate extensible directives and built-in directives get start at line verification.
2017-05-30 15:19:46 -07:00
N. Taylor Mullen
3b53f04518
Change ParserContext to take a RazorSourceDocument.
...
- This moves ParserContext closer to operating on a RazorSourceDocument and exposes it at the parsing layer.
- Was not able to replace the `ITextDocument` property on `ParserContext` due to its current wiring. Our tokenizers rely on a single reader that iterates over the document and take turns tokenizing characters from that reader. The reader that the tokenizers pull from is also highly coupled with the parsers implementations; they end up moving the readers pointer frequently.
2017-05-30 15:18:19 -07:00
John Luo
e3366c7640
Cross-compile netcoreapp2.0 and net461
2017-05-30 14:26:53 -07:00
Nate McMaster
a334e88597
Decrease connections used in ConnectionCountingReturnsToZero for slow test agents ( #1872 )
2017-05-30 14:16:07 -07:00
Andrew Peters
1b6993fb91
Database Error Page: Prep for removal of ILogger-based interception.
...
- Removed EF ApiCheck tests; not required for middleware.
- Removed JB annotations and Check usage; align with other Diagnostics Pages projects.
- Fixed code redundancies.
2017-05-30 12:55:50 -07:00
Cesar Blum Silveira
402b337178
Temporary workaround for GenerateResource task error on VS.
2017-05-30 12:47:36 -07:00
Javier Calvarro Nelson
e38759b8a2
Make OIDC sample netcoreapp2.0 only
2017-05-30 11:50:19 -07:00
Chris R
1dc8a67aca
Correct content TFM path
2017-05-30 11:32:13 -07:00
Javier Calvarro Nelson
904ff0e060
Added validation, storage tests
2017-05-30 11:03:25 -07:00
Javier Calvarro Nelson
48f9d47e90
Add a sample using OIDC and integrated client
2017-05-30 11:03:22 -07:00
Chris R
1b97a7fff6
#58 Retarget Xdt and SiteExtension to net461
2017-05-30 10:57:13 -07:00
Chris R
a66cca5e22
Add net461 test targets
2017-05-30 10:31:29 -07:00
Javier Calvarro Nelson
8b41267e1a
Runtime clean-up
2017-05-30 10:29:19 -07:00
Chris R
0177ab8424
Change SelfHostDepoyer to use net461
2017-05-30 09:56:23 -07:00
Ryan Brandenburg
eb4be67863
Add temporary NPV exception
2017-05-30 09:52:51 -07:00
Kiran Challa
39fd6974f7
Updated to use the latest shared runtime
2017-05-29 04:42:13 -07:00
Kiran Challa
e65a67bb5c
Updated to use the latest shared runtime
2017-05-29 04:41:58 -07:00
Kiran Challa
4056e86382
Updated to use the latest shared runtime
2017-05-29 04:41:43 -07:00
Kiran Challa
baddfe50ba
Updated to use the latest shared runtime
2017-05-29 04:41:30 -07:00
Kiran Challa
df75fd2188
Updated to use the latest shared runtime
2017-05-29 04:41:22 -07:00
Kiran Challa
0a6b11d160
Updated to use the latest shared runtime
2017-05-29 04:41:08 -07:00
Kiran Challa
402f979c1c
Updated to use the latest shared runtime
2017-05-29 04:40:55 -07:00