Commented Issue: [WebPages]: Update MimeMapping.cs to be match IIS8...
The file was generated from the mimeMap in %System32%\inetsrv\config\applicationHost.config and it looks like IIS 8 has some slightly different mime mappings. It should probably be updated to match...
View ArticleCreated Unassigned: Json.Encode doesn't encode array properties returned from...
With this code:```var personJson = "{name:\"George\",aliases:[\"Peter\",\"David\"]}";var person = Json.Decode(personJson);person.name = "Michael";personJson = Json.Encode(person);```Json.Encode is...
View ArticleCommented Unassigned: Json.Encode doesn't encode array properties returned...
With this code:```var personJson = "{name:\"George\",aliases:[\"Peter\",\"David\"]}";var person = Json.Decode(personJson);person.name = "Michael";personJson = Json.Encode(person);```Json.Encode is...
View ArticleClosed Issue: Html.EditorFor helper generates wrong date/time format [630]
In MVC applications, if someone uses the Html.EditorFor helper to generate UI for a model that includes a DateTime field, the resulting HTML markup will render a date in a culture format that doesn't...
View ArticleCommented Unassigned: Global error handler for Web API [1001]
If my Web API application is going to return an error to a client, I want to know about it.I want to set up something like ELMAH to notify me when the problem occurs, and I want full details of the...
View ArticleClosed Issue: EditorFor a Date emits Improper HTML 5 [629]
We’re building a new ASP.NET MVC 4 application. We’ve noticed that when using the HtmlHelper EditorFor for a date in our model, the date is being rendered with dashes ('-') instead of forward slashed...
View ArticleEdited Issue: XmlMediaTypeFormatter reports that it can't serialize DataQuery...
If you set the default xmlmediatypeformatter to UseXmlSerializer, calls to CanWriteType with an instance of DataQuery<T> return false. This is usually triggered in a call to CreateResponse which...
View ArticleCommented Issue: XmlMediaTypeFormatter reports that it can't serialize...
If you set the default xmlmediatypeformatter to UseXmlSerializer, calls to CanWriteType with an instance of DataQuery<T> return false. This is usually triggered in a call to CreateResponse which...
View ArticleCommented Issue: XmlMediaTypeFormatter reports that it can't serialize...
If you set the default xmlmediatypeformatter to UseXmlSerializer, calls to CanWriteType with an instance of DataQuery<T> return false. This is usually triggered in a call to CreateResponse which...
View ArticleEdited Issue: XmlMediaTypeFormatter reports that it can't serialize DataQuery...
If you set the default xmlmediatypeformatter to UseXmlSerializer, calls to CanWriteType with an instance of DataQuery<T> return false. This is usually triggered in a call to CreateResponse which...
View ArticleEdited Issue: [CORS] Preflight request failed when there's an HttpOptions...
This is reported by a customer. See more details here: https://aspnetwebstack.codeplex.com/discussions/441725#editorRepro attached.
View ArticleCommented Issue: [CORS] Preflight request failed when there's an HttpOptions...
This is reported by a customer. See more details here: https://aspnetwebstack.codeplex.com/discussions/441725#editorRepro attached.Comments: Fixed:...
View ArticleCommented Feature: Add OData Function Support [881]
Just like with actions, please add support for OData Functions. These are easy to implement with WebApi but it is very difficult to advertise the functions in the metadata since webapi odata currently...
View ArticleCommented Unassigned: Global error handler for Web API [1001]
If my Web API application is going to return an error to a client, I want to know about it.I want to set up something like ELMAH to notify me when the problem occurs, and I want full details of the...
View ArticleEdited Issue: Parse function in jquery.validate.unobtrusive.js performance...
The jquery statement$(selector).find(":input[data-val=true]").each(....) - line 173 jquery.validate.unobtrusive.js within the Parse(selector) method.Provides better performance if it is re-written as a...
View ArticleCommented Unassigned: WebApi: Filters can't have a set execution order [1065]
MVC filter attributes support the Order property for setting the execution order when multiple instances are applied to a controller or method, those in Web API don't.Comments: As a work around you can...
View ArticleClosed Issue: Bundler / minifier not handling end of file comments correctly...
I have noticed that the bundler doesn't handle single line comments at the end of a javascript file correctly (or as would be expected), when the script is bundled and minified. A single line comment...
View ArticleCommented Issue: [WebApiOnOwin]Uploading a 2GB file with custom input buffer...
Repro sample : FileUploadSample (file://KK-MC2/FileUploadSample)I have a simple custom buffer selector where UseBufferedInputStream returns true.When I try to upload a 2GB fails, I am seeing a failure...
View ArticleClosed Issue: [WebApiOnOwin]Uploading a 2GB file with custom input buffer...
Repro sample : FileUploadSample (file://KK-MC2/FileUploadSample)I have a simple custom buffer selector where UseBufferedInputStream returns true.When I try to upload a 2GB fails, I am seeing a failure...
View ArticleEdited Issue: [WebApiOnOwin]Uploading a 2GB file with custom input buffer...
Repro sample : FileUploadSample (file://KK-MC2/FileUploadSample)I have a simple custom buffer selector where UseBufferedInputStream returns true.When I try to upload a 2GB fails, I am seeing a failure...
View Article