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

Created Issue: Add scaffolding for EntitySetControllers [720]

We should be able to scaffold an EntitySetController given a model type.

View Article


Commented Issue: Dictionary model binder throws exception when no values...

This was working fine in MVC 3, I'm not sure if this is an intended change or not.In MVC4, the model binder cannot properly bind a Dictionary<> if the form was submitted with no values. Consider...

View Article


Edited Issue: We should allow people setting the AllowedFunctionNames to...

[Queryable(AllowedFunctionNames=AllowedFunctionNames.AllFunctionNames)]<br />IQueryable<Customer> Get()<br />{<br />..<br />}<br /><br />This will throw...

View Article

Commented Issue: We should allow people setting the AllowedFunctionNames to...

[Queryable(AllowedFunctionNames=AllowedFunctionNames.AllFunctionNames)]<br />IQueryable<Customer> Get()<br />{<br />..<br />}<br /><br />This will throw...

View Article

Created Issue: ValidateQuery: Method not found: 'Int32...

Here's the query that is generating this error in QueryableAttribute.ValidateQuery:<baseurl>?$orderby=Date%20desc&$filter=Date%20ge%20datetime'2012-11-19T00:00:00Z'This worked until very...

View Article


Commented Issue: ValidateQuery: Method not found: 'Int32...

Here's the query that is generating this error in QueryableAttribute.ValidateQuery:<baseurl>?$orderby=Date%20desc&$filter=Date%20ge%20datetime'2012-11-19T00:00:00Z'This worked until very...

View Article

Commented Issue: Multiple DisplayModes - Caching error, will show wrong View...

HiI have large issue with one of my sites where i have implemted multiple views side by side using MVC4 DisplayModes.Pages are...

View Article

Commented Issue: Multiple DisplayModes - Caching error, will show wrong View...

HiI have large issue with one of my sites where i have implemted multiple views side by side using MVC4 DisplayModes.Pages are...

View Article


Commented Issue: ValidateQuery: Method not found: 'Int32...

Here's the query that is generating this error in QueryableAttribute.ValidateQuery:<baseurl>?$orderby=Date%20desc&$filter=Date%20ge%20datetime'2012-11-19T00:00:00Z'This worked until very...

View Article


Commented Issue: ValidateQuery: Method not found: 'Int32...

Here's the query that is generating this error in QueryableAttribute.ValidateQuery:<baseurl>?$orderby=Date%20desc&$filter=Date%20ge%20datetime'2012-11-19T00:00:00Z'This worked until very...

View Article

Created Issue: Publish a nightly of Microsoft.AspNet.WebApi.OData that...

In the RTM of OData 5.2, QueryNodeKind changed from a class with constants to an Enum. This breaks the $filter functionality in Microsoft.AspNet.WebApi.OData. Please update the package references and...

View Article

Edited Feature: EnableOData silently takes over application/json globally [671]

For v4.0 OOB RC we decided to take over application/json globally when the user calls EnableOData. We need a better solution for RTM. Either we don't do application/json by default or we scope it to...

View Article

Commented Feature: EnableOData silently takes over application/json globally...

For v4.0 OOB RC we decided to take over application/json globally when the user calls EnableOData. We need a better solution for RTM. Either we don't do application/json by default or we scope it to...

View Article


Edited Issue: EnableOData will convert HttpError to ODataError even it's not...

By EnableOData in an existing web api project, all the HttpError in the project will be converted to ODataError when client requests application/json or application/xml.<br /><br />The...

View Article

Commented Issue: EnableOData will convert HttpError to ODataError even it's...

By EnableOData in an existing web api project, all the HttpError in the project will be converted to ODataError when client requests application/json or application/xml.<br /><br />The...

View Article


Edited Issue: Convert MessageDetail in HttpError to ODataInnerError [703]

ODataError doesn’t support custom error, but it can have ODataInnerError, which can contain a nested InnerError, message, stack trace and type name.<br /><br />We should be able to use...

View Article

Commented Issue: Convert MessageDetail in HttpError to ODataInnerError [703]

ODataError doesn’t support custom error, but it can have ODataInnerError, which can contain a nested InnerError, message, stack trace and type name.<br /><br />We should be able to use...

View Article


Commented Issue: Add overload to the model builder to indicate whether the...

Add overload to the model builder to indicate whether the links are following convention, which includes edit link, navigation and self link. <br /><br />This is to prevent the links to...

View Article

Edited Feature: Add overload to the model builder to indicate whether the...

Add overload to the model builder to indicate whether the links are following convention, which includes edit link, navigation and self link. <br /><br />This is to prevent the links to...

View Article

Edited Issue: Add the key value back to the Delta deserialization [651]

We decided to drop support for PatchKeyMode for now. We should consider re-adding support for this feature.

View Article
Browsing all 7215 articles
Browse latest View live