Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Browsing all 7215 articles
Browse latest View live
↧

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 Article


Commented 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 Article


Edited 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 Article

Commented 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 Article

Edited 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 Article


Commented 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 Article

Closed 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 Article

Created 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 Article


Commented 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 Article


Commented 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 Article

Created 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 Article

Created 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 Article

Edited 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 Article


Commented 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 Article

Created 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 Article


Created 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 Article

Commented 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 Article


Edited 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 Article

Commented 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 Article

Edited 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
Browsing all 7215 articles
Browse latest View live