Created Issue: Support changing namespace and name of entity container [570]
http://stackoverflow.com/questions/12971174/asp-net-web-api-wrong-odata-entitycontainer-schema-namespaceWe may support that as user may want to control the generated client code.
View ArticleClosed Issue: Support changing namespace and name of entity container [570]
http://stackoverflow.com/questions/12971174/asp-net-web-api-wrong-odata-entitycontainer-schema-namespaceWe may support that as user may want to control the generated client code.Comments: Just found...
View ArticleCreated Issue: Allow FileResult that opens files with FileShare.ReadWrite [571]
I want to be able to stream application log files to the browser - these files are open for writing, so I need to open them with `FileShare.ReadWrite`. I don't like the idea of opening the file in the...
View ArticleCreated Issue: AuthorizeFilter dysfunction under async implementation [572]
Implement AuthorizeFilter as following: public class TheAuthrizeAttribute : AuthorizationFilterAttribute { public async override void OnAuthorization(System.Web.Http.Controllers.HttpActionContext...
View ArticleCommented Issue: AuthorizeFilter dysfunction under async implementation [572]
Implement AuthorizeFilter as following: public class TheAuthrizeAttribute : AuthorizationFilterAttribute { public async override void OnAuthorization(System.Web.Http.Controllers.HttpActionContext...
View ArticleCreated Issue: MVC4 routing issue with web api [573]
In VS 12 professional and express: When trying to launch MVC4 I get: Could not load type 'System.Web.Http.RouteParameter' from assembly 'System.Web.Http, Version=4.0.0.0, Culture=neutral,...
View ArticleCommented Issue: AuthorizeFilter dysfunction under async implementation [572]
Implement AuthorizeFilter as following: public class TheAuthrizeAttribute : AuthorizationFilterAttribute { public async override void OnAuthorization(System.Web.Http.Controllers.HttpActionContext...
View ArticleCommented Issue: AuthorizeFilter dysfunction under async implementation [572]
Implement AuthorizeFilter as following: public class TheAuthrizeAttribute : AuthorizationFilterAttribute { public async override void OnAuthorization(System.Web.Http.Controllers.HttpActionContext...
View ArticleCommented Issue: Injecting custom IActionResultConverter implementations...
@kichalla and I have discussed this issue also on http://aspnetwebstack.codeplex.com/discussions/399311. Today, you need to jump a lot of hoops to provide a custom IActionResultConverter implementation...
View ArticleCommented Issue: Code Analysis Fails with DotNetOpenAuth.AspNet 4.1.0.0 [443]
I have a web project with Microsoft.AspNet.WebPages.OAuth 2.0.20710.0 and the project includes DotNetOpenAuth.AspNet, Version=4.1.0.0 and it has all the proper web.config runtime settings however when...
View ArticleCommented Issue: MVC4 routing issue with web api [573]
In VS 12 professional and express: When trying to launch MVC4 I get: Could not load type 'System.Web.Http.RouteParameter' from assembly 'System.Web.Http, Version=4.0.0.0, Culture=neutral,...
View ArticleEdited Issue: Queryable can't query on nested type property [559]
To repro, using the model: public class NestedClass_Parent { public class Nest { public string Name { get; set; } public NestPropertyType NestProperty { get; set; } } public class NestPropertyType {...
View ArticleCommented Issue: Queryable can't query on nested type property [559]
To repro, using the model: public class NestedClass_Parent { public class Nest { public string Name { get; set; } public NestPropertyType NestProperty { get; set; } } public class NestPropertyType {...
View ArticleCreated Issue: Can't serialize edm model which is different with the one in...
If user wants to write his own metadata controller to return metadata which is different with the model in the formatter, it will still return the model from formatter.For example, I build an empty edm...
View ArticleCreated Issue: Hard to support custom service document [577]
If user wants to implement his own metadata controller, it will be hard for him to get the service document.1. There is no virtual method in ODataMetadataController to let user to override EdmModel2....
View ArticleEdited Issue: Hard to support customize service document [577]
If user wants to implement his own metadata controller, it will be hard for him to get the service document.1. There is no virtual method in ODataMetadataController to let user to override EdmModel2....
View ArticleSource code checked in, #464129724322
Including casts when necessary in generated links when the model has inheritance. 1) If the entity type of the entity set has a navigation property defined in a derived type, the self link's should...
View ArticleCreated Issue: Date Format changes when posting data to web api controller in...
The problem is described in detail at http://stackoverflow.com/questions/12954961/date-format-changes-when-posting-data-to-web-api-controller-in-asp-net-mvc-4 and...
View Article