Andrew Stanton-Nurse
ca481dab85
Add non-blocking invocations to the spec ( #382 )
...
* Add non-blocking invocations to the spec
* make the rules on streamed results stricter
* more clarifications on protocol errors
2017-04-12 18:00:09 -07:00
Stephen Halter
11ab602b2f
Make timeout logic transport agnostic ( #1649 )
...
* Make timeout logic transport agnostic
* PR feedback
* More PR feedback
2017-04-12 16:15:46 -07:00
Hao Kung
f6cf5293a0
Add challenge/forbid overloads for MVC
2017-04-12 16:03:35 -07:00
Pranav K
dfbf6d43ff
Temporarily skipping ReferenceAssemblies_ReturnsLoadableReferenceAssemblies
2017-04-12 14:31:21 -07:00
N. Taylor Mullen
a1cfd22a32
Add element completion API for TagHelpers.
...
- Added a new `TagHelperCompletionService` which can be queried for information on what completion information should be provided.
- Added tests to validate the completion service's expectations.
- Fixed an issue where `TagHelper`s with output hints that did not exist in a passed in completion would never be highlighted as `TagHelper`'s; even when their primary targeting element was already in the element completion list.
#1181
2017-04-12 14:31:11 -07:00
Mike Harder
5f9fa5c009
Temporarily remove `dotnet run` argument separator
...
- Workaround for "dotnet run no longer passes additional arguments to application" (https://github.com/dotnet/sdk/issues/1118 )
2017-04-12 14:22:18 -07:00
Mike Harder
710864eff7
Skip NtlmAuthenticationTests.NtlmAuthentication test
...
- Workaround for regression in `dotnet run` (https://github.com/dotnet/sdk/issues/1118 )
2017-04-12 13:38:34 -07:00
John Luo
b49fc08f8b
Prevent USERSECRETS001 warnings while building cache
2017-04-12 13:24:04 -07:00
user1336
0a5e9516ed
Changed project.json to .csproj
2017-04-12 20:27:32 +02:00
Pranav K
3474bdf776
RedirectToPage from a form-action handler includes the formaction
...
Fixes #6104
2017-04-12 09:27:08 -07:00
Stephen Halter
db159190bd
Don't fail tests if port 5000 is in use ( #1650 )
2017-04-11 23:13:59 -07:00
John Luo
77b2ffba00
React to dotnet store command update
2017-04-11 21:45:41 -07:00
John Luo
936231f327
React to cli command rename
2017-04-11 20:10:54 -07:00
Kiran Challa
106b34867d
Temporarily skipping ErrorPageMiddleware functional test to unblock mirror
2017-04-11 17:40:01 -07:00
N. Taylor Mullen
1b8a4e704c
Rename ITagHelperDescriptorBuilder => TagHelperDescriptorBuilder.
...
#1210
2017-04-11 17:08:38 -07:00
Ryan Brandenburg
59a3aade9b
Fix [TempData] for PageModel's
2017-04-11 16:45:44 -07:00
moozzyk
db66b1e553
TransportFactory should not try creating WebSocket transport on Win7/2008R2
2017-04-11 16:34:20 -07:00
Pranav K
09ccfd8f94
Use the 0.4.0 version of Microsoft.AspNetCore.IntegrationTesting
2017-04-11 15:42:28 -07:00
Nate McMaster
e0e972e98c
Update travis and appveyor build settings to include rel branches
2017-04-11 14:54:36 -07:00
Nate McMaster
734c735fb5
Simplify console output and fix color output on CMD
2017-04-11 14:45:52 -07:00
Nate McMaster
cd5fa7ec1f
Update package verion to 1.0.1 rtm and pin build dependencies and tools
2017-04-11 14:34:07 -07:00
Andrew Stanton-Nurse
a181dc558a
SignalR Hub Protocol ( #372 )
2017-04-11 14:08:48 -07:00
Ryan Nowak
e5cac9fb7f
Implement @namespace
...
This change adds support for @namespace, and introduces a set of
changes that are needed to support @namespace in the parser.
@namespace and @class have always been treated as reserved words by Razor,
with the intent that someday they would be allowed as directives.
This changes makes that possible.
You will still get an error about @namespace being a reserved word if you
don't have the directive.
2017-04-11 12:46:02 -07:00
BrennanConroy
9993fd96da
Use policy names in EndPointOptions ( #340 )
2017-04-11 12:35:31 -07:00
Ryan Nowak
b4b4a19549
Fix #1194 - DirectiveIRNode doesn't have source
...
Now with line mappings!
2017-04-11 10:45:24 -07:00
Ryan Nowak
64e5aaf478
Remove some dead code
2017-04-11 10:24:34 -07:00
Pranav K
e2267f54a6
Add support for naming a page ( #1204 )
2017-04-11 10:10:45 -07:00
Pavel Krymets
69b019ebd8
Third party rule name changed
2017-04-11 10:04:29 -07:00
BrennanConroy
be88d2918e
Disable API Check
2017-04-11 09:23:48 -07:00
moozzyk
04719dee82
Adding transport factory
2017-04-11 09:16:36 -07:00
Ryan Nowak
569a4e3d13
Add benchmarks to solution
2017-04-11 08:23:13 -07:00
Ryan Nowak
1fbdb30186
Normalize newlines in default imports
...
Needed for xplat
2017-04-11 08:19:56 -07:00
Ryan Nowak
ca66e89899
Add a basic attribute routing test
2017-04-11 08:12:27 -07:00
Ryan Nowak
6c79e84d1b
Add BenchmarkDotNet boilerplate
2017-04-11 08:12:26 -07:00
Steve Sanderson
8c58086030
Make TreeRouter restore RouteData snapshots consistently. Fixes #394 .
2017-04-11 15:36:34 +01:00
Erick Galassi
ea429cccf4
Minimize CSS in production builds (all templates)
2017-04-11 14:51:31 +01:00
Pavlo Glazkov
c0205cfc4e
Fix watchOptions in webpack.config.js being ignored by WebpackDevMiddleware ( #806 )
...
This enables Docker HMR workflow and the workaround mentioned in this comment: https://github.com/aspnet/JavaScriptServices/issues/806#issuecomment-290081291
2017-04-11 14:35:57 +01:00
Ben Adams
b28f85236f
Console type needs exe
2017-04-11 14:31:28 +01:00
Kiran Challa
ee1cfdf41e
[Fixes #] DeveloperExceptionPage throws when SourceFileContent is null in an ICompilationException
2017-04-11 05:59:17 -07:00
Mike Harder
99278c4691
Workaround for "Explicit RID still required for .NET Framework test projects"
...
- Addresses #1617
2017-04-10 22:03:00 -07:00
Ryan Nowak
35bbede0ac
Remove unused files
2017-04-10 19:47:41 -07:00
Ryan Nowak
303636db13
Updates to generated .cs files
...
A separate commit so that it's reviewable. Only things derived from the
file path have changed.
2017-04-10 19:43:03 -07:00
Ryan Nowak
207f40f92d
Move test infrastructure
...
This moves the test infrastructure to a common project and udpates the MVC
tests to use the good integration testing features.
2017-04-10 19:42:56 -07:00
Ben Adams
d29e4d4cf0
Specialized struct generics rather than interface ( #1640 )
...
Changed the IHttpParser interface to be generic. This lets use a struct to
get better code generation and also should allow us to inline calls back into
the handler from the parser.
2017-04-10 19:30:18 -07:00
David Fowler
0546dc21f4
Disable response buffering via the IHttpBufferingFeature ( #379 )
...
* Disable response buffering via the IHttpBufferingFeature
- To make sure SignalR works with servers and middleware
that do perform response buffering, disable it via the
IHttpBufferingFeature for SSE.
- Added test to verify buffering is disabled
2017-04-10 19:05:06 -07:00
Jass Bagga
1a8ac88da7
Add PreserveMethod ( #6075 )
...
Addresses #5609
2017-04-10 17:31:59 -07:00
Alec Papierniak
6b65ed2d83
Fixing minor typo
2017-04-10 17:33:29 -05:00
Ryan Nowak
1262a6d4b2
Adding CodeGeneration benchmark
2017-04-10 14:25:43 -07:00
Ryan Nowak
acf3e759d1
Add BenchmarkDotNet boilerplate
2017-04-10 14:25:43 -07:00
Ajay Bhargav Baaskaran
0f7b0f5d8c
[ Fixes #1196 ] Remove Content property from HtmlContentIRNode
2017-04-10 12:54:11 -07:00