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

Created Unassigned: HttpRequestContext is not available when using HttpServer...

If you are using HttpServer (not selfhost or webhost), Request.GetRequestContext() always returns null. We use HttpServer for quick in-memory testing. It would be useful to maintain same behavior for...

View Article


Commented Unassigned: HttpRequestContext is not available when using...

If you are using HttpServer (not selfhost or webhost), Request.GetRequestContext() always returns null. We use HttpServer for quick in-memory testing. It would be useful to maintain same behavior for...

View Article


Commented Issue: HttpError.ExceptionType is null [1248]

Having the following code: return Request.CreateErrorResponse( HttpStatusCode.BadRequest, new ArgumentNullException("searchCriteria"));I expect to be able to read ExceptionType back: SearchCriteria...

View Article

Commented Issue: HttpError.ExceptionType is null [1248]

Having the following code: return Request.CreateErrorResponse( HttpStatusCode.BadRequest, new ArgumentNullException("searchCriteria"));I expect to be able to read ExceptionType back: SearchCriteria...

View Article

Commented Issue: HttpError.ExceptionType is null [1248]

Having the following code: return Request.CreateErrorResponse( HttpStatusCode.BadRequest, new ArgumentNullException("searchCriteria"));I expect to be able to read ExceptionType back: SearchCriteria...

View Article


Commented Issue: Improve the experience of using route data from requests for...

__Scenario__:Implementing a custom IHttpControllerSelector to support namespace based versioning of controllers which are attribute routed.__Background__: Since DefaultHttpControllerSelector filters...

View Article

Created Feature: Allow contraining an attribute route [1255]

When trying to constrain an attribute route based on the incoming request, I could not find a way to do it other than an inline request with a fake parameter.This will work in some cases (but not for...

View Article

Edited Feature: Add support for aliasing properties in OData model. [1252]

Right now, when using the ODataModelBuilder the name of the CLR property has to match the name of the EDM property. Add support for having a different names.

View Article


Created Unassigned: MVC attribute routing should work together with action...

The current implementation of MVC attribute routing doesn't play well with action selection (different from how attribute routing works in Web API). Specifically, ActionMethodSelector supports...

View Article


Edited Issue: Make User property of ApiController testable [971]

Make the User property of ApiController virtual so that it can be mocked or add a setter so that it can be setup for test.

View Article

Edited Issue: Ajax.BeginForm() not sending submit button's name/value [567]

There are certain circumstances when using Ajax.BeginForm() and the underlying jquery.unobtrusive-ajax.js script that the name/value of the submit button is not posted to the server.See StackOverflow...

View Article

Commented Issue: Update MVC attribute routing to match latest design in...

Bring recent changes from WebAPI's attribute routing into MVC (e.g. removing HttpGet(route), and using the RouteCollectionRoute)Comments: This is being tracked as a series of bugs, with...

View Article

Edited Issue: Client side validation doesn't work for Number fields with...

When having a model that contains an property of type int. If you have an edit field where you introduce a non numeric value, like an 'a'. The jquery validation should be triggered, but it doesn't...

View Article


Commented Issue: HttpError.ExceptionType is null [1248]

Having the following code: return Request.CreateErrorResponse( HttpStatusCode.BadRequest, new ArgumentNullException("searchCriteria"));I expect to be able to read ExceptionType back: SearchCriteria...

View Article

Closed Issue: HttpError.ExceptionType is null [1248]

Having the following code: return Request.CreateErrorResponse( HttpStatusCode.BadRequest, new ArgumentNullException("searchCriteria"));I expect to be able to read ExceptionType back: SearchCriteria...

View Article


Reopened Issue: HttpError.ExceptionType is null [1248]

Having the following code: return Request.CreateErrorResponse( HttpStatusCode.BadRequest, new ArgumentNullException("searchCriteria"));I expect to be able to read ExceptionType back: SearchCriteria...

View Article

Edited Issue: HttpError.ExceptionType is null [1248]

Having the following code: return Request.CreateErrorResponse( HttpStatusCode.BadRequest, new ArgumentNullException("searchCriteria"));I expect to be able to read ExceptionType back: SearchCriteria...

View Article


Closed Feature: Add DefaultRouteAttribute [1205]

Attribute routing can get a bit verbose when you are dealing with simple resource oriented ApiControllers. The proposal is to add a DefaultRouteAttribute that specifies the default route for all...

View Article

Closed Feature: Web API: Add RouteAttribute, remove attribute routing...

Merging attribute routing with the existing HttpXxxAttributes causes a couple of issues:* When using Web API conventions you end up repeating yourself on what HTTP verb is handled by the...

View Article

Closed Issue: Request dispatched to incorrect action resulting in 400 Bad...

A request for '/api/customers' is resulting in 400 Bad Request. __Attached__ a katana selfhost repro.__Reason__:The problem seems to be happening because of the following piece of code in...

View Article
Browsing all 7215 articles
Browse latest View live


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