Edited Issue: It reports error if an entity set name is followed by a type...
Say Manager derives from Employee, if a URL like below is requested:~/Employees/Namespace.Managerthen it reports error that: No routing convention was found to select an action for the OData path with...
View ArticleCommented Issue: It reports error if an entity set name is followed by a type...
Say Manager derives from Employee, if a URL like below is requested:~/Employees/Namespace.Managerthen it reports error that: No routing convention was found to select an action for the OData path with...
View ArticleClosed Unassigned: Model Binding Validation Breaking Change in MVC 5 [1663]
A change in CompositeModelValidator.Validate method breaking some functionality of existing applications. MVC 4,```public override IEnumerable<ModelValidationResult> Validate(object container){...
View ArticleClosed Unassigned: The given path's format is not supported when a column (:)...
When requesting this urlhttp://www.mylocalsite.com/en/product_images/view/page:2MVC throws an exception and there is no way to catch it.System.NotSupportedExceptionThe given path's format is not...
View ArticleEdited Issue: [HelpPage Accessibility]Satisfy Visible Text Contrast...
HelpPage currently fails for __MAS 17 – Visible Text Contrast__ rule.__Attached__ a document with more information.
View ArticleCommented Issue: [HelpPage Accessibility]Satisfy Visible Text Contrast...
HelpPage currently fails for __MAS 17 – Visible Text Contrast__ rule.__Attached__ a document with more information.Comments: Fixed in changeset a37e57720c092e5f38ea72ef22ec6df49313ba33
View ArticleEdited Issue: [HelpPage Accessibility]Satisfy Visible Text Contrast...
HelpPage currently fails for __MAS 17 – Visible Text Contrast__ rule.__Attached__ a document with more information.
View ArticleEdited Issue: [HelpPage Accessibility] Add language attribute to html files...
HelpPage and in general the template generated Web Application is not having the ‘lang’ attribute in its html files. We need to add this attribute to satisfy __MAS 41 – Language Content__Attached a...
View ArticleCommented Issue: [HelpPage Accessibility] Add language attribute to html...
HelpPage and in general the template generated Web Application is not having the ‘lang’ attribute in its html files. We need to add this attribute to satisfy __MAS 41 – Language Content__Attached a...
View ArticleEdited Issue: [HelpPage Accessibility] Add language attribute to html files...
HelpPage and in general the template generated Web Application is not having the ‘lang’ attribute in its html files. We need to add this attribute to satisfy __MAS 41 – Language Content__Attached a...
View ArticleCommented Unassigned: Attribute routing should support {action} in route for...
We should be allosed to use the {action} token when specifying routes so we do not have to repeat the method name everywhere...Current:[Route("SomeSuperAction/{id:int}")] public virtual ActionResult...
View ArticleClosed Unassigned: Attribute routing should support {action} in route for DRY...
We should be allosed to use the {action} token when specifying routes so we do not have to repeat the method name everywhere...Current:[Route("SomeSuperAction/{id:int}")] public virtual ActionResult...
View ArticleClosed Issue: Attribute routing performance [1496]
There's a few targeted enhancements we should make here:ApiControllerActionSelector.cs@311 - GetCombinedParameterNames should move inside IFHttpParsedRoute.cs@503 HttpRouteParser.SplitUriToPathSegments...
View ArticleClosed Issue: Make ModelMetadata.AdditionalData lazy-initialized [1570]
Performance testing shows that a significant number of ModelMetadata objects are instantiated during modelbinding/validation. The AdditionalData dictionary isn't accessed anywhere in our code, so on...
View ArticleCommented Issue: OData Web API expression build for $select on entity...
1. Create an IEdmModel that that has an entity in which a structural property that is nullable = false is added:EdmModel model = new EdmModel();EdmEntityContainer container = new...
View ArticleEdited Issue: OData Web API expression build for $select on entity property...
1. Create an IEdmModel that that has an entity in which a structural property that is nullable = false is added:EdmModel model = new EdmModel();EdmEntityContainer container = new...
View ArticleCommented Issue: AllowAnonymous attribute does not work when Method is called...
I Created a controller.Added authorize attribute on controller level.Then on one method I added AllowAnonymous attribute.When accessing that action directly from browser it works fine and allows...
View ArticleCreated Unassigned: Cannot read body stream from owin middleware when using...
Hello,I am writing owin middleware which needs to read from the http body stream.This fails miserably when using the middleware in an Asp.net MVC / WebApi project.Using 5.1.0 it fails silently, but the...
View ArticleCommented Unassigned: Cannot read body stream from owin middleware when using...
Hello,I am writing owin middleware which needs to read from the http body stream.This fails miserably when using the middleware in an Asp.net MVC / WebApi project.Using 5.1.0 it fails silently, but the...
View ArticleCommented Unassigned: Cannot read body stream from owin middleware when using...
Hello,I am writing owin middleware which needs to read from the http body stream.This fails miserably when using the middleware in an Asp.net MVC / WebApi project.Using 5.1.0 it fails silently, but the...
View Article