Edited Feature: OdataQueryOptions does not override NotSupported on...
If you have a class decorated with Queryable and then override the OData Queryable on a specific method in that class with ODataQueryOptions the Queryable Attribute will still throw a not supported...
View ArticleCreated Issue: OData formatter handles content types incorrectly [588]
The OData media type formatter says it handles app/xml, app/atom+xml andapp/json;odata=verbose. However, it doesn't always support these content types. For example, for a feed, it only supports atom...
View ArticleSource code checked in, #015557d064aa
Convert skipped tests to bug tracking tests. For areas of the product known to fail, use a "bug tracking" test instead of Skip. Rather than skipping tests, we simply assert that the bug hasn't yet been...
View ArticleEdited Issue: Self/Edit link generated by convention model builder will be...
In my example, I returned string ID as “Test 01”. The self-link looks like: http://hongye2dev3/9cfe3174130842d5b5e43761cee4f566/StringPrimaryKeyType('Test%25201')This url won't work with IIS7 with...
View ArticleSource code checked in, #42ac452f2490
Make defined constants consistent between build.cmd and Visual Studio. Currently build.cmd defines CODE_ANALYSIS when building, but Visual Studio does not. This discrepancy results in problems running...
View ArticleSource code checked in, #cb838d381aff
Use one version of JSON library, not two. Remove the need to download two different versions of the JSON library. Also, fix a discrepancy between JSON version in packages.config and csproj in OData.
View ArticleUpdated Wiki: Home
ASP.NET is a free web framework for building great web sites and applications. This site is the home of the ASP.NET MVC, Web API, and Web Pages source code. If you want to use the released versions of...
View ArticleUpdated Wiki: Building from Source
Building from Source If you are contributing code or you want to build from source then building from source is what you will want to do. Follow the steps below: To build our sources, you must be...
View ArticleUpdated Wiki: Home
ASP.NET is a free web framework for building great web sites and applications. This site is the home of the ASP.NET MVC, Web API, and Web Pages source code. If you want to use the released versions of...
View ArticleCreated Issue: [Required] should not present users with duplicate errors [590]
See: http://aspnetwebstack.codeplex.com/discussions/396199The implementation change here is to not recognize the [Required] model validator for reference types when doing the value validation.
View ArticleNew Post: Why do formatters unnecessarily double validate the Required fields?
Filed this bug to handle fixing this for vNext: http://aspnetwebstack.codeplex.com/workitem/590 Thanks for reporting the issue.
View ArticleEdited Issue: $orderby on non-comparable property will cause selfhost server...
For example: $orderby=ByteArrayProperty, CollectionProperty, ComplexTypeProperty, NavigationProperty.We should report proper error for such case instead of closing the connection.
View ArticleCommented Issue: $orderby on non-comparable property will cause selfhost...
For example: $orderby=ByteArrayProperty, CollectionProperty, ComplexTypeProperty, NavigationProperty.We should report proper error for such case instead of closing the connection.Comments: This is...
View ArticleEdited Issue: Webgrid and sorting on a column with null values (MVC3) [138]
The problem is based on the following example (borrowed from http://stackoverflow.com/questions/2290436/linq-orderby-breaks-with-navigation-property-being-null) :table Users -> has basic user info...
View ArticleEdited Issue: Razor layout page does not throw a exception if layout is it...
Hi!Lets say I have a razor layout-page (A), and I by mistake have set the layout to be the same location as A, it does not throw a exception, but crashing (locally, my computer freeze)Keep up the good...
View ArticleEdited Issue: Razor ~/ resolution does not exactly work for all attributes [310]
Based on several blogs, one of them is http://vibrantcode.com/blog/2012/4/10/whats-new-in-razor-v2.html/, ~/ resolution should work for all attributes.Well, that's not working for me.I have the...
View ArticleEdited Feature: WebSecurity should allow custom columns in user profile table...
Currently WebMatrix.WebData.WebSecurity does not support adding custom columns in the user profile table when initializing the providers.This could be useful, since the CreateUserAndAccount method...
View ArticleNew Post: Microsoft.AspNet.Mvc.Facebook.Controllers approach
Hi Erik The project template does certainly seem like a good quick start for a Canvas Application. (I'll admit I mainly used and looked around the Nuget package of the code and Codeplex, rather than...
View ArticleCommented Issue: Add BSON support for Json.NET MediaTypeFormatter [241]
I'm so happy to see Json.NET being baked into Web API, however, I still have to write my own custom MediaTypeFormatter to support Bson. Json.NET supports this very easily using the same...
View Article