Edited Issue: HttpError ModelState does not deserialize to Dictionary. [604]
In our API client library all HttpResponseMessage responses are handled by the following function: private async Task<ApiResponse<TResult>>...
View ArticleCreated Unassigned: NullPropagation option smart detection should handle...
We try to figure out whether we should do null propagation in query composition by looking at the QueryProvider of the IQueryable. We handle Linq2Objects, Linq2Sql and EntityFramework there. For...
View ArticleCommented Unassigned: NullPropagation option smart detection should handle...
We try to figure out whether we should do null propagation in query composition by looking at the QueryProvider of the IQueryable. We handle Linq2Objects, Linq2Sql and EntityFramework there. For...
View ArticleClosed Issue: Append last written date to the end of local content files [100]
In order to prevent browser caching while building the application (development envorinment), it is very desirable to append a query with the LastWrittenDateTime to the end of the content file.This...
View ArticleEdited Issue: Custom attributes - underscores in name should be replaced [610]
When passing custom attributes to helpers via anonymous object, the "_" should be replaced with "-" just like in MVC helpersexample:[Fact] public void WebGridCustomHtmlAttributeIsSpecified(){ var grid...
View ArticleEdited Issue: Attribute routing should consider per-controller configuration...
Currently we always take the IHttpActionSelector implementation present on global configuration. We should consider taking it from Per-Controller configuration if present.HelpPage, for example,...
View ArticleCommented Issue: Attribute routing should consider per-controller...
Currently we always take the IHttpActionSelector implementation present on global configuration. We should consider taking it from Per-Controller configuration if present.HelpPage, for example,...
View ArticleCreated Unassigned: Batching should copy or take properties from batch...
WebApi-on-Katana's HttpMessageHandlerAdapter populates following properties on an incoming request:MS_RetrieveClientCertificateDelegateMS_IsLocalWhen a batching request comes in these are populated on...
View ArticleEdited Unassigned: Batching handlers should copy properties from batch...
WebApi-on-Katana's HttpMessageHandlerAdapter populates following properties on an incoming request:MS_RetrieveClientCertificateDelegateMS_IsLocalWhen a batching request comes in these are populated on...
View ArticleCommented Feature: ExpandoObject Suppport in ODataComplexTypeSerializer [911]
Add Expandobject support for default OData formatters to handle dynamic results e.g. List<ExpandoObject>At the moment the ODataComplexSerializer and ODataComplexDeserializer assume that the...
View ArticleEdited Issue: "i" "I" character problem at SimpleMembershipProvider.cs [714]
in Turkish,we have "i" and "ı" characters. (...h,ı,i,j,k,l,m,...)"i" is lower, "İ" is upper of "i","ı" is lower, "I" is upper of "ı".When we use membership at MVC4, if "UserName" is includes "i"...
View ArticleCommented Issue: "i" "I" character problem at SimpleMembershipProvider.cs [714]
in Turkish,we have "i" and "ı" characters. (...h,ı,i,j,k,l,m,...)"i" is lower, "İ" is upper of "i","ı" is lower, "I" is upper of "ı".When we use membership at MVC4, if "UserName" is includes "i"...
View ArticleEdited Issue: WebSecurity.CreateUserAndAccount Sql Collation Issue [480]
Hello,If Sql Server database collation is Turkish_CI_AS, I get that error at below cause UPPER function in SELECT Query in "GetUserId" method in SimpleMembershipProvider.cs class.SQL UPPER('info') is...
View ArticleCommented Issue: WebSecurity.CreateUserAndAccount Sql Collation Issue [480]
Hello,If Sql Server database collation is Turkish_CI_AS, I get that error at below cause UPPER function in SELECT Query in "GetUserId" method in SimpleMembershipProvider.cs class.SQL UPPER('info') is...
View ArticleEdited Issue: WebSecurity.CreateUserAndAccount Sql Collation Issue [480]
Hello,If Sql Server database collation is Turkish_CI_AS, I get that error at below cause UPPER function in SELECT Query in "GetUserId" method in SimpleMembershipProvider.cs class.SQL UPPER('info') is...
View ArticleEdited Issue: "i" "I" character problem at SimpleMembershipProvider.cs [714]
in Turkish,we have "i" and "ı" characters. (...h,ı,i,j,k,l,m,...)"i" is lower, "İ" is upper of "i","ı" is lower, "I" is upper of "ı".When we use membership at MVC4, if "UserName" is includes "i"...
View ArticleEdited Issue: Custom attributes - underscores in name should be replaced [610]
When passing custom attributes to helpers via anonymous object, the "_" should be replaced with "-" just like in MVC helpersexample:[Fact] public void WebGridCustomHtmlAttributeIsSpecified(){ var grid...
View ArticleClosed Issue: Batching scenario not working in Web host. [957]
I have been unable to make batching work in Web host scenarios with our latest code. I tried using Brad Wilson's batching sample from his blog post and also the HostedBatch sample in public asp.net...
View ArticleClosed Issue: Fix tracing info link to fwlink in webapiconfig comment [840]
// To disable tracing in your application, please comment out or remove the following line of code// For more information, refer to: http://www.asp.net/web-api...
View Article