Commented Issue: BSON formatter guards against top-level primitives lack...
The Json.Net `JsonSerializer` uses at least `JsonConverterAttribute`, `IConverter` implementations, and built-in and CLR conversions to determine which `JsonValue` matches a provided object. The...
View ArticleEdited Unassigned: [OData] Incorrect use of EdmTypeCannotBeNull message [1558]
This resource string expects a simple type name, IEdmObject in particular, as the second parameter. Otherwise "an [1} cannot" doesn't scan.Unfortunately EntityInstanceContext.GetPropertyValue() uses...
View ArticleCommented Unassigned: [OData] Incorrect use of EdmTypeCannotBeNull message...
This resource string expects a simple type name, IEdmObject in particular, as the second parameter. Otherwise "an [1} cannot" doesn't scan.Unfortunately EntityInstanceContext.GetPropertyValue() uses...
View ArticleClosed Issue: Use async buffered request stream in Web Host [1431]
Web host uses a stream with Async support for the non-buffered case (GetBufferlessInputStream) but not for the buffered case (InputStream rather than GetBufferedInputStream).We couldn't pass...
View ArticleEdited Unassigned: date validation problem [1503]
I created a new MVC4 project in VS2012 with the basic template. I created a model class with a DateTime property. I added a default controller that sets the property to DateTime.Today and a default...
View ArticleCommented Unassigned: date validation problem [1503]
I created a new MVC4 project in VS2012 with the basic template. I created a model class with a DateTime property. I added a default controller that sets the property to DateTime.Today and a default...
View ArticleClosed Issue: Fix errors in OData resource strings [1557]
Some resources in the OData contain errors that need to be corrected for localization:CollectionPropertiesMustReturnIEnumerable: CollectionProperties must implement IEnumerable<>. The Property...
View ArticleClosed Unassigned: [OData] Incorrect use of EdmTypeCannotBeNull message [1558]
This resource string expects a simple type name, IEdmObject in particular, as the second parameter. Otherwise "an [1} cannot" doesn't scan.Unfortunately EntityInstanceContext.GetPropertyValue() uses...
View ArticleCreated Unassigned: [HelpPage]Change UriParameters display when a parameter...
_Scenario_: I am using a type(complex or simple type like struct) which has a TypeConverter. I am using this type as a input parameter on my action. The values for this parameter are expected to come...
View ArticleEdited Unassigned: [HelpPage]Change UriParameters display when a parameter...
_Scenario_: I am using a type(complex or simple type like struct) which has a TypeConverter. I am using this type as a input parameter on my action. The values for this parameter are expected to come...
View ArticleEdited Unassigned: [HelpPage]Change UriParameters display when a parameter...
_Scenario_: I am using a type(complex or simple type like struct) which has a TypeConverter. I am using this type as a input parameter on my action. The values for this parameter are expected to come...
View ArticleCreated Unassigned: [HelpPage]Api uri not displaying parameter which is a...
The following action can be hit using the url "/api/test?types=TypeA&types=TypeB" and the "types" array is populated as expected:```public string[] Get([FromUri]string[] types){ return...
View ArticleClosed Issue: ApiExplorer should add query parameters for complex FromUri...
Currently the ApiExplorer handles adding query parameters to the RelativePath, but only for simple types. It should also handle this for complex FromUri types. Going one level deep on the properties is...
View ArticleCommented Feature: SampleGeneration in HelpPage not working for PageResult...
On the following page it's described that for non-OData formats it is possible to support next-page links and inline count, by wrapping the query results in a PageResult<T> object....
View ArticleEdited Feature: SampleGeneration in HelpPage not working for PageResult [1480]
On the following page it's described that for non-OData formats it is possible to support next-page links and inline count, by wrapping the query results in a PageResult<T> object....
View ArticleCreated Unassigned: Facilitate replacement of ActionMethodSelector [1568]
A common pattern used by my team is to declare shared action methods in base class controllers, and then implement derived classes which take advantage of action methods declared in the base class....
View ArticleClosed Issue: FromUri binding return empty error messages [1493]
I'm using the FromUri attribute to bind query string parameters to a custom model in a Web Api application.There are 2 scenarios where I found the error message returned by the ApiController's...
View ArticleEdited Issue: FromUri binding return empty error messages [1493]
I'm using the FromUri attribute to bind query string parameters to a custom model in a Web Api application.There are 2 scenarios where I found the error message returned by the ApiController's...
View ArticleEdited Issue: Ajax.BeginForm using jquery.unobtrusive-ajax gets cached by IE7...
// Copied from https://aspnet.codeplex.com/workitem/8100// Vote number : 2 If you do a simple Ajax.Begin form in MVC the jquery.unobtrusive-ajax.js file makes a JQuery Ajax call but does not set the...
View ArticleClosed Issue: jquery.unobtrusive-ajax.js forget $.ajax global options [1525]
Copied from https://aspnet.codeplex.com/workitem/8186Vote number: 5The global default value (set with jQuery.ajaxSetup) for "type" is overriden with "GET" in $("form[data-ajax=true]").live("submit" and...
View Article