Commented Issue: $metadata requests should throw an exception when there is...
Right now we just get a 406 with no error, because there are no formatters registeredComments: We should throw a better exception and move the clean inside the if block.
View ArticleCreated Issue: Considering support ModelState error in ODataError [565]
Discussed with Youssef that ODataError right now doesn't support custom error, so we will lose the modelstate's errors in odata error message.However, ModelState errors are very common in real...
View ArticleCreated Issue: Add containment support to the OData model builder [566]
We expose all the entity sets at the root level in the service document. we should support containment scenarios. As an example, entity set 'orders' is contained by the entity set 'customers'. One...
View ArticleCommented Issue: Add containment support to the OData model builder [566]
We expose all the entity sets at the root level in the service document. we should support containment scenarios. As an example, entity set 'orders' is contained by the entity set 'customers'. One...
View ArticleReviewed: v4.0 RTM (十月 18, 2012)
Rated 5 Stars (out of 5) - I always like asp.net mvc 3!
View ArticleEdited Issue: Considering support ModelState error in ODataError [565]
Discussed with Youssef that ODataError right now doesn't support custom error, so we will lose the modelstate's errors in odata error message.However, ModelState errors are very common in real...
View ArticleCommented Issue: Considering support ModelState error in ODataError [565]
Discussed with Youssef that ODataError right now doesn't support custom error, so we will lose the modelstate's errors in odata error message.However, ModelState errors are very common in real...
View ArticleEdited Issue: Considering support ModelState error in ODataError [565]
Discussed with Youssef that ODataError right now doesn't support custom error, so we will lose the modelstate's errors in odata error message.However, ModelState errors are very common in real...
View ArticleEdited Issue: Add containment support to the OData model builder [566]
We expose all the entity sets at the root level in the service document. we should support containment scenarios. As an example, entity set 'orders' is contained by the entity set 'customers'. One...
View ArticleCommented Issue: Add containment support to the OData model builder [566]
We expose all the entity sets at the root level in the service document. we should support containment scenarios. As an example, entity set 'orders' is contained by the entity set 'customers'. One...
View ArticleEdited Issue: DataServiceVersion in $metadata should be 3.0 instead of 1.0 [496]
The attribute Indicates the version of the OData annotations used in the service metadata document. Client will use this value to check if it can read the document. Since we support inheritance and...
View ArticleCommented Issue: DataServiceVersion in $metadata should be 3.0 instead of 1.0...
The attribute Indicates the version of the OData annotations used in the service metadata document. Client will use this value to check if it can read the document. Since we support inheritance and...
View ArticleCommented Issue: Make primitive parameters non-nullable by default when they...
In the following action configuration, 'DateTime' parameter needs to be shown as Nullable="False" in the metadata document.ActionConfiguration:var product = products.EntityType;var extendSupportAction...
View ArticleEdited Issue: $metadata requests should throw an exception when there is no...
Right now we just get a 406 with no error, because there are no formatters registered
View ArticleEdited Issue: $metadata requests should throw an exception when there is no...
Right now we just get a 406 with no error, because there are no formatters registered
View ArticleEdited Issue: Make primitive parameters non-nullable by default when they are...
In the following action configuration, 'DateTime' parameter needs to be shown as Nullable="False" in the metadata document.ActionConfiguration:var product = products.EntityType;var extendSupportAction...
View ArticleCreated Issue: Disable base type ID check in queryable mode [569]
If user has model type like following:public class BaseEntity{public string Name { get; set;}}public class Product : BaseEntity{public int ProductID { get; set; }}You can't query on Product as it...
View ArticleNew Post: PushStreamContent and client disconnection
Try checking System.Web.HttpContext.Current.Response.IsClientConnected.
View ArticleSource code checked in, #e01ea550728e
Cleaning up the source in Microsoft.AspNet.Mvc.Facebook
View Article