Edited Issue: WebMatrix error list seems to have timing issues that lead to...
This is WebMatrix bug - PS (IIS OOB DB) - 37248Description:8/22/2012 4:43 PM Edited by mikhailaa). There is a Razor parser bug. - Open attached file. Parser reports no errors. - Type a space after }...
View ArticleCommented Issue: WebMatrix error list seems to have timing issues that lead...
This is WebMatrix bug - PS (IIS OOB DB) - 37248Description:8/22/2012 4:43 PM Edited by mikhailaa). There is a Razor parser bug. - Open attached file. Parser reports no errors. - Type a space after }...
View ArticleCommented Issue: FileExtensionsAttributeAdapter no longer works with jQuery...
The "Accept" rule in the latest version of jQuery Validate now expects a mime type to be specified, not a file extension.A new "Extensions" rule has subsequently been added for this purpose.Note that...
View ArticleEdited Issue: FileExtensionsAttributeAdapter no longer works with jQuery...
The "Accept" rule in the latest version of jQuery Validate now expects a mime type to be specified, not a file extension.A new "Extensions" rule has subsequently been added for this purpose.Note that...
View ArticleEdited Issue: WebSecurity.CreateUserAndAccount IDictionary casting [870]
The WebSecurity.CreateUserAndAccount method checks for an input on the propertyValues parameter and converts it to a RouteValueDictionary before it is passed on to the ExtendedMembershipProvider.When...
View ArticleCommented Issue: WebSecurity.CreateUserAndAccount IDictionary casting [870]
The WebSecurity.CreateUserAndAccount method checks for an input on the propertyValues parameter and converts it to a RouteValueDictionary before it is passed on to the ExtendedMembershipProvider.When...
View ArticleEdited Issue: Routing to Gallery fails in PhotoGallery template when using...
To reproduce this issue, follow these steps:1. Build the Razor solution from Main (which is currently targeting 2.1).2. Launch the Calendar template in the browser of your choice, using the 2.1...
View ArticleCommented Issue: [Routing] ApiController: Selection of Actions by verb should...
Actions with ActionName attribute should not be invoked by verb inference if RouteData does not include {action}.If a request arrives at an ApiController without an {action} parameter being set in the...
View ArticleCommented Issue: ODataQueryOptions overwrites InlineCount even if it is set...
If you manually set the count to return by using SetInlineCount, the QueryableAttribute action filter overwrites it, so your total is never returned in the response.Confirmed as a bug by "raghuramn". A...
View ArticleEdited Issue: ODataQueryOptions overwrites InlineCount even if it is set...
If you manually set the count to return by using SetInlineCount, the QueryableAttribute action filter overwrites it, so your total is never returned in the response.Confirmed as a bug by "raghuramn". A...
View ArticleEdited Issue: [CORS] By default none of the origins, headers or exposed...
Under current design, if CORS is enable and a default CORS policy is created without input, it by defaults allow all origins and headers from request, allow all exposed headers to be returned in...
View ArticleCommented Issue: [CORS] By default none of the origins, headers or exposed...
Under current design, if CORS is enable and a default CORS policy is created without input, it by defaults allow all origins and headers from request, allow all exposed headers to be returned in...
View ArticleClosed Issue: [AttributeRouting]Provide better error messages when users...
Example Scenarios:1. User has a inline constraint like 'min(0'. Following is the current error message. Include the information about the controller and action for easy diagnosis._The inline constraint...
View ArticleEdited Issue: [AttributeRouting]Provide better error messages when users...
Example Scenarios:1. User has a inline constraint like 'min(0'. Following is the current error message. Include the information about the controller and action for easy diagnosis._The inline constraint...
View ArticleCommented Issue: [Routing] ApiController: Selection of Actions by verb should...
Actions with ActionName attribute should not be invoked by verb inference if RouteData does not include {action}.If a request arrives at an ApiController without an {action} parameter being set in the...
View ArticleClosed Issue: [Routing] ApiController: Selection of Actions by verb should...
Actions with ActionName attribute should not be invoked by verb inference if RouteData does not include {action}.If a request arrives at an ApiController without an {action} parameter being set in the...
View ArticleEdited Issue: ODataQueryOptions overwrites InlineCount and NextPageLink even...
If you manually set the count to return by using SetInlineCount or NextPageLink, the QueryableAttribute action filter overwrites it, so your value is never returned in the response.Confirmed as a bug...
View ArticleCreated Issue: Add support for Spatial Data types in OData [1010]
Currently, there is no support for spatial data types in Web API OData. Consider adding support for this as it makes impossible to develop any service that has to deal with spatial data.
View ArticleCreated Unassigned: Batching handlers should dispose responses in case of...
When a batch request is received in Web API, this request is spawn into multiple requests. When these requests are being executed one by one, there is a possibility that one of the request's processing...
View ArticleClosed Issue: [CORS] By default none of the origins, headers or exposed...
Under current design, if CORS is enable and a default CORS policy is created without input, it by defaults allow all origins and headers from request, allow all exposed headers to be returned in...
View Article