Commented Issue: [Regression]Required attribute on string property is not...
Build - May 8th My model public class ValidationModel{ public int Id { get; set; }[Required][Range(1,10)] public int IntReq { get; set; }[Required] public int IntNotReqAndDMIsReq { get; set;...
View ArticleClosed Issue: [Regression]Required attribute on string property is not...
Build - May 8th My model public class ValidationModel{ public int Id { get; set; }[Required][Range(1,10)] public int IntReq { get; set; }[Required] public int IntNotReqAndDMIsReq { get; set;...
View ArticleSource code checked in, #5653d5947ede308f068a49b389e3a03b519cbc01
#630 html5 date time inputs rfc3339
View ArticleSource code checked in, #1f5242b4b816aceeeba1279ed65a87c81b527115
#952 StackOverflow with large multipart requests
View ArticleEdited Issue: OData $batch sends the wrong response when a request within a...
Given a $batch request like the following, where the second operation in the changeset fails as this one```POST http://jcalvarro-wsr3:9001/batch/$batch HTTP/1.1DataServiceVersion:...
View ArticleCommented Issue: OData $batch sends the wrong response when a request within...
Given a $batch request like the following, where the second operation in the changeset fails as this one```POST http://jcalvarro-wsr3:9001/batch/$batch HTTP/1.1DataServiceVersion:...
View ArticleEdited 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 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 ArticleEdited Issue: StackOverflowException at large http message body processing by...
We're using nightly nuget packages 2013-03-30. When we're trying to upload large files (for instance > 2Mb) and process it by using HttpContentMultipartExtensions we've got unhandled exception which...
View ArticleCommented Issue: StackOverflowException at large http message body processing...
We're using nightly nuget packages 2013-03-30. When we're trying to upload large files (for instance > 2Mb) and process it by using HttpContentMultipartExtensions we've got unhandled exception which...
View ArticleCommented Issue: StackOverflowException at large http message body processing...
We're using nightly nuget packages 2013-03-30. When we're trying to upload large files (for instance > 2Mb) and process it by using HttpContentMultipartExtensions we've got unhandled exception which...
View ArticleClosed Unassigned: Add-Migration error: Schema specified is not valid. [1052]
Can not use migrations with version?Microsoft.AspNet.WebApi -> 5.0.0-beta1-130514Microsoft.AspNet.WebApi.Client -> 5.0.0-beta1-130514Microsoft.AspNet.WebApi.Core ->...
View ArticleCreated Issue: Format handlers configuration in web.config after install Web...
After installing CORS package, the current behavior is: The handlers config is one line<handlers><remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" /><remove...
View ArticleSource code checked in, #226c5633f1bad1c415e14d85579ccd87743a31a3
Issue 1007: Owin Adapter should allow responses to be sent chunked
View ArticleEdited Issue: Owin Adapter should allow responses to be sent chunked [1007]
If a user tries to host a message handler like this with OWIN: public class MyHandler : HttpMessageHandler{ protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage request,...
View ArticleCommented Issue: Owin Adapter should allow responses to be sent chunked [1007]
If a user tries to host a message handler like this with OWIN: public class MyHandler : HttpMessageHandler{ protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage request,...
View ArticleCreated Unassigned: Update the Web API OWIN adapter to use Microsoft.Owin...
Biggest adoption blockers identified so far are:1. Potential null refs when computing URIs2. Doesn't throw when required members are missing from the environment, or when the environment has the wrong...
View ArticleEdited Unassigned: Update the Web API OWIN adapter to use Microsoft.Owin once...
Biggest adoption blockers identified so far are:1. Potential null refs when computing URIs2. Doesn't throw when required keys are missing from the environment, or when the environment has the wrong...
View ArticleCommented Unassigned: input type = email jquery validate overriding mvc data...
See http://stackoverflow.com/questions/16523525/input-type-email-jquery-validate-overriding-mvc-data-annotationComments: @Maxtoroq Thanks for opening the bug. We'd like to ask you in the future to...
View Article