Stephen Halter
51693304c1
Update dependencies after rename to Microsoft.Dnx.Compilation.CSharp
2015-08-05 11:07:13 -07:00
Troy Dai
87c5384390
Add feeds for Roslyn and CoreFx
2015-08-05 10:44:36 -07:00
Doug Bunting
bda850187d
Add support for jQuery syntax in form data
...
- #2705
- add `JQueryFormValueProvider` and `JQueryFormValueProviderFactory`
- carry some code forward from MVC 5; correct to follow current coding guidelines
- refactor `ReadableStringCollectionValueProviderTest` into abstract `EnumerableValueProviderTest`
- enables reuse in new `JQueryFormValueProviderTest`
- also run these tests in `CompositeValueProviderTest`
nits:
- do not create a duplicate `CompositeValueProvider` instance in `Filter()`
- correct garbled sentence in `IBindingSourceValueProvider` doc comments
- simplify `FormValueProviderFactoryTest` (no need for Moq) and correct test name
- correct test class / file names
- `CompositeValueProviderTests` -> `CompositeValueProviderTest`
- `FormValueProviderFactoryTests` -> `FormValueProviderFactoryTest`
2015-08-05 10:31:24 -07:00
Hisham Abdullah Bin Ateya
1cfc62dbfd
Fix 'QueryStringRequestCultureProvider' Issue
2015-08-05 20:23:19 +03:00
Troy Dai
a7d717d19c
Update CoreCLR versions
2015-08-05 09:35:37 -07:00
Troy Dai
3cd5907fc5
Update CoreCLR versions
2015-08-05 09:33:00 -07:00
Pranav K
018e803dc1
Removing Autofac dependency \ tests from ControllersFromServicesWebSite
2015-08-04 15:50:10 -07:00
Pranav K
5d4c684758
Using packages from Autofac nightly feed.
2015-08-04 15:12:24 -07:00
Pranav K
43e4870fa2
Switching to the official Autofac package.
2015-08-04 15:12:19 -07:00
Kiran Challa
a0ef3ee814
[ Fixes #510 ] Remove or fix Helios.cmd
2015-08-04 13:48:19 -07:00
Troy Dai
e174d2e154
Update CoreCLR versions
2015-08-04 10:15:38 -07:00
Troy Dai
a24fd18dc0
Update CoreCLR versions
2015-08-04 10:15:37 -07:00
Troy Dai
eb266a1a7c
Update CoreCLR versions
2015-08-04 10:15:32 -07:00
Troy Dai
2a204e473b
Update CoreCLR versions
2015-08-04 10:15:32 -07:00
Troy Dai
fa9f2ace5f
Update CoreCLR versions
2015-08-04 10:15:31 -07:00
Troy Dai
cc0c4e1f55
Update CoreCLR versions
2015-08-04 10:15:29 -07:00
Troy Dai
31070b68f7
Update CoreCLR versions
2015-08-04 10:15:28 -07:00
Troy Dai
b8f930bb4c
Update CoreCLR versions
2015-08-04 10:15:28 -07:00
Troy Dai
051bb87578
Update CoreCLR versions
2015-08-04 10:15:27 -07:00
Troy Dai
6a606a8c9a
Update CoreCLR versions
2015-08-04 10:15:24 -07:00
Troy Dai
7fe2a43b05
Update CoreCLR versions
2015-08-04 10:15:23 -07:00
Troy Dai
72a7fb06c2
Update CoreCLR versions
2015-08-04 10:15:22 -07:00
Troy Dai
fbe9dc58e8
Update CoreCLR versions
2015-08-04 10:15:20 -07:00
Chris R
9c3a39123a
#341 Add HttpReqeuest GetEncodedUrl and GetDecodedUrl extensions.
2015-08-04 10:09:39 -07:00
Chris R
0e05c64855
React to IFeatureCollection changes, test cleanup.
2015-08-04 09:09:53 -07:00
Hao Kung
19d56be977
Delete unused classes
...
Fixes https://github.com/aspnet/Identity/issues/531
2015-08-03 17:43:14 -07:00
Kiran Challa
80150ec3a6
Changed SessionSample's registratio of RedisCache service from Transient to Singleton
2015-08-03 16:41:13 -07:00
Stephen Halter
e5144e3139
Include Server and Date in the initial response header dictionary
2015-08-03 16:20:34 -07:00
Stephen Halter
978dd39924
Update the prepare script used to generate code
...
- The syntax to run dnx with a modified appbase has recently changed
2015-08-03 16:20:32 -07:00
Stephen Halter
7446fe4cc7
Update SocketOutputTests to account for the "immediate" Write param
2015-08-03 16:20:30 -07:00
Louis DeJardin
6ff894bb19
Using masked byte sequences to recognize well-known header names
2015-08-03 16:20:28 -07:00
Louis DeJardin
b999b47218
String concatination showed up in profiler
2015-08-03 16:20:26 -07:00
Louis DeJardin
f6dc72544c
Response headers don't need to be queued before subsequent write
2015-08-03 16:20:24 -07:00
Louis DeJardin
c0728edda7
Linq .Any() was causing enumeration
2015-08-03 16:20:22 -07:00
Louis DeJardin
f9cf9f1936
Improvements to appending request header
2015-08-03 16:20:20 -07:00
Louis DeJardin
96b03ee212
Perf - enumerate with struct
...
Conflicts:
src/Microsoft.AspNet.Server.Kestrel/project.json
2015-08-03 16:20:18 -07:00
Louis DeJardin
ad089be477
Removing "I like pie" diagnostics
2015-08-03 16:20:16 -07:00
Louis DeJardin
963f086eb0
Prototypeing a fast header dictionary
...
Conflicts:
src/Microsoft.AspNet.Server.Kestrel/project.json
2015-08-03 16:20:14 -07:00
Mikael Mengistu
ab56ac6038
Added headers to store original IP, host, and protocol values
2015-08-03 16:04:56 -07:00
N. Taylor Mullen
0ef68eefc8
Added default `UrlResolutionTagHelper` to resolve app relative URLs.
...
- Razor removed the ability to automatically resolve URLs prefixed with `~/`; therefore `ScriptTagHelper`, `LinkTagHelper` and `ImageTagHelper` have changed to take in `IUrlHelper`s and auto-resolve their URL based properties if they start with `~/`.
- Added a catch-all `~/` resolver for non `TagHelper` based HTML elements. Razor used to resolve any attribute value that started with `~/` now the behavior is restricted to attributes that can contain URLs.
- Updated `IUrlHelper` to accept `null` values.
- Added functional tests to validate that URLs resolve correctly.
- Updated `TagHelper` tests to ensure that URLs are resolved via an `IUrlHelper`.
#2807
2015-08-03 16:00:33 -07:00
Chris R
b138f2a460
React to IFeatureCollection API changes.
2015-08-03 15:46:01 -07:00
Chris R
83b2c95385
React to IFeatureCollection changes.
2015-08-03 15:13:58 -07:00
Chris R
aa34e5e46e
React to IFeatureCollection changes.
...
Use a static feature collection.
2015-08-03 15:08:39 -07:00
N. Taylor Mullen
6d228a62dc
Added missing `HtmlAttributeNotBound` to `ViewContext` property.
...
- Did not add a test to validate the behavior. None of the other `TagHelper`s validate that a property is not visible/bound.
#2901
2015-08-03 15:05:08 -07:00
Chris R
ac945a0bcf
#339 Reduce IFeatureCollection surface area.
2015-08-03 14:55:25 -07:00
Ajay Bhargav Baaskaran
2792f10f9a
[ Fixes #2862 ] asp-append-version now works with urls containing fragment
2015-08-03 12:06:18 -07:00
Dejan Paležević
4a9029fc9c
Used nameof expression to resolve parameters name
2015-08-03 11:56:04 -07:00
Pranav K
fe9bf8bcbf
Remove the use of Regex in the TemplateRouteParser
...
Fixes #164
2015-08-03 11:13:57 -07:00
sornaks
5d7ec0e2c6
Changing QueryHelpers.AddQueryString to use Array instead of List.
2015-08-03 11:08:54 -07:00
Ryan Nowak
68c52adef4
Fix #2837 - Make it easier to get ParameterInfo/PropertyInfo
...
For a typical configuration, it's now possible to cast a parameter
descriptor to ControllerParameterDescriptor or
ControllerBoundPropertyDescriptor to access the corresponding reflection
type.
2015-08-03 10:53:33 -07:00