Edited Issue: It throws System.NotImplementedException if a bound function is...
Say GetEmailsCount() is bound to Employee:<Function Name="GetEmailsCount" IsBound="true" m:IsAlwaysBindable="true"><Parameter Name="bindingParameter"...
View ArticleCommented Issue: It throws System.NotImplementedException if a bound function...
Say GetEmailsCount() is bound to Employee:<Function Name="GetEmailsCount" IsBound="true" m:IsAlwaysBindable="true"><Parameter Name="bindingParameter"...
View ArticleEdited Unassigned: Remove unnecessary indirection from IEnumerable to array...
Remove unnecessary indirection from IEnumerable<> to array on ODLSample:```private void CreateEntityTypeBody(EdmEntityType type, EntityTypeConfiguration config){ Contract.Assert(type != null);...
View ArticleCommented Unassigned: Remove unnecessary indirection from IEnumerable to...
Remove unnecessary indirection from IEnumerable<> to array on ODLSample:```private void CreateEntityTypeBody(EdmEntityType type, EntityTypeConfiguration config){ Contract.Assert(type != null);...
View ArticleEdited Issue: ToArray Calls Over-used [1494]
Do we need all the ToArray() calls? They appear to be generally over-used.One sample is:```private static Dictionary<Type, IEdmStructuredType> AddTypes(this EdmModel model,...
View ArticleCommented Issue: ToArray Calls Over-used [1494]
Do we need all the ToArray() calls? They appear to be generally over-used.One sample is:```private static Dictionary<Type, IEdmStructuredType> AddTypes(this EdmModel model,...
View ArticleClosed Feature: Update jQuery Unobtrusive Validation to depend on jQuery >...
Currently jquery.validate.unobtrusive.js does not have a direct dependency on jQuery and jQuery.Validate.js which it depends on supports jQuery >= 1.4. We should instead have it additionally depend...
View ArticleCreated Issue: Web API returns 204 No Content doesn't work on Windows Azure...
Create basic Web API template project without auth.Make sure ValuesController has following action:// PUT api/values/5 public void Put(int id, [FromBody]string value){}Deploy the application to azure...
View ArticleCommented Issue: Web API returns 204 No Content doesn't work on Windows Azure...
Create basic Web API template project without auth.Make sure ValuesController has following action:// PUT api/values/5 public void Put(int id, [FromBody]string value){}Deploy the application to azure...
View ArticleCommented Issue: Web API returns 204 No Content doesn't work on Windows Azure...
Create basic Web API template project without auth.Make sure ValuesController has following action:// PUT api/values/5 public void Put(int id, [FromBody]string value){}Deploy the application to azure...
View ArticleCreated Unassigned: Url.Action overloads (and similar) ignore inherited...
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 ArticleCreated Unassigned: HttpControllerHandler.ConvertRequest throws in cases...
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 Unassigned: 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 Unassigned: HttpControllerHandler.ConvertRequest throws in cases...
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 Unassigned: Allow the customer to customize the base Uri in the...
When the user wants to customize the base Uri to use in OData responses, there's no easy way to do it. Make this method public virtual so that it's easy for anyone to customize the base Uriprivate...
View ArticleCreated Issue: Unqualified action/function name should fail when call this...
Currently, it works if the namespace or alias is not specified to call an action/function, for example:~/Employees(1)/GetAccessLevelAccording to the OData protocol, functions and actions should be...
View ArticleCommented Feature: Add GlobalConfiguration.Configure that calls...
Instead of writing:// Global.asax.csWebApiConfig.Register(GlobalConfiguration.Configuration);// WebApiConfig.cs{...// Do not add any code below this line.config.EnsureInitialized();}Do://...
View ArticleEdited Unassigned: 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 Unassigned: HttpControllerHandler.ConvertRequest throws in cases...
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 Unassigned: Web Api Help page sample generation xml/json fails for...
Ported from : https://aspnet.codeplex.com/workitem/10340The fix is to change the following code in SampleGeneration/ObjectGenerator.csReplace```Type type = collectionType.IsGenericType ?...
View Article