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

Commented Issue: WebAPI invokes the action with default-valued parameters...

public void Post([FromBody]string item) { }Incoming request with a body but no content-type hits the action with a null string parameter and a valid model state. I would expect one of two behaviors:1)...

View Article


Edited Issue: AntiForgeryToken helper and Claims based security [202]

In latest version of MVC4 avaliable from WebPi found an issue with AntiForgeryToken helper. It requires both NameIdentifier and IdentityProvider claims and in exceptions it states that IdentityProvider...

View Article


Edited Issue: Support for ETags and byte ranges in FilePathResult [272]

It would be nice if FilePathResult supported ETags and byte ranges. iOS requires byte range support for videos and caching is an important performance feature.I've created a FilePathExResult class that...

View Article

Commented Issue: Support for ETags and byte ranges in FilePathResult [272]

It would be nice if FilePathResult supported ETags and byte ranges. iOS requires byte range support for videos and caching is an important performance feature.I've created a FilePathExResult class that...

View Article

Edited Issue: Currently if a HTTP method is not supported Web API returns a...

In the current version of Web API, when the action selector does not find a matching action for a HTTP method it returns a 404 status code even when the resource URI supports other methods (e.g. it...

View Article


Edited Feature: add ActionButton helper [275]

Sometimes I want an ActionLink to show up as a button. An edit button that goes to /Item/Edit/1 comes to mind. My solution is to create a helper that takes exactly the same parameters as ActionLink,...

View Article

Closed Issue: Encoded expressions for Regex validation [231]

The expression defined using DataAnnotation in the server-side code is HTML encoded when rendered as an attribute, i.e....

View Article

Edited Issue: Please readd FormatterContext [221]

Hello there,today I updated to the RC version of the WebAPI and found that there was no real workable replacement for the FormatterContext.Beside I have no idea why it had to be removed there are...

View Article


Edited Issue: MimeMultipartBodyPartParser fails if stream does not end with a...

Not sure if the spec requires a CR/LF combination at the end of a multipart stream, but there are many file uploaders out there that do not append a CRLF at the end. The MimeMultipartBodyPartParser...

View Article


Edited Feature: When tracing is turned on, the formatters information...

Instead of the expected "System.Net.Http.Formatter.JsonMediaTypeFormatter", it returns a "System.Web.Http.Tracing.Tracers.JsonMediaTypeFormatterTracer".The wrapper is expected to be ignored.

View Article

Commented Feature: When tracing is turned on, the formatters information...

Instead of the expected "System.Net.Http.Formatter.JsonMediaTypeFormatter", it returns a "System.Web.Http.Tracing.Tracers.JsonMediaTypeFormatterTracer".The wrapper is expected to be ignored.Comments:...

View Article

Commented Feature: When tracing is turned on, the formatters information...

Instead of the expected "System.Net.Http.Formatter.JsonMediaTypeFormatter", it returns a "System.Web.Http.Tracing.Tracers.JsonMediaTypeFormatterTracer".The wrapper is expected to be ignored.Comments:...

View Article

Edited Feature: When tracing is turned on, the formatters information...

Instead of the expected "System.Net.Http.Formatter.JsonMediaTypeFormatter", it returns a "System.Web.Http.Tracing.Tracers.JsonMediaTypeFormatterTracer".The wrapper is expected to be ignored.

View Article


Edited Issue: EntityFramework CRUD scaffolding template incorrectly uses...

The templated Delete action for an "API controller with read/write actions, using Entity Framework" produces the following code: Platform platform = db.Platforms.Single(p => p.Id == id); if...

View Article

Commented Issue: EntityFramework CRUD scaffolding template incorrectly uses...

The templated Delete action for an "API controller with read/write actions, using Entity Framework" produces the following code: Platform platform = db.Platforms.Single(p => p.Id == id); if...

View Article


Commented Feature: AntiForgery with AJAX support [299]

AntiForgery should support tokens coming in by AJAX from the headers. I'd like to modify the classes and contribute. How do I go about this or will Microsoft do it?Comments: I see the status is changed...

View Article

Created Issue: Typing an "=" in an attribute name causes TreeStructureChanged...

When typing an attribute in HTML, for example: id="foo", the editor parser sets the "TreeStructureChanged" flag for the "=" and for the insertion of the quotation marks ("). Ideally, none of these...

View Article


Created Issue: Colorization of single-line comments is strange [315]

When typing a single-line comment inside a Razor block immediately before embedded markup, typing the first slash causes the HTML to be classified as code and colorization breaks. The parser should...

View Article

Created Issue: Full reparse when typing C# code before markup [316]

When typing a new C# statement inside a Razor block immediately before embedded markup, the parser immediately considers all text from the start of the new statement to the nearest ";" as code. This...

View Article

Created Issue: Create HttpContent extension helpers for detecting XML and...

Add HttpContent extension methods for helping determining whether a given content is XML or JSON. The reason why this isn't easy is that the media type can be any of a number of values. For example,...

View Article
Browsing all 7215 articles
Browse latest View live


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