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

Created Issue: Update ASP.NET MVC Application Upgrader to MVC 4 [537]

it would be nice to have an update to the ASP.NET MVC Application Upgrader ( http://aspnet.codeplex.com/releases/view/59008 ).That upgrade recipe in the release notes (...

View Article


Edited Issue: Expose the default logic of link generation to enable re-using...

I agree that its easy to create links ourselves, but its natural and easier to just fallback to the default logic too.Scenarios:a. I would like to build a 'Transient' action on Product called...

View Article


Commented Issue: Support deep insert of entities. [528]

Example: In ODataService sample, Product entity type has a required relationship with ProductFamily. Product cannot exist without a Product Family.Currently we can submit a Product without any existing...

View Article

Edited Issue: Cannot change base type after convention model builder [507]

Repro code is attached. A <- B <- CAfter adding A as entity type, I change C's base type to A. Then it reports following error:System.InvalidOperationException occurred HResult=-2146233079...

View Article

Commented Issue: Cannot change base type after convention model builder [507]

Repro code is attached. A <- B <- CAfter adding A as entity type, I change C's base type to A. Then it reports following error:System.InvalidOperationException occurred HResult=-2146233079...

View Article


Edited Issue: OData $filter returns incorrect results for byte arrays when...

$filter=BinaryProp eq binary'010203'doesn't work even if BinaryProp is new byte[] { 1, 2, 3 }.This is due to the fact that the expression that we generate does a reference equals i.e it looks like...

View Article

Commented Issue: OData $filter returns incorrect results for byte arrays when...

$filter=BinaryProp eq binary'010203'doesn't work even if BinaryProp is new byte[] { 1, 2, 3 }.This is due to the fact that the expression that we generate does a reference equals i.e it looks like...

View Article

Edited Issue: ConventionModelBuilder should ignore indexer property [505]

It's meaningless to include indexer property to edm model. It will also cause error when user having overloaded indexer properties, like:public class HttpHeaders{public string Item[string name] { get;...

View Article


Commented Issue: ConventionModelBuilder should ignore indexer property [505]

It's meaningless to include indexer property to edm model. It will also cause error when user having overloaded indexer properties, like:public class HttpHeaders{public string Item[string name] { get;...

View Article


Edited Issue: [Queryable] doesn't work on actions that return an array [521]

[Queryable]public FormatterPerson[] GetPeople()will fail if you try to run any query on it.

View Article

Commented Issue: [Queryable] doesn't work on actions that return an array [521]

[Queryable]public FormatterPerson[] GetPeople()will fail if you try to run any query on it.Comments: Fixed by adding a better error: http://aspnetwebstack.codeplex.com/SourceControl/changeset/29fa9e0f81cc

View Article

Edited Issue: QueryableAttribute should not throw if the action return type...

QueryableAttribute can be added to the global filters collection.

View Article

Commented Issue: QueryableAttribute should not throw if the action return...

QueryableAttribute can be added to the global filters collection.Comments: Added HttpConfiguration.EnableQuerySupport to support this scenario:...

View Article


Created Issue: NRE from...

In MVC Controller's action, write code:HttpClient c = new HttpClient(GlobalConfiguration.DefaultHandler);c.GetStringAsync("http://localhost/api/Values").Wait();It will report NRE. I finally make it...

View Article

Created Issue: Throw exception if a route is not found when building Action...

In this scenario, we have a route called "InboundAction" regiestered in the route collection, but the UrlHelper while generating a link doesn't find a match and returns null. In this case, we need to...

View Article


Edited Issue: Error serializing return type of NON-bindable action [485]

I have the following NON-bindable action configuration on Product entity:ActionConfiguration extendSupportAction = new ActionConfiguration(modelBuilder,...

View Article

Commented Issue: Error serializing return type of NON-bindable action [485]

I have the following NON-bindable action configuration on Product entity:ActionConfiguration extendSupportAction = new ActionConfiguration(modelBuilder,...

View Article


Edited Issue: Action advertisement not happening in some cases of inheritance...

In the following inheritance hierarchy, I have an action called 'SetWheelCount' defined for the Motorcyle entity type.Vehicle -> Motorcycle -> SportBikeIn my controller i am returning an instance...

View Article

Commented Issue: Action advertisement not happening in some cases of...

In the following inheritance hierarchy, I have an action called 'SetWheelCount' defined for the Motorcyle entity type.Vehicle -> Motorcycle -> SportBikeIn my controller i am returning an instance...

View Article

Created Issue: Action link generation convention throws Null Ref when there...

Currently the other links like Edit, Self do not generate links when no EntitySet is found. We would need to follow similarly in Action link generation too.

View Article
Browsing all 7215 articles
Browse latest View live


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