Pavel Krymets
10fe5e6fa2
Fix performance tests
2017-01-20 14:55:21 -08:00
Nate McMaster
88abfa4599
Upgrade to RC.3
2017-01-20 14:13:48 -08:00
Pranav K
354daa2ded
Remove references to RazorTooling from ChatSample
2017-01-20 12:28:38 -08:00
Nate McMaster
fac6b44bbd
Upgrade to RC.3
2017-01-20 11:08:47 -08:00
Pranav K
76cdffc30c
Remove RazorTooling from UniverseCoherence.
2017-01-20 11:03:33 -08:00
Ryan Nowak
4a49ee2164
Adds support for imports to IR lowering
...
This change adds support for 'imports' - extra source files which contain
directives that can merged with 'main' source files. The purpose of course
is to support things like global usings or addTagHelpers, like
_ViewImports in MVC does today.
Instead of a one-off this is now a feature of the Razor langugage since
things like addTagHelper have an impact on the parsing behavior. Also,
having a standard imports concept keeps out feature creep, for instance
the 'global' usings we have today could really just be an import.
Imports allow single-line directives including the fundamental directives
like addTagHelper, using, and other friends. Code, content, and block
directives are not merged and will be ignored. We can consider making
these kinds of things warnings in the future.
2017-01-20 10:43:53 -08:00
SteveSandersonMS
a9bc1201d1
Fix the build by passing allowConnectionDraining from SocketNodeInstance
2017-01-20 18:09:57 +00:00
SteveSandersonMS
6a1f35da8f
Bumping NodeServices/SpaServices versions to 1.1.0-rc2-* for RC2 release
2017-01-20 17:33:34 +00:00
SteveSandersonMS
d7d1a04751
When Node is launched with a debug listener, disable connection draining on restart. Fixes #506 .
2017-01-20 17:32:26 +00:00
Nate McMaster
79663ef90e
Upgrade to RC.3
2017-01-20 09:01:49 -08:00
SteveSandersonMS
351fe3d15c
In SpaServices, add new HotModuleReplacementEndpoint option on HMR config. Fixes #579 .
2017-01-20 15:03:52 +00:00
SteveSandersonMS
3313a7f0a6
Update Node version to 6.x (current LTS) in Dockerfiles. Fixes #591 .
2017-01-20 12:38:57 +00:00
Nate McMaster
7634c5420a
Upgrade to RC.3
...
Removes __TemporarySources__ to use contentFiles packages
Remove default globs
Update test platform
2017-01-19 22:31:43 -08:00
Nate McMaster
3acdb58f57
React to aspnet/Scaffolding#383
2017-01-19 20:45:38 -08:00
Nate McMaster
045a353dda
Upgrade global.json version
2017-01-19 18:17:19 -08:00
Nate McMaster
250541929b
Pin sdk version using global.json
2017-01-19 17:11:57 -08:00
Nate McMaster
7d0841ae1c
Pin sdk version using global.json
2017-01-19 17:11:42 -08:00
Nate McMaster
8ba85cf18c
Pin sdk version using global.json
2017-01-19 17:11:22 -08:00
Nate McMaster
e325d9b52e
Pin sdk version using global.json
2017-01-19 17:09:38 -08:00
Nate McMaster
7f7413b3eb
Workaround issue in solution targets in MSBuild RC3
2017-01-19 16:51:13 -08:00
Chris R
fddfad14c9
#1082 Update IdentityModel dependencies to 5.1.2
2017-01-19 13:50:46 -08:00
Chris R
3828232d51
Fix AAD sample
2017-01-19 13:45:44 -08:00
Chris R
f2fd58d8c4
Fix the social sample port.
2017-01-19 13:37:04 -08:00
Stephen Halter
f32058c5c3
Warn instead of throw when ignoring IServerAddressesFeature
...
- Throwing could be too much when IServerAddressesFeature URLs come from VS
- Listen on 127.0.0.1:5000 by default
https://github.com/aspnet/Hosting/issues/917
2017-01-19 11:36:19 -08:00
Ryan Brandenburg
305748a800
Move classes out of .Internal
2017-01-19 11:11:28 -08:00
Cesar Blum Silveira
20e02e8fd6
Don't overwhelm server with data in KeepAliveTimeoutTests.ConnectionNotTimedOutWhileRequestBeingSent().
2017-01-19 11:03:43 -08:00
N. Taylor Mullen
6e647854fa
Add support for `ViewComponentTagHelpers`.
...
- Hardcoded `ViewComponent` discovery.
- Hardcoded `ViewComponentTagHelperDescriptor` creation.
- Added test to validate that ViewComponents are discovered and transitioned into TagHelpers properly.
- Avoided adding a reference to MVC to prevent circular references. This resulted in custom marker attributes to represent `ViewComponent`s. Also made a lot of use of `ViewComponent` conventions (ending in "ViewComponent").
#932
2017-01-19 10:18:11 -08:00
BrennanConroy
aec52670b4
React to Channel API changes
2017-01-19 08:15:59 -08:00
Ryan Brandenburg
6396e14504
Add null-check back to MediaType
2017-01-18 16:56:08 -08:00
Jass Bagga
6f7fc4fb34
Remove obsolete ViewEngine ( #5699 )
2017-01-18 16:29:20 -08:00
Mikael Mengistu
b8b0c73222
Added Win7 and Win2008 skip for WebSockets testing
2017-01-18 16:15:12 -08:00
Ryan Nowak
a84f35022e
Rename a test
...
Imports is something different, this is a test for usings.
2017-01-18 15:33:35 -08:00
Nate McMaster
bcd210819a
Prepare 1.1.0 release and pin floating versions
2017-01-18 14:57:41 -08:00
Nate McMaster
3c22b86a95
Create RTM package versions
2017-01-18 14:35:05 -08:00
Chris R
37d41f36c7
React to IHeaderDictionary ContentLength change
2017-01-18 13:46:34 -08:00
Pawel Kadluczka
ac8a6c9f67
Adding infrastructure to write node (a.k.a. unit) tests for ts client ( #129 )
2017-01-18 13:25:23 -08:00
SteveSandersonMS
867d070263
Remove unused references to ThunkAction. Fixes a build error since @types/redux-thunk 2.2.0 removes the ThunkAction export.
2017-01-18 19:14:17 +00:00
SteveSandersonMS
a046bd2021
Temporarily disable tests on AppVeyor until config can be updated to match new chromedriver version requirement
2017-01-18 18:52:21 +00:00
Andrew Stanton-Nurse
8b6c25ad86
Minor fix to transport protocol spec
2017-01-18 09:13:37 -08:00
Ryan Nowak
be10bb5f7b
Remove support for includes
...
I was mistaken, this isn't a feature we will need for _ViewStart.
2017-01-18 09:11:03 -08:00
Andrew Stanton-Nurse
7a27c5891c
Describe transport protocols ( #125 )
...
Describe the protocols to be used by Long Polling and Server-Sent Events.
2017-01-18 09:04:52 -08:00
Stephen Halter
c4762cdfd5
Better handle OnHeartbeat in 32-bit environments
...
- Prevent potential overflow when casting a long to an IntPtr
2017-01-17 16:57:52 -08:00
BrennanConroy
30deafdb54
Change Xunit versions
2017-01-17 16:56:03 -08:00
BrennanConroy
c64c5db02d
Change Xunit versions
2017-01-17 16:48:52 -08:00
BrennanConroy
ea21469c11
Change Xunit versions
2017-01-17 16:42:34 -08:00
BrennanConroy
161d101da6
Change Xunit version
2017-01-17 16:24:00 -08:00
Nate McMaster
3e4d3ba8a8
Merge branch 'rel/1.0.0' into dev
2017-01-17 16:00:10 -08:00
Andrew Stanton-Nurse
464077866c
rename getid to negotiate ( #124 )
...
* rename getid to negotiate
* also change SSE and Long Polling to require a pre-established connection
* disallow changing transports mid-connection; return a 400 response if the user attempts to do so
2017-01-17 15:45:29 -08:00
pan-wang
66b98a1c04
update 502.5 error page
2017-01-17 15:44:15 -08:00
pan-wang
87f808cc9d
fixing the AV for graceful shutdown on Win7, set forwardWindowsAuthToken default to true and other minor issues
2017-01-17 15:44:15 -08:00