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

Created Issue: QueryableAttribute doesn't support query on public field [441]

To repro:public class Movie{ public string Name = null;}public class MoviesController : ApiController{ [Queryable] public IEnumerable<Movie> Get() { return new Movie[] { new Movie { Name = "Test"...

View Article


Created 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>[]...

View Article


Commented Issue: QueryableAttribute doesn't support query on public field [441]

To repro:public class Movie{ public string Name = null;}public class MoviesController : ApiController{ [Queryable] public IEnumerable<Movie> Get() { return new Movie[] { new Movie { Name = "Test"...

View Article

Created Issue: Code Analysis Fails with DotNetOpenAuth.AspNet 4.1.0.0 [443]

I have a web project with Microsoft.AspNet.WebPages.OAuth 2.0.20710.0 and the project includes DotNetOpenAuth.AspNet, Version=4.1.0.0 and it has all the proper web.config runtime settings however when...

View Article

Edited Issue: Support Enum in QueryableAttribute [429]

Since we already support enum type in model builder (converting it to string), it will be useful to support enum property in query composition as a string property.Consider following user...

View Article


Commented Issue: Support Enum in QueryableAttribute [429]

Since we already support enum type in model builder (converting it to string), it will be useful to support enum property in query composition as a string property.Consider following user...

View Article

Edited Issue: Code Analysis Fails with DotNetOpenAuth.AspNet 4.1.0.0 [443]

I have a web project with Microsoft.AspNet.WebPages.OAuth 2.0.20710.0 and the project includes DotNetOpenAuth.AspNet, Version=4.1.0.0 and it has all the proper web.config runtime settings however when...

View Article

Edited Issue: OData fail when filtering on enum type [388]

The following request always fail with a NotImplementedException:GET: api/municipality/4/groups?$filter=Type eq 2(Type is an enum property, the other properties are string, int,...

View Article


Commented Issue: OData fail when filtering on enum type [388]

The following request always fail with a NotImplementedException:GET: api/municipality/4/groups?$filter=Type eq 2(Type is an enum property, the other properties are string, int,...

View Article


Edited Issue: Trying to use ODataMediaTypeFormatter on the client-side...

Need to improve exception to be better than an ArgumentNullException, should throw NotSupportedException and explain that the formatter isn't supported without a request

View Article

Commented Issue: Trying to use ODataMediaTypeFormatter on the client-side...

Need to improve exception to be better than an ArgumentNullException, should throw NotSupportedException and explain that the formatter isn't supported without a requestComments: Fixed:...

View Article

Edited Issue: Collection property deserialization doesn't work [422]

When send back with collection property data in entity payload, it reports error: no collection property support yet.>...

View Article

Edited Feature: Add Model Binding/Renaming Properties [378]

Often when I'm receiving data from another service (in my case, Facebook), the parameters coming in might not be named the way I want them to be so when I model bind, I'd like to be able to rename...

View Article


Commented Feature: Add Model Binding/Renaming Properties [378]

Often when I'm receiving data from another service (in my case, Facebook), the parameters coming in might not be named the way I want them to be so when I model bind, I'd like to be able to rename...

View Article

Commented Issue: 406 error from ODataMediaTypeFormatter if there is any...

Download odata service sample: http://aspnet.codeplex.com/SourceControl/list/changesetsUpgrade odata package from myget nightly build: http://www.myget.org/F/aspnetwebstacknightly/Run query:...

View Article


Commented Issue: Web Api route parameters containing periods return 404. [372]

In ASP.NET Web Api, route parameters that contain periods are not matched.Steps to reproduce:In the default web api template update the Get (by id) method as below: public string Get(string id) {...

View Article

Created Issue: OrderBy Clauses Shade Programmed Ones [444]

The scenario is to return IQueryable as follows:_dataContext .Cards .OrderByDescending(kc => kc.SendDate) .Where(x => x.SendDate > someDate);Framework inserts additional orderby clauses on the...

View Article


Commented Issue: Web Api route parameters containing periods return 404. [372]

In ASP.NET Web Api, route parameters that contain periods are not matched.Steps to reproduce:In the default web api template update the Get (by id) method as below: public string Get(string id) {...

View Article

Created Issue: BuildManagerWrapper has unused local variables [445]

Hi,there is something fishy inside the the BuildManagerWrapper.cs file in line 90.The stream variable inside the using block is never used, although I am pretty confident this does not create an actual...

View Article

Created Issue: Validators in WebPages Do Not Work When Using @RenderPage [446]

In the Web Pages framework, if I browse directly to a page that contains a form, validation works as intended. If I call the page from another page using RenderPage, the ValidationSummary and...

View Article
Browsing all 7215 articles
Browse latest View live


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