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

Edited Unassigned: Improve the experience of using route data from requests...

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

View Article


Edited 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


Commented Issue: Default ordering should place most specific routes before...

When I make a request like “/api/countries/dosomething”, I am receiving the following error:{"Message":"The request is invalid.","MessageDetail":"The parameters dictionary contains a null entry for...

View Article

Commented Issue: DependencyScope is disposed before the HttpControllerTracer...

### Facts - I am using AutoFac as IoC container - I enabled tracing with my custom tracer. - During the trace operation, I try to get the `DependencyScope` through request.Properties collection.###...

View Article

Commented Issue: OData actions do not work if the model has KeyValuePair. [1232]

1) Create a model having an ODataAction.2) Add a complex type KeyValuePair<string, object> to the model like this, model.ComplexType<KeyValuePair<string, object>>();3) Try accessing...

View Article


Created Unassigned: Antiforgery token missing from partial Login [1251]

Hi, the anti forgery token is correctly used in login.cshtml but this is missing in the partial login form. It is incorrectly used during the log off.Obviously this is a very serious issue as most end...

View Article

Commented Unassigned: Antiforgery token missing from partial Login [1251]

Hi, the anti forgery token is correctly used in login.cshtml but this is missing in the partial login form. It is incorrectly used during the log off.Obviously this is a very serious issue as most end...

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


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


Commented Issue: OData actions do not work if the model has KeyValuePair. [1232]

1) Create a model having an ODataAction.2) Add a complex type KeyValuePair<string, object> to the model like this, model.ComplexType<KeyValuePair<string, object>>();3) Try accessing...

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

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

Created 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


Commented 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.Comments: Plus 2 more: Type name aliases and...

View Article

Created Unassigned: ReadAsMultipartAsync closes the stream returned by...

ReadAsMultipartAsync closes streams returned by MultipartStreamProvider.GetStream. If the stream is (e.g.) a FileStream, it cannot be subsequently read from. Ideally the caller would be able to...

View Article


Edited Issue: Incorrect action is being matched as explicit route order is...

__Scenario__: User has a CountriesController. He would like retrieve a country information based on id or name. __Setup of Controller__:Here since logically the route templates are the same for an...

View Article

Edited Issue: Error when a controller derives from another having a default...

For the following controller setup, when I am launching the application, I am seeing an error related to same route name ("EmployeesApi") being added to the collection. __Reason__: We currently are...

View Article


Commented Issue: Enable FxCop for System.Net.Http.Formatting.NetCore [614]

It currently doesn't pass CodeAnalysis (and CodeAnalysis is disabled project-wide).Comments: In order to get this to work as part of the build, two things need to be done: 1. In the portable csproj,...

View Article

Commented Issue: Enable FxCop for System.Net.Http.Formatting.NetCore [614]

It currently doesn't pass CodeAnalysis (and CodeAnalysis is disabled project-wide).Comments: Attaching the log

View Article

Edited Issue: Enable FxCop for System.Net.Http.Formatting.NetCore [614]

It currently doesn't pass CodeAnalysis (and CodeAnalysis is disabled project-wide).

View Article
Browsing all 7215 articles
Browse latest View live