Created Feature: Integrate "debug=true" setting with...
The Configuration.IncludeErrorDetailPolicy is only configurable through codes. It feels nature if we can switch it by change configuration in web.config.
View ArticleCreated Issue: Streamline WebAPI tracing with ASP.NET [592]
Though WebAPI offers a sophisticated tracing story, it is rarely talked about. And there is no default ITraceWriter implementation so until you write one you aren't able to use it. It helps a lot if...
View ArticleCreated Issue: Make ODataModelBinder public [593]
Otherwsie, user won't be able to bind odata primitive for specified ID parameter
View ArticleEdited Issue: Make ODataModelBinder public [593]
Otherwsie, user won't be able to bind odata primitive for specified ID parameter
View ArticleEdited Issue: Self/Edit link generated by convention model builder will be...
In my example, I returned string ID as “Test 01”. The self-link looks like: http://hongye2dev3/9cfe3174130842d5b5e43761cee4f566/StringPrimaryKeyType('Test%25201')This url won't work with IIS7 with...
View ArticleSource code checked in, #6b5687093715
Add parsed value to SkipQueryOption and TopQueryOption for convenience
View ArticleCommented Issue: Self/Edit link generated by convention model builder will be...
In my example, I returned string ID as “Test 01”. The self-link looks like: http://hongye2dev3/9cfe3174130842d5b5e43761cee4f566/StringPrimaryKeyType('Test%25201')This url won't work with IIS7 with...
View ArticleCommented Issue: Web API / Enable Dependency Injection for HttpMessageHandler...
It would be good if I could pass a type of HttpMessageHandler instead of an instance. That way, the DependencyResolver could automatically resolve the type including any of it's dependencies.Right now,...
View ArticleCommented Issue: Web API / Enable Dependency Injection for HttpMessageHandler...
It would be good if I could pass a type of HttpMessageHandler instead of an instance. That way, the DependencyResolver could automatically resolve the type including any of it's dependencies.Right now,...
View ArticleCreated Issue: A badly formatted cookie causes GetCookies to return 0 cookies...
If a request includes a cookie with whitespace in it's name, GetCookies will return 0 cookies.The attached fiddler sessions demonstrate the issue. Below is the implementation of the method that was...
View ArticleNew Post: Support IServiceProvider Injection for DataAnnotations validations...
I opened up the following issue recently: http://aspnetwebstack.codeplex.com/workitem/463 I am not sure if it will be implemented so I decided to dig deeper and implement it by myself but that attempt...
View ArticleCommented Issue: Self/Edit link generated by convention model builder will be...
In my example, I returned string ID as “Test 01”. The self-link looks like: http://hongye2dev3/9cfe3174130842d5b5e43761cee4f566/StringPrimaryKeyType('Test%25201')This url won't work with IIS7 with...
View ArticleCommented Issue: Self/Edit link generated by convention model builder will be...
In my example, I returned string ID as “Test 01”. The self-link looks like: http://hongye2dev3/9cfe3174130842d5b5e43761cee4f566/StringPrimaryKeyType('Test%25201')This url won't work with IIS7 with...
View ArticleCreated Issue: Segment parser not able to find entityset of a bound action...
I used the ODataPathParserTests for this scenario. Scenario: An action is bound to an entity type. It returns a simple type.Expected: segment's EntitySet should be 'Customers'Actual: segment's...
View ArticleCreated Issue: Segment parser should not consider return type of a bound...
NOTE: This is a different issue probably due to the same root cause as of issue #595.Expected: segment entityset should be "Customers"Actual: segment entityset should be "SalesPeople"I used the...
View ArticleEdited Issue: Segment parser should not consider return type of a bound...
NOTE: This is a different issue probably due to the same root cause as of issue #595.Expected: segment entityset should be "Customers"Actual: segment entityset is "SalesPeople"I used the...
View ArticleEdited Issue: Segment parser not able to find entityset of a bound action...
I used the ODataPathParserTests for this scenario. Scenario: An action is bound to an entity type. It returns a simple type.Expected: segment's EntitySet should be 'Customers'Actual: segment's...
View ArticleCreated Issue: Make all id parameter in EntitySetController by using...
Replace ODataModelBinderProvider globally can cause more problems as it will try to bind all parameters which is not in odata format.More proper fix is to add modelbinder using ModelBinderAttribute on...
View ArticleNew Post: "Registration already exists for URI" error while running...
I am getting "A registration already exists for URI" error while running unit tests:But Henrik suggested to register it beforehand on his blog post under the “Registering HTTP Namespace” section:...
View ArticleNew Post: "Registration already exists for URI" error while running...
Also, I realized that the download link for SkipStrongNames.exe is broken now:http://www.codeplex.com/Download?ProjectName=aspnetwebstack&DownloadId=360565
View Article