Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Browsing all 7215 articles
Browse latest View live
↧

Edited Issue: expose odata message quotas in the formatter [743]

the default in odatalib is 1M and there is no way to increase this from our side.

View Article


Created Issue: HttpRoute.DataTokens can't be usable in web api webhost [746]

After mapping http route: var route = config.Routes.MapHttpRoute( name: "DefaultApi", routeTemplate: "api/{controller}/{action}/{id}", defaults: new { id = RouteParameter.Optional });The...

View Article


Edited Issue: ODataModelBuilder has a confusing dual API [667]

The interface exposed by ODataModelBuilder and the related properties/classes is confusing. It doesn't look like a normal .NET builder; instead, it appears to have two kinds of members.<br...

View Article

Created Issue: HttpSelfHostServer Controller with post() method gets 405 [747]

... response in Fiddler.I have:public class TestController : ApiController{public string Post(string value){return value;}}when I configure using HttpSelfHostServer and try to get the value back via...

View Article

Created Issue: SecUtility and other utility classes are internal sealed [748]

I'm trying to build my own role provider for ASP.NET that supports nested hierarchies for roles - like Active Directory, but SQL-based (as an LDAP server is somewhat overkill for my needs, and yes I've...

View Article


Created Issue: ConfigurationManager changing web.config in partial trust...

WebConfigurationManager (and ConfigurationManager) throw exceptions when trying to load a web.config in anything less than High Trust environments. The sole reason for this being that the local...

View Article

Created Issue: XslCompiledTransform compiles msxml:script to local user temp...

XslCompiledTransform doesn't fully function in partial trust environments because if the TrustedXslt enum is used at construction, and the file contains <msxml:script> blocks, then the script is...

View Article

Created Issue: Dynamics support for AppSettings and ConnectionStrings in...

ConfigurationManager (and/or WebConfigurationManager) could have a really cool dynamics implementation, whereby they returned singleton instances when doing something like...

View Article


Commented Issue: ReadAsMultipartAsync returns result before all files have...

We trying to perform validation of the files which have been processed by ReadAsMultipartAsync, but sometimes on the attempts to open file for reading IOException is throwing, like this:The process...

View Article


Edited Issue: Ignored property on base entity type shows up for derived type...

In the following scenario, I am trying to hide the property called 'Photo' on Employee from Edm model. Notice from the metadata below that 'Photo' is hidden from Employee entity type but shows up for...

View Article

Commented Issue: Ignored property on base entity type shows up for derived...

In the following scenario, I am trying to hide the property called 'Photo' on Employee from Edm model. Notice from the metadata below that 'Photo' is hidden from Employee entity type but shows up for...

View Article

Edited Issue: OData formatter read path doesn't work with tracing [752]

After enabling tracing with the latest odata package, the read path doesn't work. <br /><br />The request looks like: <br />POST http://hongye2dev3:50232/Todo HTTP/1.1<br...

View Article

Commented Issue: OData formatter read path doesn't work with tracing [752]

After enabling tracing with the latest odata package, the read path doesn't work. <br /><br />The request looks like: <br />POST http://hongye2dev3:50232/Todo HTTP/1.1<br...

View Article


Edited Issue: Routing conventions should not handle requests if action does...

Right now, several actions return an action name even if the action doesn't exist. We should avoid handling the request if the action doesn't exist so other routing conventions can try to handle it.

View Article

Commented Issue: Routing conventions should not handle requests if action...

Right now, several actions return an action name even if the action doesn't exist. We should avoid handling the request if the action doesn't exist so other routing conventions can try to handle...

View Article


Commented Issue: Consider making the Json light OData formatter the first...

For consistency with WebAPI where Json is registered before XmlComments: Per the email thread, we are going to clear the existing formatters and only add the odata formatters by default.

View Article

Commented Issue: Setting route value in route conventions instead of adding...

This fix is try to workaround tracing issue: http://aspnetwebstack.codeplex.com/workitem/755As route convention will be run twice, it will cause duplicate keys are inserted to route values collection...

View Article


Edited Issue: Setting route value in route conventions instead of adding [756]

This fix is try to workaround tracing issue: http://aspnetwebstack.codeplex.com/workitem/755<br />As route convention will be run twice, it will cause duplicate keys are inserted to route values...

View Article

Commented Issue: Avoid including type annotations for heuristically...

When in minimal metadata mode there are some times that the type information is included on the payload even though the type is heuristically inferable from the metadata document.1) Create a Web API...

View Article

Commented Feature: Attach request to the formatter for the OData code path [661]

We can attach the request to the formatter in the odata action selector. Comments: commit e1171f60a815ab42465b01b6fd06cc6afc9cee0d

View Article
Browsing all 7215 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>