Commented 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 Unassigned: KeyValueParser doesn't handle '=' properly [1458]
When trying to parse the a key whose value is '=', KeyValueParser fails.
View ArticleCommented 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: Can filter and order on relationships that are not navigable...
Setting IsNotNavigable() on a navigation property should also set IsNotFilterable() and IsUnsortable() however, if you define a model with customers, related orders and related credit score, and you...
View ArticleCommented 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 ArticleCreated Unassigned: AuthorizationRedirectPath is not picked up in MVC...
This is an issue derives from the following discussion:https://aspnetwebstack.codeplex.com/discussions/527849#post1199675Scenario: when user cancel the permission request dialog, facebook app will...
View ArticleCommented Feature: Support ComplexType inheritance in OData [448]
The current ODataModelBuilder only support to set base type for entity type. However, the OData spec says complex type can have base type, too."derived type: A type that is derived from the base type....
View ArticleCreated Unassigned: Intellisense and resharper support is gone after updating...
I've got Visual Studio 2013 Update 1 with Web Tools 2013.1 installed on top of it.
View ArticleEdited Unassigned: Intellisense and resharper support is gone after updating...
There's no intellisense in my razor views/actions after I update to MVC5.1 using NuGet.I'm using Visual Studio 2013 Update 1 with Web Tools 2013.1 installed on top of it.
View ArticleEdited Unassigned: Intellisense and resharper support is gone after updating...
There's no intellisense in my razor views/actions after I update to MVC5.1 using NuGet.I'm using Visual Studio 2013 Update 1 with Web Tools 2013.1 installed on top of it.The workaround provided...
View ArticleCommented Issue: HttpControllerHandler.ConvertRequest throws in cases where...
In 5.1, we changed ConvertRequest to use Request.GetBufferedInputStream in lieu of Request.InputStream for reading the content. However the GetBuffer*InputStream methods only works correctly when the...
View ArticleCommented Issue: HttpControllerHandler.ConvertRequest throws in cases where...
In 5.1, we changed ConvertRequest to use Request.GetBufferedInputStream in lieu of Request.InputStream for reading the content. However the GetBuffer*InputStream methods only works correctly when the...
View ArticleCreated Issue: ODataUriUtils.ConvertFromUriLiteral in ODL beta1 doesn't...
ODataUriUtils.ConvertFromUriLiteral in ODL beta1 doesn't support enum.Fix the issue, once update to ODL later version.
View ArticleCommented Issue: ODataUriUtils.ConvertToUriLiteral and ConvertFromUriLiteral...
ODataUriUtils.ConvertToUriLiteral and ConvertFromUriLiteral do not support EnumPlease fix ```ConventionsHelpers.GetUriRepresentationForValue``` after Enum is supportedComments: Create another issue...
View ArticleEdited Issue: ODataUriUtils.ConvertToUriLiteral does not support Enum [1608]
ODataUriUtils.ConvertToUriLiteral and ConvertFromUriLiteral do not support EnumPlease fix ```ConventionsHelpers.GetUriRepresentationForValue``` after Enum is supported
View ArticleCreated Unassigned: samples for $ref [1669]
A sample of getting entity reference link(s) with attribute route:```Example 24: URL addressing the references between Categories(1) and...
View ArticleCreated Unassigned: DataAnnotationsModelValidator.Validate does not set...
DataAnnotationsModelValidator.Validate should set the MemberName property of the ValidationContext. Only DisplayName is set.Current Code:```c# public override IEnumerable<ModelValidationResult>...
View ArticleClosed Unassigned: DataAnnotationsModelValidator.Validate does not set...
DataAnnotationsModelValidator.Validate should set the MemberName property of the ValidationContext. Only DisplayName is set.Current Code:```c# public override IEnumerable<ModelValidationResult>...
View ArticleEdited Issue: HttpControllerHandler.ConvertRequest throws in cases where the...
In 5.1, we changed ConvertRequest to use Request.GetBufferedInputStream in lieu of Request.InputStream for reading the content. However the GetBuffer*InputStream methods only works correctly when the...
View ArticleEdited Issue: Url.Action overloads (and similar) ignore inherited properties...
In MVC4, Url.Action (and similar functions) that take an 'object' of route values would construct a route value dictionary directly and rely on the logic inside the RouteValueDictionary class to...
View Article