Doug Bunting
e72d4b4876
Increase .travis.yml consistency between repos
...
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:54:23 -07:00
Doug Bunting
2a03500ace
Increase .travis.yml consistency between repos
...
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:52:51 -07:00
Doug Bunting
22e5dfd8df
Increase .travis.yml consistency between repos
...
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:51:44 -07:00
Doug Bunting
c2690023d8
Increase .travis.yml consistency between repos
...
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:50:47 -07:00
Doug Bunting
2fe8c27f30
Increase .travis.yml consistency between repos
...
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- build with `--quiet`
2016-09-04 19:48:49 -07:00
Doug Bunting
6eec856fe3
Increase .travis.yml consistency between repos
...
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:37:25 -07:00
Doug Bunting
fa36a7bb53
Increase .travis.yml consistency between repos
...
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:35:58 -07:00
Doug Bunting
bfd2c36783
Increase .travis.yml consistency between repos
...
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- build with `--quiet`
2016-09-04 19:28:56 -07:00
Doug Bunting
c3476cf327
Increase .travis.yml consistency between repos
...
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:18:49 -07:00
Christian Weiss
a5db01169a
Fixed comment in Filters/FilterCollection ( #5225 )
2016-09-03 11:04:58 -07:00
Chris R
e9ef38cf3a
PR feedback
2016-09-02 16:23:45 -07:00
Chris R
1e59352466
Consolidate write flags and counting logic
2016-09-02 16:23:45 -07:00
Chris R
8105a272d2
#210 Re-enable caching tests
2016-09-02 16:23:45 -07:00
Chris R
88114568b9
#167 Prevent duplicate Content-Length headers
2016-09-02 16:23:45 -07:00
Pavel Krymets
8f8152f910
Fix build error
2016-09-02 16:16:41 -07:00
Doug Bunting
fae0e9a66e
Handle `!ConvertEmptyStringToNull` cases correctly in `SimpleTypeModelBinder`
...
- #4988
- preserve whitespace as the setting demands
- correct previous `string.IsNullOrEmpty()` call to match previous `ValueProviderResultExtensions.ConvertTo()` use
- short-circuit other `string`-to-`string` conversions (as `ValueProviderResultExtensions.ConvertTo()` does)
- correct documentation of `ConvertEmptyStringToNull` properties
- add more tests of these scenarios and remove duplicate `BindModel_ValidValueProviderResult_ConvertEmptyStringsToNull()` test
2016-09-02 16:15:18 -07:00
Chris R
6522926c22
Port WebSocket fix from https://github.com/dotnet/corefx/pull/11348
2016-09-02 15:33:10 -07:00
Christian Weiss
6016966dcf
Typo in comment of MvcJsonMvcOptionsSetup ( #5221 )
2016-09-02 14:30:50 -07:00
Andrew Stanton-Nurse
b996ee39a4
port dotnet/corefx#11348 ( #114 )
...
also adds some tests and extra features to the EchoApp test sample
2016-09-02 14:02:06 -07:00
John Luo
d72ef128dd
Adding options to specify maximum response body size
2016-09-02 11:57:59 -07:00
Pavel Krymets
b340b0f0f7
Add Redis IXmlRepository implementation ( #173 )
2016-09-02 11:56:47 -07:00
John Luo
3b0f01a8ec
Customize key prefix instead of suffix
2016-09-02 11:54:04 -07:00
Justin Kotalik
57c1f877e3
Adds path base to redirect location and tests
2016-09-02 11:26:57 -07:00
Cesar Blum Silveira
7d1a03f51d
Serialize functional tests on OS X.
2016-09-02 10:23:24 -07:00
Justin Kotalik
f99a9be4d0
quick readme update
2016-09-02 10:22:58 -07:00
Justin Kotalik
51cd14efba
Exceptions more descriptive and more NSE
2016-09-02 09:21:20 -07:00
Doug Bunting
2659904061
Build on be73cd7 to include `<input type="image"/>`, reduce duplication, and add tests
...
- consolidate `ButtonTagHelper` and `SubmitTagHelper` into `FormActionTagHelper`
- consolidate `ButtonTagHelperTest` and `SubmitTagHelperTest` into `FormActionTagHelperTest`
nits:
- do not allocate dictionaries in the `<a>` or `<form>` tag helpers unless needed
- clean up some hard-to-maintain whitespace
2016-09-01 20:03:13 -07:00
Cesar Blum Silveira
5512516ee8
Remove commented test.
2016-09-01 17:18:59 -07:00
Cesar Blum Silveira
e203cd41b9
Merge branch 'rel/1.0.1' into dev
2016-09-01 13:59:34 -07:00
Justin Kotalik
65e7f7f44b
Removes startsWith in favor of array index, guarantee that string is non-empty in someplaces
2016-09-01 12:28:08 -07:00
Troy Dai
f05007e0f2
Fix error message in RequestContext
2016-09-01 12:00:06 -07:00
Kiran Challa
30a4b09d9f
Fix CookieOptions.HttpOnly doc comment
2016-09-01 10:18:39 -07:00
Troy Dai
735366ff3f
Revert buffer alignment in NativeRequestContext
...
The buffer alignment will be set to zero so that WebListener will work
properly in all environment except ARM
2016-09-01 10:09:55 -07:00
SteveSandersonMS
03dcae2407
Simplify docs
2016-09-01 17:52:26 +01:00
SteveSandersonMS
f0d954b2a6
Design review: Change AddNodeServices to take an Action<NodeServicesOptions> like other aspects of MVC DI config
2016-09-01 17:46:59 +01:00
Pranav K
5944dd6f87
Small perf fixes to improve precompilation times
2016-09-01 09:44:30 -07:00
SteveSandersonMS
f04fb8c421
Design review: Always instantiate via DI
2016-09-01 15:51:53 +01:00
SteveSandersonMS
61fd900974
Add missing setup step to docs. Fixes #290 .
2016-09-01 14:10:42 +01:00
SteveSandersonMS
09e1cd3b07
TS compiler should ignore "bin" dir because, after VS publish, it might contain duplicates of the app's source files. Fixes #279 .
2016-09-01 13:59:28 +01:00
SteveSandersonMS
4effd630a4
Fix typos
2016-09-01 12:42:12 +01:00
SteveSandersonMS
7f5810a622
Add docs about configuring Webpack to build LESS/SASS
2016-09-01 12:36:47 +01:00
Shahriar Gholami
be73cd77bf
Add buttonTagHelper and submitTagHelper for formaction
...
Addresses #1668
2016-08-31 22:02:47 -07:00
David Fowler
6795ca2f78
Make the char array for utf8 decoding smaller
2016-08-31 18:54:15 -07:00
Pranav K
daf4843fb3
Move Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tests -> Microsoft.AspNetCore.Mvc.Razor.Precompilation.FunctionalTests
2016-08-31 18:17:14 -07:00
Crystal Qian
df81f8be57
Added a view component tag helper descriptor factory ( #5189 )
2016-08-31 17:31:04 -07:00
Crystal Qian
d19845730f
Added a copy constructor for tag helper descriptors. ( #827 )
2016-08-31 15:38:35 -07:00
John Luo
52f219b16e
Support conditional requests and send 304 when possible
2016-08-31 14:44:12 -07:00
Chris R
b31ec7d7a7
#204 Consolidate unsafe buffer access into NativeRequestContext
2016-08-31 14:19:56 -07:00
Doug Bunting
34a4c8c191
Add more tests covering `asp-format` use
...
- also add comments requested in PR #5109 and #5205
2016-08-31 12:34:22 -07:00
Victor Hurdugaci
ac2f21514f
Add a flag to specify the log level
2016-08-31 11:48:02 -07:00