Ajay Bhargav Baaskaran
b5ff692dbf
Enabled xml doc generation
2016-02-19 12:25:51 -08:00
Kiran Challa
65ab6cffc0
Reacting to Razor tooling package name change
2016-02-19 12:18:55 -08:00
John Luo
5ca09d0b10
Updating test TFMs for custom test discovery
2016-02-19 11:46:09 -08:00
Kiran Challa
3574b1d981
Reacting to MVC's action result naming changes
2016-02-19 11:28:25 -08:00
Ajay Bhargav Baaskaran
ee5f72d3a4
Enabled xml doc generation
2016-02-19 11:25:58 -08:00
Ajay Bhargav Baaskaran
4bbea583b0
Enabled xml doc generation
2016-02-19 11:17:16 -08:00
John Luo
26e7bcfb18
Updating test TFMs for custom test discovery
2016-02-19 10:57:57 -08:00
Ajay Bhargav Baaskaran
97664e84f9
Renamed file
2016-02-19 10:52:39 -08:00
N. Taylor Mullen
78451efa7f
Pool `TagHelperExecutionContext`s within `TagHelperScopeManager`.
...
- Currently the `TagHelperScopeManager` creates a new `TagHelperExecutionContext` per `TagHelper` on a given page. With this change the max number of `TagHelperExecutionContext`s per page is the number of nested levels that exist.
- Added two tests validating that specific pieces of `TagHelperExecutionContext` are updated as expected.
#674
2016-02-19 10:37:01 -08:00
Kiran Challa
4123d83d26
[ Fixes #4047 ] SelectTagHelpers: asp-items shouldn't require/depend on asp-for.
2016-02-19 10:03:45 -08:00
Kiran Challa
fd3ee49987
[ Fixes #4085 ] Controller helper inconsistency: HttpNotFound(), Ok()
2016-02-19 09:25:04 -08:00
matt kocaj
75c05be2f7
removing redundant 'http' prefixes from helper methods.
2016-02-19 09:25:03 -08:00
Pranav K
430a62982e
Switch to v3 NuGet feeds
2016-02-19 09:21:39 -08:00
Pranav K
ce425305bb
Fixing build break
2016-02-19 06:23:15 -08:00
N. Taylor Mullen
90f71aa6ec
Add missing `System.Resources.ResourceManager` dependency.
2016-02-18 19:42:11 -08:00
John Luo
55a0202c59
Update tfm to net451 and test with xunit runner
2016-02-18 17:34:24 -08:00
John Luo
397cda382b
Updating test TFMs for custom test discovery
2016-02-18 17:08:28 -08:00
John Luo
497565a52c
Updating test TFMs for custom test discovery
2016-02-18 17:03:22 -08:00
Ajay Bhargav Baaskaran
324f586eeb
Enabled xml doc generation
2016-02-18 16:58:35 -08:00
John Luo
99ccae64eb
Updating test TFMs for custom test discovery
2016-02-18 16:50:53 -08:00
Ajay Bhargav Baaskaran
19501c03aa
Few minor doc comment changes
2016-02-18 16:47:33 -08:00
Ajay Bhargav Baaskaran
3e8368ad66
Enabled xml doc generation
2016-02-18 16:32:10 -08:00
Ajay Bhargav Baaskaran
e14b86ebe0
Enabled xml doc generation
2016-02-18 16:27:55 -08:00
Ajay Bhargav Baaskaran
42d913b3ba
Enabled xml doc generation
2016-02-18 16:20:51 -08:00
Ajay Bhargav Baaskaran
a0169238d0
Enabled xml doc generation
2016-02-18 16:17:02 -08:00
Chris R
d4e72564c7
Add AuthenticationManager.HttpContext. Clean up contructors.
2016-02-18 16:03:20 -08:00
Ajay Bhargav Baaskaran
e30653c71b
Enabled xml doc generation
2016-02-18 16:01:36 -08:00
N. Taylor Mullen
0d6d596219
Update System.Linq 4.0.2-* => 4.1.0-*.
2016-02-18 15:36:54 -08:00
N. Taylor Mullen
2abc6a2343
Update System.Linq 4.0.2-* => 4.1.0-*.
2016-02-18 15:36:49 -08:00
N. Taylor Mullen
795bbfce69
Update System.Linq 4.0.2-* => 4.1.0-*.
2016-02-18 15:36:17 -08:00
N. Taylor Mullen
9b0afe0d1b
Update System.Linq 4.0.2-* => 4.1.0-*.
2016-02-18 15:36:09 -08:00
N. Taylor Mullen
c7029a1bd0
Update System.Linq 4.0.2-* => 4.1.0-*.
2016-02-18 15:35:36 -08:00
John Luo
f5480d5c2b
Updating test TFMs for custom test discovery
2016-02-18 15:03:18 -08:00
John Luo
ec5808f8b6
Updating test TFMs for custom test discovery
2016-02-18 15:02:27 -08:00
John Luo
dc2aa0ec8f
Updating test TFMs for custom test discovery
2016-02-18 15:01:26 -08:00
John Luo
4e5e6b3891
Updating test TFMs for custom test discovery
2016-02-18 14:46:26 -08:00
Ajay Bhargav Baaskaran
f1e696d865
Enabled xml doc generation
2016-02-18 12:39:01 -08:00
Ajay Bhargav Baaskaran
4fe825793b
Enabled xml doc generation
2016-02-18 12:29:56 -08:00
Ryan Nowak
91751015ea
Reset fields on AuthenticateContext
...
This is needed for cases where IAuthenticationHandler instances delegate
or modify the output of each-other.
2016-02-18 12:14:53 -08:00
ryanbrandenburg
2c5061a8ab
* Include version in project.json
2016-02-18 12:04:38 -08:00
Caleb Nelton
b03d3aa56f
Code Cleanup
...
Use var
Conditional can be simplified
Redundant array creation expression
Parameter name differs in base declaration
Empty statement is redundant
2016-02-18 12:04:32 -08:00
Chris R
aef612bdac
Add IHttpConnectionFeature.ConnectionId.
2016-02-18 11:10:55 -08:00
Chris R
5e7b30c04b
#542 Add IHttpConnectionFeature.ConnectionId
2016-02-18 11:08:05 -08:00
Cesar Blum Silveira
aa48ad2933
Merge branch 'benaadams/loopback-fastpath' into dev
2016-02-18 10:52:42 -08:00
Pranav K
2281d8cf89
Fix missing parantheses
2016-02-18 10:50:39 -08:00
Pranav K
03266b4b2a
Don't return if no volatile feeds are found.
2016-02-18 10:26:58 -08:00
Pranav K
53eb708a8b
Add support for Coherence build
2016-02-18 09:57:30 -08:00
Doug Bunting
478edc1735
Pool `char`s used for base64url-encoding and -decoding
...
- #23 part 4
- depends on aspnet/HttpAbstractions@8c120a0
nits:
- correct name of a field in `AntiforgerySerializationContext`
- avoid allocations when returning an `AntiforgerySerializationContext` in (unlikely) case `Stream` is unused
- name literal `int` parameters
2016-02-17 23:17:15 -08:00
Doug Bunting
8c120a0792
Extend `WebEncoders` API to avoid allocations within the methods
...
- rewrite existing methods in terms of the new ones
- don't allocate multiple 0-length arrays
nits:
- clarify a couple of doc comments e.g. using `<paramref/>`
- move an error message into a resource
- pass parameter names into new resource
- rename parameters for consistency e.g. `inputLength` -> `count`
- name literal `int` parameters
- more `var`
2016-02-17 23:13:33 -08:00
Eilon Lipton
1efd101337
Add JetBrains TeamCity link
2016-02-17 22:53:41 -08:00