Pavel Krymets
71ecf5612f
Refactor and add ssl tests
2016-05-26 08:31:20 -07:00
Cesar Blum Silveira
d1bacbf41e
Fix makefile.
2016-05-25 21:27:49 -07:00
Cesar Blum Silveira
a3d0bd0ec4
Bind to both IPv4 and IPv6 when localhost is specified ( #231 ).
2016-05-25 21:23:29 -07:00
Cesar Blum Silveira
d45cfd872f
Don't break the CI.
2016-05-25 21:11:14 -07:00
Pranav K
5d72a7f747
Modify ICompilationLibrariesProvider to return a sequence of reference path
...
Fixes #4738
2016-05-25 16:20:23 -07:00
Pranav K
9acd0f578c
Remove IDisposable contract from IMvcRazorHost
...
Fixes #4709
2016-05-25 14:43:12 -07:00
Ajay Bhargav Baaskaran
3d0f436a06
[ Fixes #4294 ] TypeActivate MvcRouteHandler
2016-05-25 12:57:16 -07:00
mnltejaswini
b96851ec20
[Perf] Avoid ViewBuffers for writing bound TagHelper attribute values. Fixes aspnet/Razor#717
2016-05-25 12:14:26 -07:00
mnltejaswini
bde78dc3d4
[Perf]: Avoid ViewBuffers for writing bound TagHelper attribute values
...
Fixes #717
2016-05-25 12:06:03 -07:00
John Luo
149fbfa99a
Reenable disabled tests #673
2016-05-25 11:14:13 -07:00
Chris R
ed85f504d8
#102 Filter out DEBUG requests under the debugger.
2016-05-25 10:39:52 -07:00
Andrei Tserakhau
5bb92d02dd
refactor: prime cache formatter beautify
2016-05-25 16:11:53 +03:00
Andrei Tserakhau
b141419b14
refactor(angular-services): beutify base uri creation
...
bug: remove redundant closing brackets
2016-05-25 16:09:20 +03:00
Andrei Tserakhau
95cba7f5dd
refactor: apply default vs transform to xproj
...
refactor(spa-services): clean code
refactor(node-services): clean code, extract classes nto separate files
refactor(angular-services): prime cache cleanup
2016-05-25 16:08:49 +03:00
Cesar Blum Silveira
3f4e2323f4
Throw when setting Frame.StatusCode or Frame.ReasonPhrase after response has already started ( #805 ).
2016-05-24 16:32:54 -07:00
Stephen Halter
cb284b9d58
Fix race that would allow GetDateHeaderValues to return null
2016-05-24 16:28:46 -07:00
John Luo
4f7e4cffe6
Reenable tests and remove kerberos tests #187
2016-05-24 16:20:32 -07:00
Victor Hurdugaci
63bbafdb1d
Simplify watcher arguments by passing everything to dotnet
2016-05-24 16:05:43 -07:00
Stephen Halter
d164f350b4
Add comment explaining why ForChunkedEncoding._vectorCRs is not static
2016-05-24 16:05:20 -07:00
N. Taylor Mullen
d0bf6bf841
Make HTML comments more resilient to extra end dashes.
...
aspnet/Mvc#4465
2016-05-24 15:34:35 -07:00
Pavel Krymets
a4118e75aa
Fix DataProtection after build globbing changes will go in
2016-05-24 15:33:28 -07:00
Hao Kung
f54a964815
AuthZFilter should call into Service more
2016-05-24 14:42:54 -07:00
Pranav K
15f113ddb1
Remove IControllerTypeProvider
2016-05-24 14:36:02 -07:00
Hao Kung
ed1d8cfbd0
CoreCompat => AspNetCoreCompat
2016-05-24 13:15:38 -07:00
Pranav K
0e4d154134
Update PinVersion tool use dotnet and v3 NuGet packages
2016-05-24 11:59:41 -07:00
Mike Harder
58070099fc
Remove Console.WriteLine() from MemoryPoolBlockTests ( #868 )
...
- Causes noise in test results
2016-05-24 11:38:24 -07:00
Pranav K
90f0e29923
Inject the IRazorViewEngine directory instead of using GetRequiredService
2016-05-24 10:40:33 -07:00
Pranav K
ab76f743f4
Use dependency context from all application parts when compiling views
...
Fixes #4498
2016-05-24 10:28:51 -07:00
Ryan Nowak
27565c4e8d
Fix broken query string binding test
...
This test was relying on the parsing behavior of QueryString, that it
would omit the key and value when the value is empty. The expectations
weren't consistent with other tests for 'empty' values.
2016-05-24 10:17:30 -07:00
Troy Dai
1f8f82463a
disable two failed tests temporarily
2016-05-24 09:41:24 -07:00
Hao Kung
5efaa95195
React to google/fb endpoint revisions
2016-05-23 18:26:13 -07:00
N. Taylor Mullen
80ebb4a068
Update `TagHelperDirectiveSpanVisitor` to properly capture TagHelper directive text.
...
- Added a test with optional quotes for each of the `TagHelperDirectiveDescriptor`s, add, remove and prefix.
#744
2016-05-23 17:07:36 -07:00
Pranav K
69e029fc79
Update the namespace for Razor generated code to AspNetCore
...
Fixes #4476
2016-05-23 16:25:59 -07:00
Ben Adams
a49ba744aa
Reduce Revision check calls via interface
2016-05-23 16:23:38 -07:00
John Luo
7f4e3645f2
Update ConfigureServicesBuilder exception message #502
2016-05-23 16:11:18 -07:00
Pranav K
8ab66ab5ce
Fix resource generation to work with dotnet test
2016-05-23 15:55:14 -07:00
moozzyk
e854d3aa9a
Allow query string parameters without values
...
Addresses #624
2016-05-23 15:41:37 -07:00
John Luo
ff534da70f
React to adding IsAvailable to ISession
2016-05-23 15:17:30 -07:00
Chris R
fa3a0e7c7a
#140 Disable header symmetry check on azure.
2016-05-23 14:59:44 -07:00
Ryan Nowak
d92b3ba2c6
Make ModelBindingContext.Result non-nullable
...
This change simplifies a bunch of code and fits more in line with the
current design of model binding.
Now, a model binder only has to do anything if it was successful.
'return' is enough to indicate failure.
2016-05-23 14:18:34 -07:00
Mike Harder
5ca6592677
Don't bind if only port is specified ( #814 ) ( #861 )
...
- Also renamed ServerAddressFacts to ServerAddressTests to match existing test classes
2016-05-23 14:06:46 -07:00
Hao Kung
6792474d77
Add Assembly metadata
2016-05-23 13:52:40 -07:00
Hao Kung
29fd846b14
Fix build
2016-05-23 13:37:01 -07:00
Hao Kung
9f86d11a9c
Add compat package to nuget verifier
2016-05-23 13:30:01 -07:00
Hao Kung
e0676292fc
Add Interop 45 Compat package
...
Initial samples fixes (more coming to make things work)
2016-05-23 13:23:32 -07:00
Ryan Nowak
88c9ae6588
Remove Key from ModelBindingResult
2016-05-23 13:17:19 -07:00
Hao Kung
104f216191
Restore support for EF User store generics
2016-05-23 13:05:12 -07:00
Doug Bunting
dc9feade5a
Disable `Microsoft.DotNet.Watcher.Tools.FunctionalTests.NoDepsAppTests.RestartProcessThatTerminatesAfterFileChange`
...
- test is not reliable (95% success rate)
- should be restored as part of #98
2016-05-23 11:53:35 -07:00
Cesar Blum Silveira
e6dce73d83
Merge branch 'cesarbs/disable-failing-tests' of https://github.com/aspnet/MusicStore into cesarbs/disable-failing-tests
2016-05-23 11:49:44 -07:00
Cesar Blum Silveira
14f5e23038
Disable failing tests ( #673 ).
2016-05-23 11:48:52 -07:00