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

Created Issue: Option to not encode TagBuilder attributes [895]

By default `TagBuilder` calls `HtmlAttributeEncode` on all attributes. Sometimes we do not want to encode our attribute values and `TagBuilder` does not provide a facility to do this. Either everything...

View Article


Edited Issue: Option to not encode TagBuilder attributes [895]

By default `TagBuilder` calls `HtmlAttributeEncode` on all attributes. Sometimes we do not want to encode our attribute values and `TagBuilder` does not provide a facility to do this. Either everything...

View Article


Edited Issue: Exceptions raised from IQueryable implementation are always...

I have constructed a Web API controller with an IQueryable action method as follows.public class ValuesController : ApiController{[Queryable] IQueryable<int> GetValues(){ Task<int>[] tasks...

View Article

Edited Issue: HttpError only reports the absolute inner exception losing any...

If we have an action with the following code: Exception exception = new Exception("0"); for (int count = 0; count < 10; count++){ exception = new Exception(count.ToString(), exception);} throw...

View Article

Commented Issue: HttpError only reports the absolute inner exception losing...

If we have an action with the following code: Exception exception = new Exception("0"); for (int count = 0; count < 10; count++){ exception = new Exception(count.ToString(), exception);} throw...

View Article


Edited Feature: Asp .Net Session [295]

Would be nice to have Session support out of the box similar to ASMX webservices Session Support by adding an attribute EnableSession =True.

View Article

Edited Issue: Improve our versioning story with same controller name but...

If one has two TestController types under different namespace, it is very hard to pick the right one based on the route it came on. Our default controller selector would throw exceptions on multiple...

View Article

Edited Issue: Add extension method to HttpRequestMessage so that user can...

Internally, we have save the IsLocal result in the HttpRequestMessage's property bag. Here are where we populate them.SelfHost: HttpSelfHostServer.ProcessRequestContext()// Add information about...

View Article


Edited Issue: PageSize should limit data loaded from database [901]

[Queryable(PageSize = 10)] will only limit the data sent to the client but not the data loaded from database.This can cause performance issue that SQL server will try to load the whole table to the...

View Article


Commented Issue: PageSize should limit data loaded from database [901]

[Queryable(PageSize = 10)] will only limit the data sent to the client but not the data loaded from database.This can cause performance issue that SQL server will try to load the whole table to the...

View Article

Edited Issue: It's hard to customize controller naming [801]

If I want controller named differently, it's really hard today.public class Home : ApiController{ public string Get() { return "Hello"; }}Three different classes contain knowledge of the "Controller"...

View Article

Edited Issue: Make Verb and Action dispatch simplier in Web API [795]

Supporting both verb + action based dispatch in the same controller is a common scenario for web api, and we should make it simple. One option is to add an [Action] attribute to indicate one method is...

View Article

Commented Issue: Make Verb and Action dispatch simplier in Web API [795]

Supporting both verb + action based dispatch in the same controller is a common scenario for web api, and we should make it simple. One option is to add an [Action] attribute to indicate one method is...

View Article


Edited Feature: Reconsider how to pass the request/response to media type...

This is especially impactful for OData where we've had to implement content negotiators and value binders to get this functionality. And GetPerRequestFormatterInstance is affecting performance on both...

View Article

Commented Feature: Reconsider how to pass the request/response to media type...

This is especially impactful for OData where we've had to implement content negotiators and value binders to get this functionality. And GetPerRequestFormatterInstance is affecting performance on both...

View Article


Commented Issue: Considering support ModelState error in ODataError [565]

Discussed with Youssef that ODataError right now doesn't support custom error, so we will lose the modelstate's errors in odata error message.However, ModelState errors are very common in real...

View Article

Edited Issue: We should not have NonAction methods show up in the mapping...

Today, if I have a public class like the following, the GetEntityByKey will show up in the mappings. [Theory][InlineData("GetKey", "GET")][InlineData("GetEntityByKey",...

View Article


Commented Issue: We should not have NonAction methods show up in the mapping...

Today, if I have a public class like the following, the GetEntityByKey will show up in the mappings. [Theory][InlineData("GetKey", "GET")][InlineData("GetEntityByKey",...

View Article

Edited Issue: After enabling tracing, controller configuration will be run...

Attached repro code. Steps to repro: 1. Create a custom controller configuration attribute2. Put the attribute on web api controller3. Create a self or web host application for web api4. Enable tracing...

View Article

Commented 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
Browsing all 7215 articles
Browse latest View live


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