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

Edited Issue: ApiExplorer incorrectly assumes conflicts when a controller's...

I have a ValuesController and StudentsController in my application and following routes:```config.Routes.MapHttpRoute( name: "Api2", routeTemplate: "api/Values/{id}", defaults: new { id =...

View Article


Commented Issue: ApiExplorer incorrectly assumes conflicts when a...

I have a ValuesController and StudentsController in my application and following routes:```config.Routes.MapHttpRoute( name: "Api2", routeTemplate: "api/Values/{id}", defaults: new { id =...

View Article


Commented Issue: ODataFormatters should share the serializer and deserializer...

serializer and deserializer providers cache the serializers. It would be better if we can avoid multiple copies of them.Comments:...

View Article

Edited Issue: ODataFormatters should share the serializer and deserializer...

serializer and deserializer providers cache the serializers. It would be better if we can avoid multiple copies of them.

View Article

Commented Issue: WebSecurity.CreateUserAndAccount IDictionary casting [870]

The WebSecurity.CreateUserAndAccount method checks for an input on the propertyValues parameter and converts it to a RouteValueDictionary before it is passed on to the ExtendedMembershipProvider.When...

View Article


Commented Issue: Make ODataMediaTypeFormatter constructors public [900]

Make at least these ODataMediaTypeFormatter constructors public so that the user can instantiate and extend ODataMediaTypeFormatter:internal ODataMediaTypeFormatter(IEnumerable<ODataPayloadKind>...

View Article

Edited Issue: Make ODataMediaTypeFormatter constructors public [900]

Make at least these ODataMediaTypeFormatter constructors public so that the user can instantiate and extend ODataMediaTypeFormatter:internal ODataMediaTypeFormatter(IEnumerable<ODataPayloadKind>...

View Article

Edited Issue: Document dependency between EntitySetController.CreateEntity...

If you override CreateEntity and do not override GetKey, you get an obscure error when calling the service:{"odata.error":{"code":"POST requests are not...

View Article


Edited Issue: default odata routing conventions is missing support for url's...

The following odata uri templates are not supported and WCF DS client generates them.1) PUT or POST ~/entityset/key/cast/$links/navigation - CreateLink with inheritance.2) POST...

View Article


Edited Issue: default odata routing conventions is missing support for url's...

The following odata uri templates are not supported and WCF DS client generates them.1) PUT or POST ~/entityset/key/cast/$links/navigation - CreateLink with inheritance.2) POST...

View Article

Edited Issue: default odata routing conventions is missing support for url's...

The following odata uri templates are not supported and WCF DS client generates them.1) PUT or POST ~/entityset/key/cast/$links/navigation - CreateLink with inheritance.2) POST...

View Article

Edited Issue: Direct link generation should be consistent with Url.Link when...

The direct link generation generates "http://localhost/prefix/", while Url.Link generates "http://localhost/prefix" when the OData path is empty. There's a slight inconsistency here that we should fix.

View Article

Edited Issue: Remove fast path in UrlHelper.ODataLink once custom routes are...

From code comments:// Fast path link generation where we recognize an OData path of the form "prefix/{*odataPath}".// Link generation using HttpRoute.GetVirtualPath can consume up to 30% of processor...

View Article


Closed Issue: Consider improve the extensibility of DefaultODataPathHandler...

The scenario is to support azure url convention: /EntitySet/Key instead of /EntitySet(Key)Currently, if user want to override the default behavior, he needs to override the ParseKeyValuePathSegment...

View Article

Closed Issue: Improve experience for users trying to write a custom parser...

Scenario: User wants to have the urls like this: "http://.../Products/10/ExtendSupportDate" without the '(' and ')' for keys.I implemented a custom parser like below: public class MyODataPathParser :...

View Article


Edited Feature: Add support in the ODataPathParser for case insensitive...

May be nice-to-have

View Article

Edited Issue: Considering support ModelState error in ODataError [565]

Discussed with Youssef that ODataError right now doesn't support custom error, so we will lose the modelstate's errors in odata error message.However, ModelState errors are very common in real...

View Article


Closed Issue: Provide a MapODataRoute extension for accepting Per-route...

Provide a MapODataRoute extension for accepting Per-route Message Handler.Scenario: For Excel 2010, since it does not send accept header when importing data, i would like to modify the accept header...

View Article

Commented Unassigned: SelectExpandWrapper can't be converted to IQueryable....

EntitySetController currently returns an IQueryable<T> for its Get() function. When supplying the $select query, it'll throw an ArgumentException stating that it is unable to convert the...

View Article

Edited Issue: Overriden CreateLink method does not work [888]

I derive my controller class from EntitySetController<TEntity, TKey>I have overriden the CreateLink method of base class:```public override void CreateLink(int key, string navigationProperty, Uri...

View Article
Browsing all 7215 articles
Browse latest View live


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