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

Closed Issue: Always available actions that don´t follow conventions should...

Scenario:I create an entityset. I define an entity bound action that is always available. I define that the link for the action doesn't follows conventions.I query for a feed in minimal metadata or no...

View Article


Created Issue: Make Verb and Action dispatch simplier in Web API [795]

Supporting both verb + action based dispatch in the same controller is a common scenario for web api, and we should make it simple. One option is to add an [Action] attribute to indicate one method is...

View Article


Commented Issue: BodyModelValidator fails on relative URIs [269]

The value validator should instead either record a model error for that property or ignore it, but not bubble it up.Stack Trace:Exception:ExceptionType: System.InvalidOperationExceptionMessage: This...

View Article

Created Feature: Improve the extensibility story for odata formatter [796]

Today there is not much you can custom with odata formatter, and we should make it easy to extend. For example, all the serializers and deserializers are currently internal. Users can't extend it...

View Article

Commented Issue: Disambiguate actions correctly when they are overloaded by...

The details behind this issue can be found here:http://forums.asp.net/post/5102466.aspxEnum types by default are FromUri as it has a TypeConverter from string. Comments: Just ran into this as well. If...

View Article


Created 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

Commented Issue: Change to Antiforgery Token makes...

This change in MVC4 RC broke one of our unit tests. In our application, we created an extension method for HtmlHelper which gerneates our sign out link. Our sign out link consists of a form post with a...

View Article

Created Issue: Add support for "Server.Transfer" ("TransferToAction") [798]

Please add suppoort for changing the invoked MVC action method ( WITHOUT having to create a new http request, as RedirectToRouteResult does).I think it should be possible to change/forward/transfer the...

View Article


Created Issue: Inconsistent display of validation summary header when...

Validation summary header is not displayed when the client-side validation is enabled and excludePropertyErrors is set true:@Html.ValidationSummary(true, "sorry something went wrong.")However when you...

View Article


Created Issue: XElement is not working with DefaultBodyModelValidator [800]

The scenario broken is that if defining XElement property in odata entity type, POST or PUT the entity will result in failure. The error message is:PUT...

View Article

Created Issue: It's hard to customize controller naming [801]

If I want controller named differently, it's really hard today.public class Home : ApiController{ public string Get() { return "Hello"; }}Three different classes contain knowledge of the "Controller"...

View Article

Edited Issue: After enabling tracing, controller configuration will be run...

Attached repro code. Steps to repro: 1. Create a custom controller configuration attribute2. Put the attribute on web api controller3. Create a self or web host application for web api4. Enable tracing...

View Article

Edited Task: Include Sample with Runtime Source [39]

Hey, could you please include the contact manager sample built against the source in the repo?

View Article


Edited Issue: PushstreamContent in Win8 App is not working [324]

I am hitting an issue with using PushStreamContent in the Windows store app. I don’t see the same issue in the traditional console app though. It’s a simple scenario where I am ‘POST’ing some small...

View Article

Closed Issue: XslCompiledTransform compiles msxml:script to local user temp...

XslCompiledTransform doesn't fully function in partial trust environments because if the TrustedXslt enum is used at construction, and the file contains <msxml:script> blocks, then the script is...

View Article


Edited Issue: ApiExplorer - Document not generated when routeTemplate not...

So I have Web Application project (not MVC), in Global.asax.cs we didn't do RouteTable.Routes.MapHttpRoute to maps all controller. For example, we are not using this:i.e)...

View Article

Closed Issue: HttpConfigurationExtensions ambiguous [652]

There is a "public static class HttpConfigurationExtensions" in namespace System.Web.Http in System.Web.Http.dll...

View Article


Edited Issue: Support external creation of IEdmModel [802]

Currently for an IEdmModel to be used with the ODataMediaTypeFormatters, it MUST be built using an ODataModelBuilder. This is because the formatters require an annotation on IEdmEntitySet using a class...

View Article

Edited Issue: Expose queryable mode option in ODataConvetionModelBuilder [804]

This is useful for unit testing following actions:IQueryable<string> Get(ODataQueryOptions<Todo> options)Users have to build options by themselves and in that case, they need a queryable...

View Article

Commented Issue: Expose queryable mode option in ODataConvetionModelBuilder...

This is useful for unit testing following actions:IQueryable<string> Get(ODataQueryOptions<Todo> options)Users have to build options by themselves and in that case, they need a queryable...

View Article
Browsing all 7215 articles
Browse latest View live


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